-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathCHANGELOG.txt
executable file
·82 lines (60 loc) · 1.83 KB
/
CHANGELOG.txt
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
82
1.9.4
Fix issue with cookies
1.9.3
Add main property on package.json
1.9.2
Fix issue when store array and try to change only one index of it
1.9.1
Fix issue without jquery.cookie
1.9.0
Replace jquery.cookie (no longer maintained) by js-cookie
Add gulp task to generate minified version
1.8.1
Fix issue on FF with keys method
1.8.0
Add $.alwaysUseJsonInStorage method to always use Json to store values, even to store strings, int... at the first level
Broke compatibility with IE<9
1.7.5
Add plugin to npm
1.7.4
Fix min version
1.7.3
Add AMD/CommonJS compatibility
1.7.2
Change test that check if storage are natively available or not
1.7.1
If cookie fallback, don't override window.localStorage/sessionStorage but use window.localCookieStorage/sessionCookieStorage
1.7.0
Add support of js syntax on all methods
Add bower.json
1.6.0
Add methods setPath, setDomain, setConf, setDefaultConf to cookie storage
1.5.0
On "infinite arguments mode", add possibility to have an array/object on last argument on get, set, remove, isEmpty, isSet methods
Simplify code
Some fixes
1.4.0
Add keys(), isEmpty(), isSet() methods on storages
Add $.removeAllStorages() method
Add $.namespaceStorages variable
Some fixes
Add Jasmine specs
1.3.1
Fix on set function with syntax set('foo','foo2','foo3'...,'value')
1.3.0
Change delete function names (IE8 doesn't like "delete", so rename to "remove")
1.2.1
Change keywords in manifest
1.2.0
Add fallback with cookies
Add cookieStorage
Fix value returned by set() on namespace
1.1.1
Fix on get() exception
Add minified version
1.1.0
First parameter of get() & delete() can be an array
First parameter of set() can be an object
Correct initialisation of namespace (create it if not exists) and deleteAll truncate it (before, namespace was deleted)
1.0.0
Initial version