Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Releases: Malaa-tech/react-native-simple-bcrypt

Release 0.3.0

31 Aug 20:29
Compare
Choose a tag to compare

0.3.0 (2023-08-31)

Bug Fixes

  • change salt limit on ios to match android (da55620)
  • input salt number is not used in ios (a96a175)

Features

  • add input validation (d1ffed5)
  • linting and validating (afc2a06)
  • small fixes to example to log thrown errors (2af3d4e)

Release 0.2.0

30 Aug 11:38
Compare
Choose a tag to compare

0.2.0 (2023-08-30)

Features

  • add hashing android function (8841300)
  • add ios hash function + better example (2e91e1b)
  • setting default saltRounds (de0de83)

Release 0.1.2

29 Aug 21:45
Compare
Choose a tag to compare

0.1.2 (2023-08-29)

  • first release