Releases: salsita/spicy-hooks
Releases · salsita/spicy-hooks
v3.0.0
3.0.0 (2022-11-22)
⚠ BREAKING CHANGES
- bin: Remove release supporting tools (#44)
Features
v2.2.0
2.2.0 (2022-06-09)
Bug Fixes
Features
v2.1.2
core
- Bug fixes
- Support recent versions of React
observables
- Bug fixes
- Support recent versions of React
utils
- Bug fixes
- Remove unnecessary dependency on React
v2.1.0
core
- Features / enhancements
core
- Bug fixes
- Move
deferredFn
to observables as it depends on RxJS (#41) @goce-cz
utils
- Bug fixes
- Move
deferredFn
to observables as it depends on RxJS (#41) @goce-cz
v2.0.3
Re-publish all packages to NPM to have proper version for the latest
tag.
v2.0.2
observables
- Bug fixes
- Make the
concurrent*
operators unsubscribe from source (#37) @goce-cz
v1.0.2
observables
- Bug fixes
- Make the
concurrent*
operators unsubscribe from source (#37) @goce-cz
v2.0.1
utils
- Bug fixes
- Prevent
isShallowEqual
from choking on null (#32) @goce-cz
v2.0.0
core
- Breaking changes
- Remove
useValueVersion
in favor of useDistinctValue
(#29) @goce-cz
- Do not export
useStateWithoutRerender
as it is dangerous (#23) @goce-cz
core
- Features / enhancements
observables
- Breaking changes
- Use
Object.is
as the default equality function of usePartialSnapshot
(#25) @goce-cz
bin
- Features / enhancements
- Add possibility to specify custom branch for
prepare-release
(#21) @goce-cz