Releases: stable-packages/store
Releases · stable-packages/store
stable-store@1.0.0-beta.1
Patch Changes
-
2f26541: Add JSDocs comments for
onGet
andonSet
.Hide the internal
brandedSymbol
.
stable-store@1.0.0-beta.0
Major Changes
- fecb2b7: Beta release of [stable-store].
global-store@1.0.0-beta.22
v1.0.0-beta.21
Patch Changes
-
4e20bf5: Fix prototype polluting for
createAsyncStore()
.Same issue as the
createStore()
,
just fixing it to clear code analysis.
v1.0.0-beta.20
Patch Changes
-
d11a99a: Fix Prototype-polluting assignment.
It is not really exploitable as they are stores and do not use any build-in methods.
However, converting them to
Object.create(null)
is a better and cleaner approach anyway.
Last version before 1.0 (hopefully)
- Removed
get()
/set()
#49 - Renamed
create()
tocreateStore()
#52 (comment) - Add flowtype (experimental. It seems to work. But I'm not expert in flowtype)