Skip to content

Releases: BowlingX/geschichte

v1.2.0

05 Dec 15:13
Compare
Choose a tag to compare

1.2.0 (2019-12-05)

Features

  • memoization: added propper memoization for init now (b95cd4d)

v1.1.8

05 Dec 09:12
Compare
Choose a tag to compare

1.1.8 (2019-12-05)

Bug Fixes

  • build, memoization: removed dependencies (caf6a0a)
  • build, memoization: removed it again (c460622)

v1.1.7

05 Dec 08:56
Compare
Choose a tag to compare

1.1.7 (2019-12-05)

Bug Fixes

  • build, memoization: fixed ts docs build, added memoization-one for initial state (88933f0)

v1.1.6

05 Dec 08:23
Compare
Choose a tag to compare

1.1.6 (2019-12-05)

Bug Fixes

  • state: removed caching, try out another solution for raf (d9de0c0)

v1.1.5

05 Dec 08:00
Compare
Choose a tag to compare

1.1.5 (2019-12-05)

Bug Fixes

  • state: skip one frame on history events to make thinks work when routes change (879d10e)

v1.1.4

05 Dec 07:18
Compare
Choose a tag to compare

1.1.4 (2019-12-05)

Bug Fixes

  • performance: added memoization for namespace init. (5692db6)

v1.1.3

05 Dec 06:49
Compare
Choose a tag to compare

1.1.3 (2019-12-05)

Bug Fixes

  • state: fixed linter (5051792)
  • state: removed unused code (2410170)
  • state: use useEffect instead of useMemo, moved registration handling to store. Fixes stale / broken state. (b88dcf1)

v1.1.2

05 Dec 00:31
Compare
Choose a tag to compare

1.1.2 (2019-12-05)

Bug Fixes

  • queryParsing: make sure we always parse the current search query (0e2a64a)

v1.1.1

05 Dec 00:12
Compare
Choose a tag to compare

1.1.1 (2019-12-05)

Bug Fixes

  • reset: fixed reset would not properly modify values (2a008c1)

v1.1.0

04 Dec 23:49
Compare
Choose a tag to compare

1.1.0 (2019-12-04)

Features

  • reset: added resetPush and resetReplace to reset the current value to the current initialState (393b10d)