Skip to content

Releases: stable-packages/store

[email protected]

06 Jun 06:07

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

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

    Hide the internal brandedSymbol.

[email protected]

12 May 04:14

Choose a tag to compare

[email protected] Pre-release
Pre-release

Major Changes

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

[email protected]

12 May 04:14

Choose a tag to compare

[email protected] Pre-release
Pre-release

Patch Changes

v1.0.0-beta.21

16 May 08:20

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

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

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)