# Changelog

## [Unreleased]

## [4.0.0] - 2018-02-12

### Added
* Add 9 to Travis (@ralphtheninja)

### Changed
* Update `abstract-leveldown` to `4.0.0` (@ralphtheninja)
* Update `memdown` to `2.0.0` (@ralphtheninja)

### Removed
* Remove 7 from Travis (@ralphtheninja)

## [3.0.1] - 2017-12-18

### Added
* Test that default utf8 encoding stringifies numbers (@vweevers)

### Fixed
* Skip decoding if `options.keys` or `options.values` is false (@vweevers)

## [3.0.0] - 2017-11-11

### Added
* README: add node badge (>= 4) (@vweevers)

### Changed
* Update `abstract-leveldown` to `3.0.0` (@ralphtheninja)

### Removed
* Remove 0.12 from Travis (@vweevers)

## [2.3.4] - 2017-10-24

### Added
* README: add example of npm installed encoding (@vweevers)

## [2.3.3] - 2017-10-22

### Changed
* README: fix `level-codec` links (@vweevers)

## [2.3.2] - 2017-10-22

### Changed
* README: tweak badges (@ralphtheninja)
* README: add more code examples (@vweevers)
* Update `level-codec` to `8.0.0` (@ralphtheninja)

### Fixed
* Fix problems related to missing `asBuffer`, `keyAsBuffer` and `valueAsBuffer` (@ralphtheninja)

## [2.3.1] - 2017-10-02

### Changed
* Refactor typings (@MeirionHughes)

## [2.3.0] - 2017-09-24

### Added
* Add default export (@zixia)

## [2.2.1] - 2017-09-13

### Fixed
* Fix typings (@MeirionHughes)

## [2.2.0] - 2017-09-12

### Added
* Add Typescript typings (@MeirionHughes)

### Changed
* README: `AbstractLevelDOWN` -> `abstract-leveldown` (@ralphtheninja)
* Update `abstract-leveldown` (@ralphtheninja)

## [2.1.5] - 2017-08-18

### Added
* README: add api docs (@ralphtheninja)
* Add basic tests (@ralphtheninja)

### Changed
* Enable Travis for ci (@ralphtheninja)
* Update dependencies (@ralphtheninja)
* Use `safe-buffer` (@ralphtheninja)

## [2.1.4] - 2017-01-26

### Fixed
* Rename methods to `_serializeKey()` and `_serializeValue()` (@juliangruber)

## [2.1.3] - 2017-01-26

### Added
* Add `_encodeKey()` and `_encodeValue()` id functions (@juliangruber)

## [2.1.2] - 2017-01-26

### Fixed
* Emit encoding errors in streams too (@juliangruber)

## [2.1.1] - 2017-01-26

### Fixed
* Return encoding errors on get (@juliangruber)

## [2.1.0] - 2017-01-26

### Added
* Add support for `approximateSize()` (@juliangruber)

## [2.0.8] - 2017-01-26

### Removed
* Remove `Iterator.prototype.seek` (@juliangruber)

### Fixed
* Fix encoding lt/get range options (@juliangruber)

## [2.0.7] - 2017-01-26

### Added
* Add `'utf8'` as default encoding (@juliangruber)

## [2.0.6] - 2017-01-26

### Fixed
* Fix `typof` -> `typeof` bug (@juliangruber)

## [2.0.5] - 2017-01-26

### Fixed
* Fix bug in `iterator._next()` with undefined key or value (@juliangruber)

## [2.0.4] - 2017-01-26

### Changed
* Update `level-codec` for utf8 fixes (@juliangruber)

## [2.0.3] - 2017-01-26

### Fixed
* Fix bug with incorrect db (@juliangruber)

## [2.0.2] - 2017-01-26

### Fixed
* Fix bug with incorrect db and missing new operator (@juliangruber)

## [2.0.1] - 2017-01-26

### Fixed
* Fix bug with `AbstractChainedBatch` inheritance (@juliangruber)

## [2.0.0] - 2017-01-26

### Changed
* Version bump (@juliangruber)

## 1.0.0 - 2017-01-26

:seedling: Initial release.

[Unreleased]: https://github.com/level/encoding-down/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/level/encoding-down/compare/v3.0.1...v4.0.0
[3.0.1]: https://github.com/level/encoding-down/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/level/encoding-down/compare/v2.3.4...v3.0.0
[2.3.4]: https://github.com/level/encoding-down/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/level/encoding-down/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/level/encoding-down/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/level/encoding-down/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/level/encoding-down/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/level/encoding-down/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/level/encoding-down/compare/v2.1.5...v2.2.0
[2.1.5]: https://github.com/level/encoding-down/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/level/encoding-down/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/level/encoding-down/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/level/encoding-down/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/level/encoding-down/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/level/encoding-down/compare/v2.0.8...v2.1.0
[2.0.8]: https://github.com/level/encoding-down/compare/v2.0.7...v2.0.8
[2.0.7]: https://github.com/level/encoding-down/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/level/encoding-down/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/level/encoding-down/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/level/encoding-down/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/level/encoding-down/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/level/encoding-down/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/level/encoding-down/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/level/encoding-down/compare/v1.0.0...v2.0.0
