Skip to content

Commit

Permalink
2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbubna committed Feb 15, 2024
1 parent 6a1f112 commit 29cbc3b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ widgetStore.falsy('state'); // returns true
* 2022-05-11 [v2.14.0][] (public) - Allow namespace delimiter to be changed via store._.nsdelim
* 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.

[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 @@ -263,4 +264,5 @@ widgetStore.falsy('state'); // returns true
[v2.13.2]: https://github.com/nbubna/store/tree/2.13.2
[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.2]: https://github.com/nbubna/store/tree/2.14.2
[v2.14.3]: https://github.com/nbubna/store/tree/2.14.3
6 changes: 3 additions & 3 deletions dist/store2.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*! store2 - v2.14.2 - 2022-07-18
* Copyright (c) 2022 Nathan Bubna; Licensed (MIT OR GPL-3.0) */
/*! store2 - v2.14.3 - 2024-02-14
* Copyright (c) 2024 Nathan Bubna; Licensed MIT */
;(function(window, define) {
var _ = {
version: "2.14.2",
version: "2.14.3",
areas: {},
apis: {},
nsdelim: '.',
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "2.14.3",
"description": "Better localStorage",
"keywords": [
"localStorage",
Expand Down

0 comments on commit 29cbc3b

Please sign in to comment.