forked from kunder-lab/cordova-plugin-secure-storage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
81 lines (54 loc) · 1.39 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Changelog
=========
2.3.1 - 2016-08-17
------------------
- Fix iOS typos in SecureStorage.m file
[arturokunder]
2.3.0 - 2016-08-17
------------------
- Added timeout for requests for cases when the plugin does call success or error callback.
[arturokunder]
- Fix for js callbacks. Error message parameter name was the same as the function.
[arturokunder]
- Fix iOS callback id. The property was set on every call and didn't allow multiple calls at the same time.
[arturokunder]
2.2.3 - 2016-05-18
------------------
- Fix broken version number in plugin.xml.
[ggozad]
2.2.2 - 2016-05-10
------------------
- Execute iOS commands in separate threads instead of the main thread.
[goshakkk / hellyeahllc]
2.2.1 - 2016-02-09
------------------
- package.json meta.
[ggozad]
2.2.0 - 2016-01-05
------------------
- Supporting iOS 7 without 'WhenPasscodeSetThisDeviceOnly' option.
[embedded-spirit]
2.1.0 - 2015-10-29
------------------
- Keychain accessibility setting for iOS.
[schaumiii]
2.0.0 - 2015-10-28
------------------
- Update to use npm.
[ggozad]
1.1.2 - 2015-04-16
------------------
- Fix Android key creation conflict.
[demetris-manikas]
1.1.1 - 2015-04-13
------------------
- Android cleanup.
[demetris-manikas]
1.1.0 - 2015-04-01
------------------
- Support the browser platform.
[ggozad]
1.0.0 - 2015-03-30
------------------
- Initial release.
[ggozad]