Skip to content

Commit 45791af

Browse files
authored
Update README.md
1 parent 7f734ec commit 45791af

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,28 @@ Chrome(ium) browsers (blink engine) and FireFox (gecko) on Win 10 (x64).
787787

788788

789789
## Version notes:
790+
* 3.0.0 - 12 AUG 2022<br>
791+
``release`` Major release. Added major features, fixed numerous bugs and refactored code.<br>
792+
``patch`` Consolidated private references to the localStorage.removeItem() method.<br>
793+
``feature`` Added length property.<br>
794+
``patch`` Fixed bug where clear() method did not remove all prefixed keys.<br>
795+
``feature`` Added import/export methods.<br>
796+
``feature`` Adjusted logic that computes memory storage requirements for keys.<br>
797+
``patch`` Improved the logic for string compression checks.<br>
798+
``patch`` Streamlined error checking for localStorage availability prior to instantiation.<br>
799+
``feature`` Added key copy method.<br>
800+
``patch`` Improved the efficiency of storage flags by 50%.<br>
801+
``patch`` Strengthened the obfuscation of data protected by the safeset method.<br>
802+
``major feature`` Added Memory Keys (and associated methods).<br>
803+
``major feature`` Added Array Keys (and associated methods).<br>
804+
``major feature`` Added ability to broadcast change events across the origin.<br>
805+
``feature`` On startup, the library computes the browser's quota.<br>
806+
``feature`` Added channel property.<br>
807+
``feature`` Added backup/restore methods.<br>
808+
``feature`` Dates, floats and integers are now automatically stored compressed.<br>
809+
``update`` Revised the wiki.
810+
<br>&nbsp;<br>
811+
790812
* 2.0.1 - 12 MAY 2022<br>
791813
``patch`` Fixed minor bugs, light refactoring.<br>
792814
``patch`` Updated the internal custom event to show both the date and the timestamp.<br>

0 commit comments

Comments
 (0)