Releases: BowlingX/geschichte
Releases · BowlingX/geschichte
v1.2.0
1.2.0 (2019-12-05)
Features
- memoization: added propper memoization for init now (b95cd4d)
v1.1.8
1.1.8 (2019-12-05)
Bug Fixes
- build, memoization: removed dependencies (caf6a0a)
- build, memoization: removed it again (c460622)
v1.1.7
1.1.7 (2019-12-05)
Bug Fixes
- build, memoization: fixed ts docs build, added memoization-one for initial state (88933f0)
v1.1.6
1.1.6 (2019-12-05)
Bug Fixes
- state: removed caching, try out another solution for raf (d9de0c0)
v1.1.5
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
1.1.4 (2019-12-05)
Bug Fixes
- performance: added memoization for namespace init. (5692db6)
v1.1.3
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
1.1.2 (2019-12-05)
Bug Fixes
- queryParsing: make sure we always parse the current search query (0e2a64a)
v1.1.1
1.1.1 (2019-12-05)
Bug Fixes
- reset: fixed reset would not properly modify values (2a008c1)
v1.1.0
1.1.0 (2019-12-04)
Features
- reset: added
resetPush
and resetReplace
to reset the current value to the current initialState (393b10d)