-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
25 lines (20 loc) · 837 Bytes
/
CHANGELOG
File metadata and controls
25 lines (20 loc) · 837 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
== Version 0.3.1 (2010-09-24) ==
* [BUG] Bad syntax used while checking for globalStorage
* [BUG] Bad globalStorage length function
* [BUG] Error reading cookies out of session
== TODO ==
* I remember Firefox 2's clear method being flaky
* [FOOTPRINT] Compress cookie and window.name session storage into a obj-generating fcn
* Local storage fallback for Opera
* Local storage fallback for Safari
== Version 0.3.0 (2010-05-08) ==
* Wrap all operations in stringify including HTML web storage
** All the browsers call .toString() against spec...at least they're consistent
== Version 0.2.0 (2010-mayo-cinco) ==
* Add cookie session storage
* Add window.name session storage (shudder)
== Version 0.1.0 (2010-05-03) ==
* Add standard local storage
* Add userData local storage
* Add Gears local storage
* Add standard session storage