Skip to content

Releases: janglad/safe-fn

safe-fn@0.5.0

22 Nov 17:29
e5f29f6
Compare
Choose a tag to compare

Minor Changes

  • 14329b7: - About a ~10x performance increase for single safe-fn instances
    • About a ~17x performance increase when testing a safe-fn with 10 parents

safe-fn-react@0.3.4

22 Nov 17:29
e5f29f6
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [14329b7]
    • safe-fn@0.5.0

safe-fn-react@0.3.3

03 Oct 18:47
788f800
Compare
Choose a tag to compare

Patch Changes

  • daf1a07: - Fix possible client side type error when redirecting in server action
  • e92f5e4: Make callback argument optional

safe-fn@0.4.2

26 Sep 21:00
f9871c2
Compare
Choose a tag to compare

Patch Changes

  • 51dd313: Fix type issues with the hook (related to distribution)

safe-fn-react@0.3.2

26 Sep 21:00
f9871c2
Compare
Choose a tag to compare

Patch Changes

  • 51dd313: Fix type issues with the hook (related to distribution)
  • Updated dependencies [51dd313]
    • safe-fn@0.4.2

safe-fn@0.4.1

22 Sep 19:10
d23051e
Compare
Choose a tag to compare

Patch Changes

  • ad1a948: - add mapErr() function
  • c86e7ff: - removes asAction, all errors are now stripped by default
  • 5e691c4: - Use child .catch() handler if parent didn't define one
  • b78293b: - Rename some Infer types, see docs.

safe-fn-react@0.3.1

22 Sep 19:10
d23051e
Compare
Choose a tag to compare

Patch Changes

  • b78293b: - Rename some Infer types, see docs.
  • Updated dependencies [ad1a948]
  • Updated dependencies [c86e7ff]
  • Updated dependencies [5e691c4]
  • Updated dependencies [b78293b]
    • safe-fn@0.4.1

safe-fn@0.4.0

20 Sep 13:45
385844b
Compare
Choose a tag to compare

Minor Changes

  • 4fcaeff: - Force upgrade to Neverthrow@8 due to types not being compataible
    • Fix hook typings

safe-fn-react@0.3.0

20 Sep 13:45
385844b
Compare
Choose a tag to compare

Minor Changes

  • 4fcaeff: - Force upgrade to Neverthrow@8 due to types not being compataible
    • Fix hook typings

Patch Changes

  • Updated dependencies [4fcaeff]
    • safe-fn@0.4.0

safe-fn@0.3.0

19 Sep 19:25
a9918c4
Compare
Choose a tag to compare

Minor Changes