File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,20 @@ This lib is fully documented and so you'll find detailed [migration guides](./MI
14
14
15
15
See the new [ validation guide] ( ./docs/VALIDATION.md ) .
16
16
17
+ ### Full review
18
+
19
+ This lib started as a little project and is now the first Angular library used for local storage.
20
+ It was time to do a full review and refactoring, which results in:
21
+
22
+ - Better error management (see [ README] ( ./README.md#errors ) )
23
+ - Better documentation
24
+ - Better overall code (= easier to contribute)
25
+
17
26
### Other features
18
27
19
28
- ` indexedDB ` database and object store names default values are exported and can be changed
20
29
(see the [ interoperability guide] ( ./docs/INTEROPERABILITY.md ) )
21
30
- ` indexedDB ` storage will now works in web workers too
22
- - Better error management (see [ README] ( ./README.md#errors ) )
23
- - Better documentation
24
31
25
32
### Breaking changes
26
33
You can’t perform that action at this time.
0 commit comments