forked from Crypho/react-native-scrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
50 lines (36 loc) · 910 Bytes
/
CHANGELOG
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
39
40
41
42
43
44
45
46
47
48
49
50
Changelog
=========
1.2.3 - 2022-9-2
-----------------
- Fix TypeScript typings with new repository.
[arantes555]
1.2.2 - 2022-8-9
-----------------
- Fix Android build with newer Gradle versions.
[roaringUnicorn]
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]