Skip to content

Releases: stable-packages/store

stable-store@1.0.0-beta.1

06 Jun 06:07
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 2f26541: Add JSDocs comments for onGet and onSet.

    Hide the internal brandedSymbol.

stable-store@1.0.0-beta.0

12 May 04:14
Compare
Choose a tag to compare
Pre-release

Major Changes

  • fecb2b7: Beta release of [stable-store].

global-store@1.0.0-beta.22

12 May 04:14
Compare
Choose a tag to compare
Pre-release

Patch Changes

v1.0.0-beta.21

16 May 08:20
Compare
Choose a tag to compare
v1.0.0-beta.21 Pre-release
Pre-release

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

16 May 04:02
Compare
Choose a tag to compare
v1.0.0-beta.20 Pre-release
Pre-release

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)

10 Feb 21:26
Compare
Choose a tag to compare
  • Removed get()/set() #49
  • Renamed create() to createStore() #52 (comment)
  • Add flowtype (experimental. It seems to work. But I'm not expert in flowtype)