Skip to content

Releases: BowlingX/geschichte

v4.0.1

04 Feb 23:56
Compare
Choose a tag to compare

4.0.1 (2021-02-04)

Bug Fixes

  • types: fixed generic types to not require to be of type State (7e2d25d)

v4.0.0

04 Feb 22:23
Compare
Choose a tag to compare

4.0.0 (2021-02-04)

Features

  • zustand 3: bumped zustand to 3, adjusted peerDependencies to require zustand 3, adjusted deprecated api access, cleanup (c51a92c)

BREAKING CHANGES

  • zustand 3: Requires zustand 3

v3.0.6

03 Feb 13:37
Compare
Choose a tag to compare

3.0.6 (2021-02-03)

Bug Fixes

  • hash: added missing hash in current history state (dad0927)

v3.0.5

26 Jan 00:53
Compare
Choose a tag to compare

3.0.5 (2021-01-26)

Bug Fixes

  • immerjs: allow immerjs >=7, tackles security fix on immer 8.0.1 (12c014f)

v3.0.4

13 Jan 23:15
Compare
Choose a tag to compare

3.0.4 (2021-01-13)

Bug Fixes

  • nextjs: fixed nextjs implementation (78d1e19)

v3.0.3

13 Jan 22:26
Compare
Choose a tag to compare

3.0.3 (2021-01-13)

Bug Fixes

  • stale state: fixed a stale state under certain conditions (e47123d)

v3.0.2

11 Aug 13:15
Compare
Choose a tag to compare

3.0.2 (2020-08-11)

Bug Fixes

  • exports: added createOrApplyPath from utils to general export as it can be helpful. bumped lockfile due to security issues with dot-prop (2a4a2d0)

v3.0.1

23 Jul 15:18
Compare
Choose a tag to compare

3.0.1 (2020-07-23)

Bug Fixes

  • exports: export flattenConfig for testing purposes (8fd6716)

v3.0.0

15 Jun 13:25
Compare
Choose a tag to compare

3.0.0 (2020-06-15)

Bug Fixes

  • immerjs: bumped required immerjs version and adjusted required plugins (06b7b39)

BREAKING CHANGES

  • immerjs: Require immer >= 7

v2.1.2

04 Jun 19:57
Compare
Choose a tag to compare

2.1.2 (2020-06-04)

Bug Fixes

  • nextjs: revert implementation as it does not gain us anything (a13ebf8)