Skip to content

Releases: 42BV/react-error-store

v1.1.5

05 Feb 09:51
Compare
Choose a tag to compare
  • Updated dependencies to fix lodash.get and lodash.set CVE's 0f27f33

v1.1.4...v1.1.5

v1.1.4

20 Feb 10:06
Compare
Choose a tag to compare
  • fix: remove otp option from release script a8d231a
  • chore: update dependencies 2d25f04

v1.1.3...v1.1.4

v1.1.3

10 Mar 20:33
Compare
Choose a tag to compare
  • chore: update dependencies 84f10fd

v1.1.2...v1.1.3

v1.1.2

24 Jun 23:21
Compare
Choose a tag to compare
  • improvement: upgrade dependencies 682f4d0

v1.1.1...v1.1.2

v1.1.1

18 Jun 14:47
Compare
Choose a tag to compare
  • improvement: upgrade dependencies 883fafe

v1.1.0...v1.1.1

v1.1.0

04 Dec 07:40
Compare
Choose a tag to compare
  • chore: upgraded all packages, removed travis for GitHub actions. 5f65768
  • improvement: subscribe to all errors a9e56a3
  • updated dependencies d296a3a

v1.0.1...v1.1.0

v1.1.0-0

20 Nov 13:46
Compare
Choose a tag to compare
v1.1.0-0 Pre-release
Pre-release
  • improvement: subscribe to all errors a9e56a3
  • updated dependencies d296a3a

v1.0.1...v1.1.0-0

v1.0.1: Chore: added react hooks and added np for publishing.

20 Sep 11:19
Compare
Choose a tag to compare
  • Chore: added react hooks and added np for publishing. 534cc48
  • Bugfix: the useClearErrors hook was always called. ee810e7

v1.0.0...v1.0.1

v1.0.0: Feature: added a `useClearErrors` hook.

20 Sep 11:20
Compare
Choose a tag to compare
It can be used to reset the errors when a form is displayed again.
This way the errors to not linger around when the user navigates away
and back to the form.

Minor changes:

  1. Updated to TypeScript 3.6.3
  2. Locked dev dependencies.
  3. Made husky and lint-stage actually work.
  4. Ran `npm audit fix`