Skip to content

Commit

Permalink
2.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nbubna committed Dec 26, 2024
1 parent 5c4c208 commit bb2680d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ widgetStore.falsy('state'); // returns true
* 2022-07-14 [v2.14.1][] (public) - Fix change to ```set``` that broke store.cache.js, and allow namespace delimiter to be passed to ```namespace(name, thisAreaOnly, delim)``` for a single namespace, to avoid conflicts.
* 2022-07-18 [v2.14.2][] (public) - Fix typo in ```index.d.ts``` typings.
* 2024-02-14 [v2.14.3][] (public) - Cut license options to just MIT, also removed Bower and Component support since those are long dead.
* 2024-12-26 [v2.14.4][] (public) - Remove use of eval from store.deep.js

[v2.0.3]: https://github.com/nbubna/store/tree/2.0.3
[v2.1.0]: https://github.com/nbubna/store/tree/2.1.0
Expand Down Expand Up @@ -265,4 +266,5 @@ widgetStore.falsy('state'); // returns true
[v2.14.0]: https://github.com/nbubna/store/tree/2.14.0
[v2.14.1]: https://github.com/nbubna/store/tree/2.14.1
[v2.14.2]: https://github.com/nbubna/store/tree/2.14.2
[v2.14.3]: https://github.com/nbubna/store/tree/2.14.3
[v2.14.3]: https://github.com/nbubna/store/tree/2.14.3
[v2.14.4]: https://github.com/nbubna/store/tree/2.14.4
4 changes: 2 additions & 2 deletions dist/store2.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*! store2 - v2.14.3 - 2024-02-14
/*! store2 - v2.14.4 - 2024-12-26
* Copyright (c) 2024 Nathan Bubna; Licensed MIT */
;(function(window, define) {
var _ = {
version: "2.14.3",
version: "2.14.4",
areas: {},
apis: {},
nsdelim: '.',
Expand Down
4 changes: 2 additions & 2 deletions dist/store2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "store2",
"version": "2.14.3",
"version": "2.14.4",
"description": "Better localStorage",
"keywords": [
"localStorage",
Expand Down

0 comments on commit bb2680d

Please sign in to comment.