|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._ |
| 4 | + |
3 | 5 | ## [Unreleased][unreleased] |
4 | 6 |
|
| 7 | +## [4.0.0] - 2019-04-06 |
| 8 | + |
| 9 | +### Changed |
| 10 | + |
| 11 | +- Upgrade `abstract-leveldown` from `^5.0.0` to `^6.0.2` ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 12 | +- Upgrade `encoding-down` from `^5.0.3` to `^6.0.1` ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 13 | +- Upgrade `levelup` from `^3.0.1` to `^4.0.1` ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 14 | +- Avoid unnecessary copy of batch operations ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 15 | +- Invoke abstract tests from single function ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 16 | +- Add mandatory `db` argument to abstract iterator ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 17 | +- Upgrade `memdown` devDependency from `^3.0.0` to `^4.0.0` ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 18 | +- Upgrade `nyc` devDependency from `^12.0.2` to `^13.3.0` ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 19 | +- Upgrade `standard` devDependency from `^11.0.1` to `^12.0.1` ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 20 | +- Apply common project tweaks ([#58](https://github.com/level/subleveldown/issues/58), [#59](https://github.com/level/subleveldown/issues/59)) ([**@vweevers**](https://github.com/vweevers)) |
| 21 | + |
| 22 | +### Added |
| 23 | + |
| 24 | +- Test that errors from `open()` and iterators bubble up ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 25 | +- Test without a user-provided `levelup` layer ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 26 | +- Gitignore `coverage` directory ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 27 | + |
| 28 | +### Removed |
| 29 | + |
| 30 | +- Remove obsolete `_batch()` checks ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 31 | +- Remove dummy location from `abstract-leveldown` constructor call ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 32 | + |
| 33 | +### Fixed |
| 34 | + |
| 35 | +- Serialize non-buffer keys to strings ([#61](https://github.com/level/subleveldown/issues/61)) ([**@vweevers**](https://github.com/vweevers)) |
| 36 | + |
5 | 37 | ## [3.0.1] - 2018-07-27 |
6 | 38 |
|
7 | 39 | ### Added |
|
145 | 177 |
|
146 | 178 | :seedling: Initial release. |
147 | 179 |
|
148 | | -[unreleased]: https://github.com/level/subleveldown/compare/v3.0.1...HEAD |
| 180 | +[unreleased]: https://github.com/level/subleveldown/compare/v4.0.0...HEAD |
| 181 | + |
| 182 | +[4.0.0]: https://github.com/level/subleveldown/compare/v3.0.1...v4.0.0 |
149 | 183 |
|
150 | 184 | [3.0.1]: https://github.com/level/subleveldown/compare/v3.0.0...v3.0.1 |
151 | 185 |
|
|
0 commit comments