-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 3.0.0-rc1 to changelog #115
Conversation
* Remove testling from `package.json` (@vweevers) | ||
* Remove `level.js` logo (@vweevers) | ||
|
||
**Historical Note** As a result of removing `IDBWrapper`, only modern browsers with a non-prefixed `window.indexedDB` are supported in this release. IE10 and Firefox 52 are known to be broken. The current test matrix of `level-js` includes the latest versions of Chrome, Firefox, Safari, Edge and IE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can later move (some or all of) these notes to the upgrade guide
CHANGELOG.md
Outdated
@@ -2,6 +2,73 @@ | |||
|
|||
## [Unreleased] | |||
|
|||
## [3.0.0-rc1] - 2016-05-26 | |||
|
|||
## Changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong level. Fixing
CHANGELOG.md
Outdated
## [3.0.0-rc1] - 2016-05-26 | ||
|
||
## Changed | ||
* Upgrade `abstract-leveldown` from `0.12.0` to `5.0.0` (@vweevers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aah nice to use from and to. We should have this format in all our changelogs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! I figured it was important here because we skipped a few majors :)
CHANGELOG.md
Outdated
* Detect binary key support and fallback to `String(buffer)` (@vweevers) | ||
* Detect array key support and fallback to `String(array)` (@vweevers) | ||
* Test all value types of the structured clone algorithm (@vweevers) | ||
* Catch `DataCloneError` if the environment does not support serializing the type of a key or value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing (@vweevers)
I'll copy it to the GH release. |
😅