forked from aaronpowell/db.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CHANGES file (covering since v0.13.0); easier MD listing standards
- Loading branch information
Showing
3 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# CHANGES | ||
|
||
## Unreleased | ||
|
||
- Docs: Badges, CHANGES | ||
- Testing improvements: Travis, Grunt | ||
|
||
## 0.14.0 (March 8, 2016) | ||
|
||
- Enhancement: Add `addEventListener`, `removeEventListener` and | ||
`abort`/`error`/`versionchange` short equivalents; | ||
- Docs: Clarify README re: recovering from blocked events | ||
- Testing improvements | ||
|
||
## 0.13.2 (March 2, 2016) | ||
|
||
- Fix: Address issue [#144](https://github.com/aaronpowell/db.js/issues/144) | ||
by ensuring transaction error handlers are affixed before any | ||
transactional work | ||
- Coding improvements | ||
|
||
## 0.13.1 (March 2, 2016) | ||
|
||
- Enhancement: Add `newVersion` and `oldVersion` where not supported | ||
- Testing and coding improvements: Karma/Saucelabs/Grunt/PhantomJS, | ||
service workers | ||
|
||
## 0.13.0 (March 1, 2016) | ||
|
||
- Enhancement: Add blocked event handler to open() and delete() (with docs and | ||
tests) allowing additional "resume" promise property for user to easily | ||
resume promise chain (if blocking undone by closing old db connection) | ||
- Cache server by version as well as name to allow upgrades of same name | ||
(and document); | ||
- Enhancement: Support web workers/service workers and add tests | ||
- Enhancement: Allow for consistent promise use (including for errors), | ||
deferring the error in the case of query preparation until execution | ||
- Docs and coding improvements | ||
- Testing improvements (Karma, Saucelabs, change to Mocha/Chai, unique | ||
test ids) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters