Skip to content
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

Merged
merged 3 commits into from
May 27, 2018
Merged

Add 3.0.0-rc1 to changelog #115

merged 3 commits into from
May 27, 2018

Conversation

vweevers
Copy link
Member

😅

* 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.
Copy link
Member Author

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
Copy link
Member Author

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)
Copy link
Member

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.

Copy link
Member Author

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing (@vweevers)

@vweevers vweevers merged commit fc5fdad into master May 27, 2018
@vweevers vweevers deleted the 3.0.0-rc1-changelog branch May 27, 2018 11:17
@vweevers
Copy link
Member Author

I'll copy it to the GH release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants