Skip to content

Releases: salsita/spicy-hooks

v3.0.0

22 Nov 10:08
Compare
Choose a tag to compare

3.0.0 (2022-11-22)

⚠ BREAKING CHANGES

  • bin: Remove release supporting tools (#44)

Features

v2.2.0

09 Jun 08:07
Compare
Choose a tag to compare

2.2.0 (2022-06-09)

Bug Fixes

Features

v2.1.2

05 Jan 16:56
Compare
Choose a tag to compare

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

14 Sep 10:33
Compare
Choose a tag to compare

bin - Bug fixes

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

v2.1.0

17 Jun 14:05
Compare
Choose a tag to compare

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

17 Dec 10:01
Compare
Choose a tag to compare

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

v2.0.2

01 Dec 09:08
Compare
Choose a tag to compare

observables - Bug fixes

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

v1.0.2

01 Dec 09:13
Compare
Choose a tag to compare

observables - Bug fixes

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

v2.0.1

11 Nov 10:38
Compare
Choose a tag to compare

utils - Bug fixes

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

v2.0.0

06 Nov 12:09
Compare
Choose a tag to compare

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