Skip to content

Commit

Permalink
Released v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Novy committed Jan 3, 2018
1 parent 7d92dc8 commit aa7129d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.0.0

* Update to Dexie 2.x
* Remove Bower dependency (load Dexie from NPM)
* Ensure tests wait on all IndexedDB processes to be finished
* Ensure this addon works without Array prototype extensions
* Throw an error if indexed-db-configuration service is not extended
* [INTERNAL] Update dependencies & move to new module syntax
* [INTERNAL] Improve tests

## v0.3.0

* Make it compatible with Fastboot 1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-indexeddb",
"version": "0.3.0",
"version": "1.0.0",
"description": "A utility for using IndexedDB with ember & ember-data",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit aa7129d

Please sign in to comment.