Skip to content

Commit

Permalink
Prepare 3.0.0 (#575)
Browse files Browse the repository at this point in the history
* update upgrade guide

* update changelog

* update upgrade guide

* update after feedback
  • Loading branch information
ralphtheninja authored May 23, 2018
1 parent 061ced0 commit fe96f87
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

## [Unreleased]

## [3.0.0] - 2018-05-23

### Added
* Add node 10 to Travis (@ralphtheninja)
* Add browser support to test suite (@vweevers)
* Add `airtap` for browser tests in Sauce Labs (@vweevers)

### Changed
* Update `memdown` to `^3.0.0` (@vweevers)
* Update `encoding-down` to `^5.0.0` (@ralphtheninja)
* Update `deferred-leveldown` to `~4.0.0` (@ralphtheninja)
* Update `standard` to `^11.0.0` (@ralphtheninja)
* Update `level-errors` to `~2.0.0` (@ralphtheninja)
* Update `bl` to `^2.0.0` (@ralphtheninja)
* README: tweak api sub sections (@ralphtheninja)

### Fixed
* Fix defunct `keyEncoding` in `inject-encoding-test.js` (@vweevers)

### Removed
* Remove irrelevant `leveldown-substitution-test.js` (@ralphtheninja)
* Remove node 4 from Travis (@ralphtheninja)
* Remove batch operations defaulting to `put` (@vweevers)
* Remove compiler toolchain from Travis (@vweevers)

## [2.0.2] - 2018-02-12

### Added
Expand Down Expand Up @@ -772,7 +797,8 @@

:seedling: Initial release.

[Unreleased]: https://github.com/level/levelup/compare/v2.0.2...HEAD
[Unreleased]: https://github.com/level/levelup/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/level/levelup/compare/v2.0.2...v3.0.0
[2.0.2]: https://github.com/level/levelup/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/level/levelup/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/level/levelup/compare/v2.0.0-rc3...v2.0.0
Expand Down
5 changes: 5 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md).

## v3

1. Dropped support for node 4.
1. Batch operations no longer default to `'put'`. If `type` isn't specified, an error will be thrown, courtesy of `abstract-leveldown`.

## v2

### Summary
Expand Down

0 comments on commit fe96f87

Please sign in to comment.