|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [2.3.1] - 2018-01-31 |
| 4 | + |
| 5 | +### Fixed |
| 6 | + |
| 7 | +- Bump protobuf ([`6fb4fdd`](https://github.com/Level/multileveldown/commit/6fb4fdd)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 8 | + |
| 9 | +## [2.3.0] - 2017-02-03 |
| 10 | + |
| 11 | +### Added |
| 12 | + |
| 13 | +- Support `preput`, `predel`, `prebatch` ([`0012276`](https://github.com/Level/multileveldown/commit/0012276)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 14 | + |
| 15 | +## [2.2.0] - 2016-06-02 |
| 16 | + |
| 17 | +### Added |
| 18 | + |
| 19 | +- Add `opts.readonly` ([`6792190`](https://github.com/Level/multileveldown/commit/6792190)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 20 | + |
| 21 | +### Fixed |
| 22 | + |
| 23 | +- Fix reconnect example ([#7](https://github.com/Level/multileveldown/issues/7)) ([**@jameskyburz**](https://github.com/jameskyburz)) |
| 24 | + |
| 25 | +## [2.1.1] - 2016-01-10 |
| 26 | + |
| 27 | +### Fixed |
| 28 | + |
| 29 | +- Fix iterator forward ([`111f37c`](https://github.com/Level/multileveldown/commit/111f37c)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 30 | + |
| 31 | +## [2.1.0] - 2016-01-10 |
| 32 | + |
| 33 | +### Added |
| 34 | + |
| 35 | +- Add forwarding API to fix `level-party` edge-case ([`ae32a1f`](https://github.com/Level/multileveldown/commit/ae32a1f)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 36 | + |
| 37 | +## [2.0.1] - 2016-01-09 |
| 38 | + |
| 39 | +### Fixed |
| 40 | + |
| 41 | +- Always check flush ([`f7188c1`](https://github.com/Level/multileveldown/commit/f7188c1)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 42 | + |
| 43 | +## [2.0.0] - 2016-01-09 |
| 44 | + |
| 45 | +### Changed |
| 46 | + |
| 47 | +- Rewrite using `length-prefixed-stream` ([`d51b50d`](https://github.com/Level/multileveldown/commit/d51b50d)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 48 | + |
| 49 | +## [1.1.2] - 2015-06-10 |
| 50 | + |
| 51 | +### Fixed |
| 52 | + |
| 53 | +- Add correct condition in iterator end on server ([#3](https://github.com/Level/multileveldown/issues/3)) ([**@jcrugzz**](https://github.com/jcrugzz)) |
| 54 | + |
| 55 | +## [1.1.1] - 2015-05-21 |
| 56 | + |
| 57 | +### Fixed |
| 58 | + |
| 59 | +- Bump `pbs` ([`6e30a3a`](https://github.com/Level/multileveldown/commit/6e30a3a)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 60 | + |
| 61 | +## [1.1.0] - 2015-05-04 |
| 62 | + |
| 63 | +### Added |
| 64 | + |
| 65 | +- Add `ref` option to rpc to dereference socket from event loop ([`3fdca68`](https://github.com/Level/multileveldown/commit/3fdca68)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 66 | + |
| 67 | +## [1.0.3] - 2015-05-04 |
| 68 | + |
| 69 | +### Fixed |
| 70 | + |
| 71 | +- Add reverse and nexttick iterator end ([`46f4924`](https://github.com/Level/multileveldown/commit/46f4924)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 72 | + |
| 73 | +## [1.0.2] - 2015-04-25 |
| 74 | + |
| 75 | +### Fixed |
| 76 | + |
| 77 | +- Cleanup iterators on client stream end ([`79bccdb`](https://github.com/Level/multileveldown/commit/79bccdb)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 78 | +- Behave as regular `leveldown` on close ([`d1978c5`](https://github.com/Level/multileveldown/commit/d1978c5)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 79 | + |
| 80 | +## [1.0.1] - 2015-04-25 |
| 81 | + |
| 82 | +### Fixed |
| 83 | + |
| 84 | +- Destroy encoder on close ([`23e6ab2`](https://github.com/Level/multileveldown/commit/23e6ab2)) ([**@mafintosh**](https://github.com/mafintosh)) |
| 85 | + |
| 86 | +## 1.0.0 - 2015-04-24 |
| 87 | + |
| 88 | +:seedling: Initial release. |
| 89 | + |
| 90 | +[2.3.1]: https://github.com/Level/multileveldown/compare/v2.3.0...v2.3.1 |
| 91 | + |
| 92 | +[2.3.0]: https://github.com/Level/multileveldown/compare/v2.2.0...v2.3.0 |
| 93 | + |
| 94 | +[2.2.0]: https://github.com/Level/multileveldown/compare/v2.1.1...v2.2.0 |
| 95 | + |
| 96 | +[2.1.1]: https://github.com/Level/multileveldown/compare/v2.1.0...v2.1.1 |
| 97 | + |
| 98 | +[2.1.0]: https://github.com/Level/multileveldown/compare/v2.0.1...v2.1.0 |
| 99 | + |
| 100 | +[2.0.1]: https://github.com/Level/multileveldown/compare/v2.0.0...v2.0.1 |
| 101 | + |
| 102 | +[2.0.0]: https://github.com/Level/multileveldown/compare/v1.1.2...v2.0.0 |
| 103 | + |
| 104 | +[1.1.2]: https://github.com/Level/multileveldown/compare/v1.1.1...v1.1.2 |
| 105 | + |
| 106 | +[1.1.1]: https://github.com/Level/multileveldown/compare/v1.1.0...v1.1.1 |
| 107 | + |
| 108 | +[1.1.0]: https://github.com/Level/multileveldown/compare/v1.0.3...v1.1.0 |
| 109 | + |
| 110 | +[1.0.3]: https://github.com/Level/multileveldown/compare/v1.0.2...v1.0.3 |
| 111 | + |
| 112 | +[1.0.2]: https://github.com/Level/multileveldown/compare/v1.0.1...v1.0.2 |
| 113 | + |
| 114 | +[1.0.1]: https://github.com/Level/multileveldown/compare/v1.0.0...v1.0.1 |
0 commit comments