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

Commit fb185a9

Browse files
author
Lars-Magnus Skog
authored
Merge pull request #107 from Level/changelog
Add CHANGELOG.md
2 parents 4485177 + e160065 commit fb185a9

File tree

1 file changed

+238
-0
lines changed

1 file changed

+238
-0
lines changed

CHANGELOG.md

+238
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## [2.2.4] - 2016-05-09
6+
7+
### Changed
8+
* Use `toArrayBuffer()` only when present (@substack)
9+
10+
## [2.2.3] - 2015-12-10
11+
12+
### Changed
13+
* Update `ltgt` to `^2.1.2` (@ryanramage)
14+
15+
## [2.2.2] - 2015-09-12
16+
17+
### Added
18+
* Add @nolanlawson to collaborators (@maxogden)
19+
20+
### Fixed
21+
* Fix iterator when start > end (@nolanlawson)
22+
23+
**Historical Note** This release introduced `this._keyRangeError`.
24+
25+
## [2.2.1] - 2015-07-05
26+
27+
### Changed
28+
* Update collaborators (@maxogden)
29+
* Roll back `abstract-leveldown` to `~0.12.0` (@maxogden)
30+
31+
## [2.2.0] - 2015-07-03
32+
33+
### Added
34+
* Add `Collaborators` section to README (@maxogden)
35+
36+
### Changed
37+
* Update syntax highlighting in README (@yoshuawuyts)
38+
* Update `idb-wrapper` to `^1.5.0` (@JamesKyburz)
39+
* Update `abstract-leveldown` to `^2.4.0` (@maxogden)
40+
* Update `tape` to `^4.0.0` (@maxogden)
41+
* Move `tape` to devDependencies (@maxogden)
42+
* Change license from BSD to BSD-2-Clause (@maxogden)
43+
44+
### Removed
45+
* Remove Testling badge (@maxogden)
46+
47+
## [2.1.6] - 2014-06-15
48+
49+
### Fixed
50+
* Avoid using keyword in `cursor.continue()` (@nolanlawson)
51+
52+
## [2.1.5] - 2014-05-29
53+
54+
### Changed
55+
* Use `ltgt` module to handle ranges (@dominictarr)
56+
57+
## [2.1.4] - 2014-05-13
58+
59+
### Changed
60+
* Update `browserify` to `^4.1.2` (@maxogden)
61+
* Move `browserify` to devDependencies (@maxogden)
62+
63+
## [2.1.3] - 2014-04-09
64+
65+
### Added
66+
* Use `typedarray-to-buffer` to avoid copying to Buffer (@mafintosh)
67+
68+
## [2.1.2] - 2014-04-05
69+
70+
### Added
71+
* Add link to @brycebaril's presentation to README (@maxogden)
72+
73+
### Changed
74+
* Update browser configuration for Testling (@maxogden)
75+
76+
## [2.1.1] - 2014-03-12
77+
78+
### Changed
79+
* Update browser configuration for Testling (@maxogden)
80+
* Update `abstract-leveldown` to `~0.12.0` (@maxogden)
81+
* Update `levelup` to `~0.18.2` (@maxogden)
82+
* Make sure to store `Uint8Array` (@maxogden)
83+
* Test storing native JS types with raw = true (@maxogden)
84+
85+
**Historical Note** This was not published to npm. There's also a gap between `2.1.1` and `2.0.0` that is inconsistent. The `options.raw` property was introduced in this release.
86+
87+
## [2.0.0] - 2014-03-09
88+
89+
### Changed
90+
* Update `browserify` to `~3.32.0` (@maxogden)
91+
* Update `tape` to `~2.10.2` (@maxogden)
92+
* Change default encoding of values to strings to more closely match `leveldown` (@maxogden)
93+
94+
### Fixed
95+
* Add missing `xtend` dependency (@maxogden)
96+
97+
**Historical Note** For some reason both `tape` and `browserify` were moved from devDependencies to dependencies. This release only had one commit.
98+
99+
## [1.2.0] - 2014-03-09
100+
101+
### Added
102+
* Add `IndexedDBShim` to tests (@maxogden)
103+
* Add `Level.destroy()` (@qs44)
104+
* Add prefix to pass `PouchDB` tests (@qs44)
105+
* Test `Level.destroy()` (@calvinmetcalf)
106+
107+
### Changed
108+
* Update browser configuration for Testling (@maxogden)
109+
* Pass through open options to idbwrapper (@maxogden)
110+
111+
### Fixed
112+
* Don't use `indexedDB.webkitGetDatabasesNames()` in tests (@maxogden)
113+
114+
## [1.1.2] - 2014-02-02
115+
116+
### Removed
117+
* Remove global leaks (@mcollina)
118+
119+
## [1.1.1] - 2014-02-02
120+
121+
### Changed
122+
* Modify a copy of the batch array, not the original (@nrw)
123+
124+
### Fixed
125+
* Fix broken `package.json` (@maxogden)
126+
* Fix testling path (@maxogden)
127+
128+
## [1.1.0] - 2014-01-30
129+
130+
### Added
131+
* Add Testling (@maxogden)
132+
* Add npm badge (@maxogden)
133+
* Test ranges (@rvagg, @maxogden)
134+
135+
### Changed
136+
* Update README (@maxogden)
137+
* Update `abstract-leveldown` to `~0.11.0` (@rvagg, @maxogden)
138+
* Update to work with `[email protected]` (@shama, @maxogden)
139+
* Update iterator to pass all range tests (@shama, @maxogden)
140+
141+
### Fixed
142+
* Fix incorrect version of `abstract-leveldown` (@maxogden)
143+
* Pass error to callback in `approximateSize()` (@mcollina)
144+
145+
### Removed
146+
* Remove unnecessary factor in tests (@rvagg, @maxogden)
147+
148+
**Historical Note** In this time period `bops` shows up and gets removed. Also, `._isBuffer()` uses `Buffer.isBuffer()` in favor of `is-buffer` module.
149+
150+
## [1.0.8] - 2013-08-12
151+
152+
### Changed
153+
* Move `levelup` to devDependencies (@juliangruber)
154+
155+
### Removed
156+
* Remove fn#bind from iterator (@juliangruber)
157+
158+
## [1.0.7] - 2013-07-02
159+
160+
### Changed
161+
* Implement full batch support (@mcollina)
162+
163+
### Fixed
164+
* Fix git url to `abstract-leveldown` (@maxogden)
165+
166+
## [1.0.6] - 2013-05-31
167+
168+
### Changed
169+
* Update `idb-wrapper` to `1.2.0` (@maxogden)
170+
* Switch `abstract-leveldown#master` (@maxogden)
171+
* Disable batch and chainable batch tests (@maxogden)
172+
173+
## [1.0.5] - 2013-05-30
174+
175+
### Changed
176+
* Use upstream `idb-wrapper` (@maxogden)
177+
178+
## [1.0.4] - 2013-05-30
179+
180+
### Added
181+
* Test batch and chainable batch (@rvagg)
182+
183+
### Changed
184+
* Update `abstract-leveldown` to `~0.7.1` (@rvagg)
185+
* Update `levelup` to `~0.9.0` (@brycebaril)
186+
187+
## [1.0.3] - 2013-05-14
188+
189+
### Changed
190+
* Use `is-buffer` (@juliangruber)
191+
192+
## [1.0.2] - 2013-05-04
193+
194+
### Fixed
195+
* Don't convert `ArrayBuffer` and typed arrays to strings (@maxogden)
196+
197+
## [1.0.1] - 2013-05-03
198+
199+
### Added
200+
* Add optional options argument to `.open()` (@rvagg)
201+
* Add `test-levelup.js` (@maxogden)
202+
203+
### Changed
204+
* Update README (@maxogden)
205+
* Use `npm test` instead of `npm start` (@shama)
206+
* Properly delete test dbs (@maxogden)
207+
* Inherit from `abstract-leveldown` (@rvagg)
208+
209+
## 1.0.0 - 2013-05-03
210+
211+
:seedling: Initial release.
212+
213+
[Unreleased]: https://github.com/level/level.js/compare/v2.2.4...HEAD
214+
[2.2.4]: https://github.com/level/level.js/compare/v2.2.3...v2.2.4
215+
[2.2.3]: https://github.com/level/level.js/compare/v2.2.2...v2.2.3
216+
[2.2.2]: https://github.com/level/level.js/compare/v2.2.1...v2.2.2
217+
[2.2.1]: https://github.com/level/level.js/compare/v2.2.0...v2.2.1
218+
[2.2.0]: https://github.com/level/level.js/compare/v2.1.6...v2.2.0
219+
[2.1.6]: https://github.com/level/level.js/compare/v2.1.5...v2.1.6
220+
[2.1.5]: https://github.com/level/level.js/compare/v2.1.4...v2.1.5
221+
[2.1.4]: https://github.com/level/level.js/compare/v2.1.3...v2.1.4
222+
[2.1.3]: https://github.com/level/level.js/compare/v2.1.2...v2.1.3
223+
[2.1.2]: https://github.com/level/level.js/compare/v2.1.1...v2.1.2
224+
[2.1.1]: https://github.com/level/level.js/compare/v2.0.0...v2.1.1
225+
[2.0.0]: https://github.com/level/level.js/compare/v1.2.0...v2.0.0
226+
[1.2.0]: https://github.com/level/level.js/compare/v1.1.2...v1.2.0
227+
[1.1.2]: https://github.com/level/level.js/compare/v1.1.1...v1.1.2
228+
[1.1.1]: https://github.com/level/level.js/compare/v1.1.0...v1.1.1
229+
[1.1.0]: https://github.com/level/level.js/compare/v1.0.8...v1.1.0
230+
[1.0.8]: https://github.com/level/level.js/compare/v1.0.7...v1.0.8
231+
[1.0.7]: https://github.com/level/level.js/compare/v1.0.6...v1.0.7
232+
[1.0.6]: https://github.com/level/level.js/compare/v1.0.5...v1.0.6
233+
[1.0.5]: https://github.com/level/level.js/compare/v1.0.4...v1.0.5
234+
[1.0.4]: https://github.com/level/level.js/compare/v1.0.3...v1.0.4
235+
[1.0.3]: https://github.com/level/level.js/compare/v1.0.2...v1.0.3
236+
[1.0.2]: https://github.com/level/level.js/compare/v1.0.1...v1.0.2
237+
[1.0.1]: https://github.com/level/level.js/compare/v1.0.0...v1.0.1
238+

0 commit comments

Comments
 (0)