What's Changed
- fix(store): prevent writing to state once action handler is unsubscribed by @arturovt in #2231
- perf(store): replace
instanceof Function
withtypeof
by @arturovt in #2247 - refactor(store): use
Object.is
as default equality check by @arturovt in #2245 - refactor(router-plugin): mark selectors as pure by @arturovt in #2248
- refactor(storage-plugin): mark engine tokens as pure by @arturovt in #2249
- refactor(store): tree-shake internal state tokens by @arturovt in #2246
- chore: release v18.1.5 by @arturovt in #2252
Full Changelog: v18.1.4...v18.1.5