Skip to content

Releases: salsita/spicy-hooks

v3.0.0

Choose a tag to compare

@yuqiora yuqiora released this 22 Nov 10:08

3.0.0 (2022-11-22)

⚠ BREAKING CHANGES

  • bin: Remove release supporting tools (#44)

Features

v2.2.0

Choose a tag to compare

@goce-cz goce-cz released this 09 Jun 08:07

2.2.0 (2022-06-09)

Bug Fixes

Features

v2.1.2

Choose a tag to compare

@goce-cz goce-cz released this 05 Jan 16:56

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.1

Choose a tag to compare

@goce-cz goce-cz released this 14 Sep 10:33

bin - Bug fixes

  • Ignore workspaces without package.json (#42) @goce-cz

v2.1.0

Choose a tag to compare

@goce-cz goce-cz released this 17 Jun 14:05

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

Choose a tag to compare

@goce-cz goce-cz released this 17 Dec 10:01

Re-publish all packages to NPM to have proper version for the latest tag.

v2.0.2

Choose a tag to compare

@goce-cz goce-cz released this 01 Dec 09:08

observables - Bug fixes

  • Make the concurrent* operators unsubscribe from source (#37) @goce-cz

v1.0.2

Choose a tag to compare

@goce-cz goce-cz released this 01 Dec 09:13

observables - Bug fixes

  • Make the concurrent* operators unsubscribe from source (#37) @goce-cz

v2.0.1

Choose a tag to compare

@goce-cz goce-cz released this 11 Nov 10:38

utils - Bug fixes

  • Prevent isShallowEqual from choking on null (#32) @goce-cz

v2.0.0

Choose a tag to compare

@goce-cz goce-cz released this 06 Nov 12:09

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