forked from Crypho/react-native-scrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
38 lines (28 loc) · 708 Bytes
/
CHANGELOG
File metadata and controls
38 lines (28 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Changelog
=========
1.2.1 - 2021-3-19
-----------------
- Updated typings.
[tex0l]
- Changed the version of the `react-native` peerDependency to `*` to accommodate npm@7's new behaviour.
[tex0l]
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
------------------
- Load Android Gradle Plugin conditionally.
[SaeedZhiany]
1.1.1 - 2019-11-18
------------------
- Update android config.
[danh, mo22]
- Update example.
[danh]
- Update iOS config.
[maddijoyce]