@letscooee/web-sdk 1.5.9 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.0
4
+
5
+ 1. Covers changes from `v1.6.0` -> `v1.6.3` which were unpublished.
6
+
7
+ ## 1.6.3 (Unpublished)
8
+
9
+ 1. Fix: Migrate sessionStorage fields as well.
10
+
11
+ ## 1.6.2 (Unpublished)
12
+
13
+ 1. Chore: Remove unused code which were redundant for web context.
14
+ 2. Chore: Add a separate testing page for Shopify.
15
+ 3. Fix: No need of check of Shopify context while meddling account variable.
16
+ 4. Refactor: Code refactoring in object-meddler.ts.
17
+
18
+ ## 1.6.1 (Unpublished)
19
+
20
+ 1. Feat: Reattempt device/validate query after 2 sec instead of 30 sec.
21
+ 2. Refactor: Store `uuid` in localStorage as well.
22
+
23
+ ## 1.6.0 (Unpublished)
24
+
25
+ 1. Feat: Move storage to IndexedDB from localStorage via **localforage** package.
26
+ 2. Feat: Use an environment file to dynamically swap various configurations.
27
+
3
28
  ## 1.5.9
4
29
 
5
30
  1. Fix: Revert ending order id to update profile.