-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathchangelog.txt
More file actions
31 lines (26 loc) · 1.4 KB
/
Copy pathchangelog.txt
File metadata and controls
31 lines (26 loc) · 1.4 KB
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
================================================================================
v1.1.1
================================================================================
Added: Expiration option, expires works with minutes,
or you can send a datetime and set the option
`isExpiresDate` to true.
================================================================================
v1.1.0
================================================================================
Fixed: Cross-origin cookies are now stored with SameSite=None,
Secure=true, as required. Other cookies remain set with SameSite=Lax
and Secure=false -- the same defaults as if SameSite and Secure
remained unset. Huge thank you to @zproxyz.
Fixed: Only add IndexedDbStore and LocalStorageStore if accessible.
Added: Cross-origin and same-origin tests.
================================================================================
v1.0.3
================================================================================
Changed: SessionStorageStore is no longer used as a default data store with
ImmortalDB.
Fixed: Support Server Side Rendering where the <window> global variable isn't
available. Huge thank you to Krishna Sumanth and Kevin Miller.
Changed: For distribution, the main exported module in package.json is
now the production-ready dist/immortal-db.js. Huge thank you to
Donovan Edye.
This changelog wasn't maintained prior to v1.0.3.