Releases: stable-packages/store
Releases · stable-packages/store
[email protected]
Patch Changes
-
2f26541: Add JSDocs comments for
onGetandonSet.Hide the internal
brandedSymbol.
[email protected]
Major Changes
- fecb2b7: Beta release of [stable-store].
[email protected]
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)