Skip to content

Releases: FlussoBV/NgDexie

Versie 0.0.21

21 Jul 09:25
Compare
Choose a tag to compare

Revert to dexie.js 1.4.2

Versie 0.0.20

18 Jul 08:27
Compare
Choose a tag to compare
  • 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

13 Jul 15:12
Compare
Choose a tag to compare
  • 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

08 Mar 19:11
Compare
Choose a tag to compare

Npm ready package. Added ngDexie.add which is faster then put while inserting new records.

v0.0.17

07 Mar 15:41
Compare
Choose a tag to compare

Upgraded dexie.js to version 1.2.0

v0.0.16

03 Sep 18:55
Compare
Choose a tag to compare

Fixed an missing dependecy to dexie js

v0.0.15

07 Aug 07:33
Compare
Choose a tag to compare

Version 0.0.15 (2015-08-07)

  • Added remove function
  • Added promise.reject when using put

v0.0.14

09 Jun 15:02
Compare
Choose a tag to compare

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

10 Apr 12:52
Compare
Choose a tag to compare
Version 0.0.13

v0.0.12

13 Feb 20:07
Compare
Choose a tag to compare

Fix a problem with safari in resync.
Added getTransaction function