Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Prepare 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jun 28, 2019
1 parent b4af053 commit 9a2e628
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._

## [Unreleased][unreleased]

## [4.1.0] - 2019-06-28

### Changed

- Upgrade `deferred-leveldown` from `~5.0.0` to `~5.1.0` ([#657](https://github.com/Level/levelup/issues/657)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `delayed` devDependency from `^1.0.1` to `^2.0.0` ([#659](https://github.com/Level/levelup/issues/659)) ([**@vweevers**](https://github.com/vweevers))

### Added

- Test `seek()` integration ([#661](https://github.com/Level/levelup/issues/661)) ([**@vweevers**](https://github.com/vweevers)) \*
- Support options passed to `open()` ([#660](https://github.com/Level/levelup/issues/660), [#662](https://github.com/Level/levelup/issues/662)) ([**@achingbrain**](https://github.com/achingbrain), [**@vweevers**](https://github.com/vweevers))

**\* Historical Note** Many thanks to [**@MeirionHughes**](https://github.com/MeirionHughes) for adding `seek()` support to `memdown`, `encoding-down`, `deferred-leveldown` and `subleveldown`. At the time of writing, all but `subleveldown` have been released. Go forth and seek!

## [4.0.2] - 2019-06-08

### Changed
Expand Down Expand Up @@ -1046,7 +1060,9 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._

:seedling: Initial release.

[unreleased]: https://github.com/level/levelup/compare/v4.0.2...HEAD
[unreleased]: https://github.com/level/levelup/compare/v4.1.0...HEAD

[4.1.0]: https://github.com/level/levelup/compare/v4.0.2...v4.1.0

[4.0.2]: https://github.com/level/levelup/compare/v4.0.1...v4.0.2

Expand Down
5 changes: 3 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
| **Eduardo Sorribas** | [**@sorribas**](https://github.com/sorribas) | |
| **Nolan Lawson** | [**@nolanlawson**](https://github.com/nolanlawson) | [**@nolan@toot.cafe**](https://toot.cafe/@nolan) |
| **James Butler** | [**@sandfox**](https://github.com/sandfox) | |
| **Alex Potsides** | | |
| **Mads Andreasen** | [**@MadsAndreasenTechPeople**](https://github.com/MadsAndreasenTechPeople) | |
| **moro** | | |
| **Super-User** | | |
| **Matthew Wright** | [**@farskipper**](https://github.com/farskipper) | |
| **David Dias** | [**@diasdavid**](https://github.com/diasdavid) | |
| **Pascal Temel** | [**@PascalTemel**](https://github.com/PascalTemel) | |
| **Daniel Ravina** | [**@danielravina**](https://github.com/danielravina) | |
Expand All @@ -45,4 +46,4 @@
| **Mark Cavage** | [**@mcavage**](https://github.com/mcavage) | |
| **Pomke** | | |
| **Pedro Teixeira** | [**@pgte**](https://github.com/pgte) | [**@pgte@twitter**](https://twitter.com/pgte) |
| **Matthew Wright** | [**@farskipper**](https://github.com/farskipper) | |
| **moro** | | |

0 comments on commit 9a2e628

Please sign in to comment.