Skip to content

Commit 29cbc3b

Browse files
committed
2.14.3
1 parent 6a1f112 commit 29cbc3b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ widgetStore.falsy('state'); // returns true
236236
* 2022-05-11 [v2.14.0][] (public) - Allow namespace delimiter to be changed via store._.nsdelim
237237
* 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.
238238
* 2022-07-18 [v2.14.2][] (public) - Fix typo in ```index.d.ts``` typings.
239+
* 2024-02-14 [v2.14.3][] (public) - Cut license options to just MIT, also removed Bower and Component support since those are long dead.
239240

240241
[v2.0.3]: https://github.com/nbubna/store/tree/2.0.3
241242
[v2.1.0]: https://github.com/nbubna/store/tree/2.1.0
@@ -263,4 +264,5 @@ widgetStore.falsy('state'); // returns true
263264
[v2.13.2]: https://github.com/nbubna/store/tree/2.13.2
264265
[v2.14.0]: https://github.com/nbubna/store/tree/2.14.0
265266
[v2.14.1]: https://github.com/nbubna/store/tree/2.14.1
266-
[v2.14.2]: https://github.com/nbubna/store/tree/2.14.2
267+
[v2.14.2]: https://github.com/nbubna/store/tree/2.14.2
268+
[v2.14.3]: https://github.com/nbubna/store/tree/2.14.3

dist/store2.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*! store2 - v2.14.2 - 2022-07-18
2-
* Copyright (c) 2022 Nathan Bubna; Licensed (MIT OR GPL-3.0) */
1+
/*! store2 - v2.14.3 - 2024-02-14
2+
* Copyright (c) 2024 Nathan Bubna; Licensed MIT */
33
;(function(window, define) {
44
var _ = {
5-
version: "2.14.2",
5+
version: "2.14.3",
66
areas: {},
77
apis: {},
88
nsdelim: '.',

dist/store2.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "store2",
3-
"version": "2.14.2",
3+
"version": "2.14.3",
44
"description": "Better localStorage",
55
"keywords": [
66
"localStorage",

0 commit comments

Comments
 (0)