|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [2.0.0] - 2018-06-21 |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- Upgrade `level-js` from `3.0.0-rc1` to `^3.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 10 | +- Fix missing link to `encoding-down` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 11 | +- Skip installing `g++-4.8` on Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 12 | +- Remove copyright year for less maintenance ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +- Add `UPGRADING.md` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 17 | +- Add `remark` tooling ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 18 | + |
5 | 19 | ## [2.0.0-rc1] - 2018-05-29 |
6 | 20 |
|
7 | 21 | ### Changed |
8 | | -* Upgrade `leveldown` from `^3.0.0` to `^4.0.0` (@greenkeeper) |
9 | | -* Upgrade `level-packager` from `~1.2.0` to `~3.1.0` (@ralphtheninja) |
10 | | -* Upgrade `level-js` from `~2.1.6` to `3.0.0-rc1` (@ralphtheninja) |
11 | | -* Use proper version range for `tape` (@ralphtheninja) |
12 | | -* Homogenize README headers, add table of contents and document the api (@ralphtheninja) |
13 | | -* Separate tests into node and browser specific versions (@ralphtheninja) |
14 | | -* Import `levelup` integration tests from `level-js` (@ralphtheninja) |
15 | | -* Be explicit when running tests from `level-packager` (@ralphtheninja) |
| 22 | + |
| 23 | +- Upgrade `leveldown` from `^3.0.0` to `^4.0.0` ([**@greenkeeper**](https://github.com/greenkeeper)) |
| 24 | +- Upgrade `level-packager` from `~1.2.0` to `~3.1.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 25 | +- Upgrade `level-js` from `~2.1.6` to `3.0.0-rc1` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 26 | +- Use proper version range for `tape` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 27 | +- Homogenize README headers, add table of contents and document the api ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 28 | +- Separate tests into node and browser specific versions ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 29 | +- Import `levelup` integration tests from `level-js` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 30 | +- Be explicit when running tests from `level-packager` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
16 | 31 |
|
17 | 32 | ### Added |
18 | | -* Add node 9 and 10 to Travis (@ralphtheninja) |
19 | | -* Add `airtap` for local browser testing (@ralphtheninja) |
20 | | -* Add `standard` for linting (@ralphtheninja) |
| 33 | + |
| 34 | +- Add node 9 and 10 to Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 35 | +- Add `airtap` for local browser testing ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 36 | +- Add `standard` for linting ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
21 | 37 |
|
22 | 38 | ### Removed |
23 | | -* Remove node 0.12, 4, 5 and 7 from Travis (@ralphtheninja) |
| 39 | + |
| 40 | +- Remove node 0.12, 4, 5 and 7 from Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
24 | 41 |
|
25 | 42 | ## [1.1.2] - 2018-03-20 |
26 | 43 |
|
27 | 44 | ### Changed |
28 | | -* Upgrade `leveldown` from `^1.4.1` to `^3.0.0` (@ralphtheninja) |
29 | | -* Simplify `level-packager` call for `level-js` (@rh0) |
30 | | -* Ignore `package-lock.json` (@ralphtheninja) |
| 45 | + |
| 46 | +- Upgrade `leveldown` from `^1.4.1` to `^3.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 47 | +- Simplify `level-packager` call for `level-js` ([**@rh0**](https://github.com/rh0)) |
| 48 | +- Ignore `package-lock.json` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
31 | 49 |
|
32 | 50 | ### Added |
33 | | -* Add Greenkeeper badge (@ralphtheninja) |
34 | | -* Add node 8 to Travis (@ralphtheninja) |
| 51 | + |
| 52 | +- Add Greenkeeper badge ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 53 | +- Add node 8 to Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
35 | 54 |
|
36 | 55 | ## [1.1.1] - 2017-05-19 |
37 | 56 |
|
38 | 57 | ### Added |
39 | | -* Add gcc-4.8 to Travis (@ralphtheninja) |
40 | | -* Add node 6 and 7 to Travis (@ralphtheninja) |
41 | | -* Update copyright year (@ralphtheninja) |
| 58 | + |
| 59 | +- Add gcc-4.8 to Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 60 | +- Add node 6 and 7 to Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 61 | +- Update copyright year ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
42 | 62 |
|
43 | 63 | ### Removed |
44 | | -* Remove node 0.10, 1.0, 1.8, 2 and 3 from Travis (@ralphtheninja) |
| 64 | + |
| 65 | +- Remove node 0.10, 1.0, 1.8, 2 and 3 from Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
45 | 66 |
|
46 | 67 | ## [1.1.0] - 2015-12-10 |
47 | 68 |
|
48 | 69 | ### Changed |
49 | | -* Upgrade `level-packager` from `~1.1.0` to `~1.2.0` (@ralphtheninja) |
| 70 | + |
| 71 | +- Upgrade `level-packager` from `~1.1.0` to `~1.2.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
50 | 72 |
|
51 | 73 | ### Added |
52 | | -* Add node 1.0, 2, 3, 4 and 5 to Travis (@ralphtheninja) |
53 | | -* Add dependency badge (@ralphtheninja) |
| 74 | + |
| 75 | +- Add node 1.0, 2, 3, 4 and 5 to Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 76 | +- Add dependency badge ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
54 | 77 |
|
55 | 78 | ### Removed |
56 | | -* Remove `node-gyp-install` from Travis (@ralphtheninja) |
| 79 | + |
| 80 | +- Remove `node-gyp-install` from Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
57 | 81 |
|
58 | 82 | ## [1.0.2] - 2015-12-10 |
59 | 83 |
|
60 | 84 | ### Changed |
61 | | -* Use `^` to track `level-js` (@mafintosh) |
| 85 | + |
| 86 | +- Use `^` to track `level-js` ([**@mafintosh**](https://github.com/mafintosh)) |
62 | 87 |
|
63 | 88 | ## [1.0.1] - 2015-09-20 |
64 | 89 |
|
65 | 90 | ### Changed |
66 | | -* Upgrade `leveldown` from `~1.2.2` to `^1.4.1` (@jimkang) |
| 91 | + |
| 92 | +- Upgrade `leveldown` from `~1.2.2` to `^1.4.1` ([**@jimkang**](https://github.com/jimkang)) |
67 | 93 |
|
68 | 94 | ## [1.0.0] - 2015-06-09 |
69 | 95 |
|
70 | 96 | ### Changed |
71 | | -* Upgrade `level-packager` from `~0.19.0` to `~1.1.0` (@mcollina) |
72 | | -* Upgrade `leveldown` from `~0.10.0` to `~1.2.2` (@mcollina) |
73 | | -* Make sure dependencies use `~` range (@mcollina) |
74 | | -* Update nodei.co links in README (@mcollina) |
75 | | -* Put back `nvm` on Travis and use `node-gyp-install` to get correct headers (@ralphtheninja) |
| 97 | + |
| 98 | +- Upgrade `level-packager` from `~0.19.0` to `~1.1.0` ([**@mcollina**](https://github.com/mcollina)) |
| 99 | +- Upgrade `leveldown` from `~0.10.0` to `~1.2.2` ([**@mcollina**](https://github.com/mcollina)) |
| 100 | +- Make sure dependencies use `~` range ([**@mcollina**](https://github.com/mcollina)) |
| 101 | +- Update nodei.co links in README ([**@mcollina**](https://github.com/mcollina)) |
| 102 | +- Put back `nvm` on Travis and use `node-gyp-install` to get correct headers ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
76 | 103 |
|
77 | 104 | ## [0.19.1] - 2015-05-05 |
78 | 105 |
|
79 | 106 | ### Changed |
80 | | -* Change license from MIT +no-false-attribs to MIT (@ralphtheninja) |
81 | | -* Update `Level` -> `Level-browserify` in README (@ralphtheninja) |
82 | | -* Use `n` instead of `nvm` for iojs support and native modules (@ralphtheninja) |
| 107 | + |
| 108 | +- Change license from MIT +no-false-attribs to MIT ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 109 | +- Update `Level` -> `Level-browserify` in README ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 110 | +- Use `n` instead of `nvm` for iojs support and native modules ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
83 | 111 |
|
84 | 112 | ### Added |
85 | | -* Add node 0.12 and iojs to Travis (@ralphtheninja) |
| 113 | + |
| 114 | +- Add node 0.12 and iojs to Travis ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
86 | 115 |
|
87 | 116 | ## [0.19.0] - 2015-05-04 |
88 | 117 |
|
89 | 118 | ### Changed |
90 | | -* Update logo and copyright (@ralphtheninja) |
91 | | -* Upgrade `level-js` from `~1.1.2` to `^2.1.6` (@mafintosh) |
92 | | -* Upgrade `level-packager` from `~0.18.0` to `~0.19.0` (@ralphtheninja) |
| 119 | + |
| 120 | +- Update logo and copyright ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
| 121 | +- Upgrade `level-js` from `~1.1.2` to `^2.1.6` ([**@mafintosh**](https://github.com/mafintosh)) |
| 122 | +- Upgrade `level-packager` from `~0.18.0` to `~0.19.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
93 | 123 |
|
94 | 124 | ### Added |
95 | | -* Add support for node 0.8 (@mafintosh) |
| 125 | + |
| 126 | +- Add support for node 0.8 ([**@mafintosh**](https://github.com/mafintosh)) |
96 | 127 |
|
97 | 128 | ## [0.18.1] - 2014-04-17 |
98 | 129 |
|
99 | 130 | ### Changed |
100 | | -* Update README (@maxogden, @mcollina) |
101 | | -* Skip tests not runnable in the browser (@mcollina) |
| 131 | + |
| 132 | +- Update README ([**@maxogden**](https://github.com/maxogden), [**@mcollina**](https://github.com/mcollina)) |
| 133 | +- Skip tests not runnable in the browser ([**@mcollina**](https://github.com/mcollina)) |
102 | 134 |
|
103 | 135 | ### Fixed |
104 | | -* Make `browserify` work properly (@JamesKyburz) |
| 136 | + |
| 137 | +- Make `browserify` work properly ([**@JamesKyburz**](https://github.com/JamesKyburz)) |
105 | 138 |
|
106 | 139 | ## 0.18.0 - 2013-11-18 |
107 | 140 |
|
108 | 141 | :seedling: Initial release. |
109 | 142 |
|
110 | | -[Unreleased]: https://github.com/level/level-browserify/compare/v2.0.0-rc1...HEAD |
| 143 | +[unreleased]: https://github.com/level/level-browserify/compare/v2.0.0...HEAD |
| 144 | + |
| 145 | +[2.0.0]: https://github.com/level/level-browserify/compare/v2.0.0-rc1...v2.0.0 |
| 146 | + |
111 | 147 | [2.0.0-rc1]: https://github.com/level/level-browserify/compare/v1.1.2...v2.0.0-rc1 |
| 148 | + |
112 | 149 | [1.1.2]: https://github.com/level/level-browserify/compare/v1.1.1...v1.1.2 |
| 150 | + |
113 | 151 | [1.1.1]: https://github.com/level/level-browserify/compare/v1.1.0...v1.1.1 |
| 152 | + |
114 | 153 | [1.1.0]: https://github.com/level/level-browserify/compare/v1.0.2...v1.1.0 |
| 154 | + |
115 | 155 | [1.0.2]: https://github.com/level/level-browserify/compare/v1.0.1...v1.0.2 |
| 156 | + |
116 | 157 | [1.0.1]: https://github.com/level/level-browserify/compare/v1.0.0...v1.0.1 |
| 158 | + |
117 | 159 | [1.0.0]: https://github.com/level/level-browserify/compare/v0.19.1...v1.0.0 |
| 160 | + |
118 | 161 | [0.19.1]: https://github.com/level/level-browserify/compare/v0.19.0...v0.19.1 |
| 162 | + |
119 | 163 | [0.19.0]: https://github.com/level/level-browserify/compare/v0.18.1...v0.19.0 |
| 164 | + |
120 | 165 | [0.18.1]: https://github.com/level/level-browserify/compare/v0.18.0...v0.18.1 |
0 commit comments