Releases: FlussoBV/NgDexie
Releases · FlussoBV/NgDexie
Versie 0.0.21
Revert to dexie.js 1.4.2
Versie 0.0.20
- Improve ngDexie interface with method chaining (thanks FelipeBarrosCruz)
- Fix error in deepClone (thanks JanDouweVonk)
- Fix wrong dexie version in bower.json (thanks JanDouweVonk)
- Fix some broken markdown files in documentation and in the sources
Versie 0.0.19
- Renamed main file to ng-dexie.js
- Added cleargul
- Accepted merge request for loadDb (thanks magori)
- Fixed the remove call
- Fixed Missing catch was causing a DatabaseClosedError (thanks benamib)
v0.0.18
Npm ready package. Added ngDexie.add which is faster then put while inserting new records.
v0.0.17
Upgraded dexie.js to version 1.2.0
v0.0.16
Fixed an missing dependecy to dexie js
v0.0.15
Version 0.0.15 (2015-08-07)
- Added remove function
- Added promise.reject when using put
v0.0.14
Version 0.0.14 (2015-06-09)
- Dropped the unofficial support for dexiejs.syncable
- Dropped the dexie.js fork as perfmance changes are in the core now
v0.0.13
Version 0.0.13
v0.0.12
Fix a problem with safari in resync.
Added getTransaction function