forked from jensarps/IDBWrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
45 lines (28 loc) · 833 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
1.0.0 /
------------------
* Add query() method
* Add storePrefix property to constructor [englercj]
* Add JSDoc
* Add input checks to the batch() method
* Add Closure Compiler to repository
* Add MAKEFILE
* Misc cleanup
0.3.1 / 2013-01-04
------------------
* lowercase idbstore.js
* Add minified version
* Add version property to IDBStore
0.3.0 / 2012-12-18
------------------
* Fix potentially non-unique generated IDs
* Add batch() method [Raynos]
* Fix a bug where the success handler could be called even if there was an error
* Fix a bug where old IndexedDB implementations were not detected successfully
0.2.1 / 2012-11-20
------------------
* Add error handler to constructor
* Remove support for numeric transaction and cursor types.
* Misc cleanup
0.2.0 / 2012-11-20
------------------
* Start versioning