Skip to content

Releases: will-stone/2n8

Release 0.2.3

05 Dec 21:16
Compare
Choose a tag to compare

0.2.3 (2024-12-05)

Patches

  • Show $ methods as methods in IDE (197fe56)
  • Hide emitChange method as it's an internal method (d63ec4b)

Release 0.2.2

05 Dec 21:10
Compare
Choose a tag to compare

0.2.2 (2024-12-05)

Patches

  • Provide initial state to server snapshot of React store (cec5da1)
  • Throw if attempting to reset an action (4444426)
  • Add type to $reset (10a0f41)

Release 0.2.1

05 Dec 08:44
Compare
Choose a tag to compare

0.2.1 (2024-12-05)

Patches

  • Refactor for one less line of code (1e59973)
  • Fix server and client hydration mismatch (99dc112)
  • Fix reset not announcing change to listeners (19e8250)

Release 0.2.0

03 Dec 12:22
Compare
Choose a tag to compare

0.2.0 (2024-12-03)

Minor changes

  • Removed React hook from main bundle, and exported it from /react (284fb26)

Release 0.1.0

02 Dec 16:58
Compare
Choose a tag to compare

0.1.0 (2024-12-02)

Minor changes

  • ClassyStore -> TwoAndEight, createClassyStore -> createStore (1914c91)

Patches

  • Add reset state ability (ce28af7)

Release 0.0.5

02 Dec 14:23
Compare
Choose a tag to compare

0.0.5 (2024-12-02)

Patches

  • Fix build artefacts not in release (caa40bd)

Release 0.0.4

02 Dec 13:57
Compare
Choose a tag to compare

0.0.4 (2024-12-02)

Patches

  • Initial library release (for testing only) (d0df404)

Release 0.0.3

02 Dec 12:48
Compare
Choose a tag to compare

0.0.3 (2024-12-02)

Patches