# Changelog

## [4.0.0](https://github.com/poowf/react-native-argon2/compare/v3.0.0...v4.0.0) (2025-11-13)


### ⚠ BREAKING CHANGES

* Add support for salts of various lengths using hex encoding

### Features

* Add support for salts of various lengths using hex encoding ([5a43e83](https://github.com/poowf/react-native-argon2/commit/5a43e8353f9d96f8baec109a6f1dc85483c6c635))

## [3.0.0](https://github.com/poowf/react-native-argon2/compare/v2.0.1...v3.0.0) (2025-10-08)


### ⚠ BREAKING CHANGES

* Bumped the min-sdk version
* Updated argon2kt version to fix 16kb page size issue

### Maintenance

* Bumped the min-sdk version ([9d802a8](https://github.com/poowf/react-native-argon2/commit/9d802a8e970b5092bdecfb10ffc9fb9ae4049835))
* update yarn.lock ([9345aaa](https://github.com/poowf/react-native-argon2/commit/9345aaa447263e07a0afa589ab88a7b6b9bb561c))
* Updated argon2kt version to fix 16kb page size issue ([010c5fe](https://github.com/poowf/react-native-argon2/commit/010c5fe9a92d4d222bcb25f4f1baa7cbedfbb04b))
* use maven central instead of jcenter ([269c64e](https://github.com/poowf/react-native-argon2/commit/269c64e91b188222ad60790708d4d9c36a3852a6))
* use pnpm instead of yarn ([f95764f](https://github.com/poowf/react-native-argon2/commit/f95764fa0a08fbae4e5bd463e66c5734f68d91c5))

### [2.0.1](https://github.com/poowf/react-native-argon2/compare/v2.0.0...v2.0.1) (2021-06-20)


### Maintenance

* bump packages ([0458d07](https://github.com/poowf/react-native-argon2/commit/0458d07ae5059d806003fda685554fa7193548a6))

## [2.0.0](https://github.com/poowf/react-native-argon2/compare/v1.1.1...v2.0.0) (2020-10-24)


### ⚠ BREAKING CHANGES

* Switch to argon2kt for Android due to licensing issues
* Switch to CatCrypto for iOS due to licensing issues

### Features

* Implement configurable hasher ([099a8d5](https://github.com/poowf/react-native-argon2/commit/099a8d564c74ed5576da177b96dd54eb2b1e3c01))


* Switch to argon2kt for Android due to licensing issues ([d3e575b](https://github.com/poowf/react-native-argon2/commit/d3e575b8bc15787a14485533b132820ddeac608d))
* Switch to CatCrypto for iOS due to licensing issues ([0ad6598](https://github.com/poowf/react-native-argon2/commit/0ad65981891794c5ade69633e2d1eaba0714d5c5))

### [1.1.1](https://github.com/poowf/react-native-argon2/compare/v1.1.0...v1.1.1) (2020-10-22)


### Maintenance

* Update README ([df047a4](https://github.com/poowf/react-native-argon2/commit/df047a43377b5b3dfeac787a163956a45d0d5302))

## 1.1.0 (2020-10-22)


### Features

* Add standard-version for releases ([f057b8e](https://github.com/poowf/react-native-argon2/commit/f057b8efa2e64ce7b4c429959cbf532c3b13ebd1))
* Use published cocoapods instead ([a8b4101](https://github.com/poowf/react-native-argon2/commit/a8b410116c803660f85d2a7d2f223a217856e3d9))


### Bug Fixes

* Failing builds on XCode 12 ([19eeaee](https://github.com/poowf/react-native-argon2/commit/19eeaee6b3e1a46f9c39bb8fd29455d8113cc392))
* XCode project warnings ([f40bc7b](https://github.com/poowf/react-native-argon2/commit/f40bc7bcc5a38141048304b0f657da3a9bd04c71))


### Maintenance

* Update README ([ae3f183](https://github.com/poowf/react-native-argon2/commit/ae3f183d1cf92c7b451859efd3206fd21a9a3d30))
* **release:** 1.0.0 ([75b61c4](https://github.com/poowf/react-native-argon2/commit/75b61c4a4c1ddc6085a0482258ff3cd60be7bfc6))
* Bump version ([e559de2](https://github.com/poowf/react-native-argon2/commit/e559de2358302902f7b7574ddef9668a63d8ae90))

### 1.0.0 (2020-10-18)


### Features

* Add standard-version for releases ([f057b8e](https://github.com/poowf/react-native-argon2/commit/f057b8efa2e64ce7b4c429959cbf532c3b13ebd1))
* Use published cocoapods instead ([a8b4101](https://github.com/poowf/react-native-argon2/commit/a8b410116c803660f85d2a7d2f223a217856e3d9))


### Bug Fixes

* Failing builds on XCode 12 ([19eeaee](https://github.com/poowf/react-native-argon2/commit/19eeaee6b3e1a46f9c39bb8fd29455d8113cc392))
* XCode project warnings ([f40bc7b](https://github.com/poowf/react-native-argon2/commit/f40bc7bcc5a38141048304b0f657da3a9bd04c71))
