Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Changelog
=========

UNRELEASED - 2020-10-04
1.2.0 - 2020-10-23
------------------
- Unified native I/O to hex strings ;
[tex0l]
- Added other encoding methods : 'legacy' which behaves like v1.1.2, 'hex', 'base64' and 'buffer'
[tex0l]
- Update example with tests for a range of test vectors
[tex0l]

1.1.2 - 2019-12-20
------------------
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ PODS:
- React-cxxreact (= 0.61.4)
- React-jsi (= 0.61.4)
- ReactCommon/jscallinvoker (= 0.61.4)
- RNScrypt (1.1.2):
- RNScrypt (1.2.0):
- React
- Yoga (1.14.0)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-scrypt",
"version": "1.1.2",
"version": "1.2.0",
"description": "Native scrypt for React Native",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -16,6 +16,11 @@
{
"name": "Demetris Manikas",
"email": "demetris.manikas@gmail.com"
},
{
"name": "Timothée Rebours",
"email": "tim@seald.io",
"url": "https://github.com/tex0l"
}
],
"keywords": [
Expand Down