-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from Level/changelog
Add CHANGELOG.md
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
|
||
### Changed | ||
* Upgrade `leveldown` devDependency from `^1.4.1` to `^4.0.0` (@ralphtheninja) | ||
* Upgrade `standard` devDependency from `^10.0.3` to `^11.0.0` (@ralphtheninja) | ||
|
||
### Added | ||
* Add node 9 and 10 to Travis (@ralphtheninja) | ||
|
||
### Removed | ||
* Remove node 7 from Travis (@ralphtheninja) | ||
|
||
## [2.0.0] - 2017-08-28 | ||
|
||
### Changed | ||
* Upgrade `readable-stream` from `^1.0.33` to `^2.0.5` (@greenkeeper, @ralphtheninja) | ||
* Upgrade `tape` devDependency from `^3.5.0` to `^4.4.0` (@greenkeeper, @ralphtheninja) | ||
* Upgrade `through2` devDependency from `^0.6.3` to `^2.0.0` (@greenkeeper, @ralphtheninja) | ||
* Upgrade `leveldown` devDependency from `^0.10.4` to `^1.4.1` (@juliangruber) | ||
* Update copyright year to 2017 (@ralphtheninja) | ||
* Update README example using `standard` (@ralphtheninja) | ||
|
||
### Added | ||
* Add node 6 to Travis (@greenkeeper, @juliangruber) | ||
* Add node 7 and 8 to Travis (@ralphtheninja) | ||
* Add Greenkeeper (@ralphtheninja) | ||
* Add `standard` (@ralphtheninja) | ||
* Test `.destroy()` during and after `iterator.next()` (@ralphtheninja) | ||
|
||
### Removed | ||
* Remove node 0.10, 0.12 and iofs from Travis (@greenkeeper, @juliangruber) | ||
* Remove encodings (@ralphtheninja) | ||
* Remove Makefile (@ralphtheninja) | ||
|
||
## [1.3.1] - 2015-08-17 | ||
|
||
### Changed | ||
* Update `.repository` path in `package.json` (@timoxley) | ||
|
||
### Fixed | ||
* Use `level-codec` from npm (@juliangruber) | ||
|
||
## [1.3.0] - 2015-05-05 | ||
|
||
### Fixed | ||
* Emit `'close'` after `'error'` (@juliangruber) | ||
|
||
## [1.2.0] - 2015-05-04 | ||
|
||
### Added | ||
* Add `.decoder` option to constructor for decoding keys and values (@juliangruber) | ||
|
||
## [1.1.1] - 2015-03-29 | ||
|
||
### Added | ||
* Enable Travis and add node 0.10, 0.12 and iojs (@ralphtheninja) | ||
* Add MIT license (@ralphtheninja) | ||
|
||
### Fixed | ||
* Fix race condition in `.destroy()` (@juliangruber) | ||
|
||
## [1.1.0] - 2015-03-29 | ||
|
||
### Added | ||
* Add `.destroy()` (@juliangruber) | ||
|
||
## 1.0.0 - 2015-03-29 | ||
|
||
:seedling: Initial release. | ||
|
||
[Unreleased]: https://github.com/level/iterator-stream/compare/v2.0.0...HEAD | ||
[2.0.0]: https://github.com/level/iterator-stream/compare/v1.3.1...v2.0.0 | ||
[1.3.1]: https://github.com/level/iterator-stream/compare/v1.3.0...v1.3.1 | ||
[1.3.0]: https://github.com/level/iterator-stream/compare/v1.2.0...v1.3.0 | ||
[1.2.0]: https://github.com/level/iterator-stream/compare/v1.1.1...v1.2.0 | ||
[1.1.1]: https://github.com/level/iterator-stream/compare/v1.1.0...v1.1.1 | ||
[1.1.0]: https://github.com/level/iterator-stream/compare/v1.0.0...v1.1.0 |