Skip to content

Commit 6b59032

Browse files
committed
docs
1 parent 6d7c5df commit 6b59032

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@ This lib is fully documented and so you'll find detailed [migration guides](./MI
1414

1515
See the new [validation guide](./docs/VALIDATION.md).
1616

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+
1726
### Other features
1827

1928
- `indexedDB` database and object store names default values are exported and can be changed
2029
(see the [interoperability guide](./docs/INTEROPERABILITY.md))
2130
- `indexedDB` storage will now works in web workers too
22-
- Better error management (see [README](./README.md#errors))
23-
- Better documentation
2431

2532
### Breaking changes
2633

0 commit comments

Comments
 (0)