You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
-**Breaking:** drop node 6 and 8 ([Level/community#98](https://github.com/Level/community/issues/98)) ([`8502b34`](https://github.com/Level/leveldown/commit/8502b34)) (Vincent Weevers)
16
+
-**Breaking:** drop node 8 ([Level/community#98](https://github.com/Level/community/issues/98)) ([`8502b34`](https://github.com/Level/leveldown/commit/8502b34)) (Vincent Weevers)
17
17
- Bump `node-gyp` from 6.x to 7.x ([`8bc5696`](https://github.com/Level/leveldown/commit/8bc5696)) (Vincent Weevers)
18
18
- Bump `standard` from 14.x to 16.x ([`d39e232`](https://github.com/Level/leveldown/commit/d39e232), [`39e3ca3`](https://github.com/Level/leveldown/commit/39e3ca3)) (Vincent Weevers)
19
19
- Bump `node-gyp-build` from 4.1.x to 4.2.x ([#708](https://github.com/Level/leveldown/issues/708)) ([`91711fa`](https://github.com/Level/leveldown/commit/91711fa)) (Vincent Weevers)
@@ -87,7 +87,7 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
87
87
88
88
## [5.3.0-0] - 2019-10-04
89
89
90
-
**Historical Note** This was a prerelease of 5.3.0 for testing purposes. Changes listed above.
90
+
_This was a prerelease of 5.3.0 for testing purposes. Changes listed above._
91
91
92
92
## [5.2.1] - 2019-09-20
93
93
@@ -198,12 +198,12 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
198
198
199
199
### Fixed
200
200
201
-
- Temporarily skip `hallmark` test because it breaks CITGM ([#606](https://github.com/Level/leveldown/issues/606)) ([**@vweevers**](https://github.com/vweevers))
202
-
203
-
**Historical Note** Although CITGM landed support for git repositories in response to v5.0.0 which fixes our use of git submodules and `hallmark`, we're keeping `hallmark` disabled because it is still experimental and technically out of scope for CITGM.
201
+
- Skip `hallmark` test because it broke (and is out of scope for) CITGM ([#606](https://github.com/Level/leveldown/issues/606)) ([**@vweevers**](https://github.com/vweevers))
204
202
205
203
## [5.0.0] - 2019-03-29
206
204
205
+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
206
+
207
207
### Changed
208
208
209
209
- Rewrite as N-API addon ([#540](https://github.com/Level/leveldown/issues/540), [#559](https://github.com/Level/leveldown/issues/559)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
@@ -812,12 +812,12 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
812
812
813
813
## [0.10.1] - 2013-11-21
814
814
815
+
_From this release and onward, tags in git start with the prefix `v`, i.e. this release corresponds to the tag `v0.10.1`._
816
+
815
817
### Changed
816
818
817
819
- Upgrade to `nan@0.6` for Node 0.11.6 support, `v8::Local<T>::New(val)` rewritten to `NanNewLocal<T>(val)` ([**@rvagg**](https://github.com/rvagg))
818
820
819
-
**Historical Note** From this release and onward, tags in git start with the prefix `v`, i.e. this release corresponds to the tag `v0.10.1`.
820
-
821
821
## [0.10.0] - 2013-11-18
822
822
823
823
### Added
@@ -862,12 +862,12 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
862
862
863
863
## [0.8.3] - 2013-09-18
864
864
865
+
_The diff between this version and the previous shows `0.8.4` in the commit message. This is incorrect, since that version was never released._
866
+
865
867
### Changed
866
868
867
869
- Upgrade to `nan@0.4.0`, better support for latest Node master & support for installing within directory structures containing spaces in directory names ([**@rvagg**](https://github.com/rvagg))
868
870
869
-
**Historical Note** The diff between this version and the previous shows `0.8.4` in the commit message. This is incorrect, since that version was never released.
870
-
871
871
## [0.8.2] - 2013-09-01
872
872
873
873
### Added
@@ -905,8 +905,6 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
905
905
- Use [nan](https://github.com/rvagg/nan) for Node 0.8->0.11 compatibility ([**@rvagg**](https://github.com/rvagg))
906
906
- Minor perf improvements in C++ ([**@mscdex**](https://github.com/mscdex))
907
907
908
-
**Historical Note** We started using `nan` in the form of a local `src/nan.h` header file.
909
-
910
908
## [0.6.2] - 2013-07-07
911
909
912
910
### Changed
@@ -974,6 +972,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
974
972
975
973
## [0.3.0] - 2013-05-14
976
974
975
+
_In the early days minor versions were looked upon as major versions. Semver practices we use today was not adopted fully at this time. This is why the history might look a bit confusing._
976
+
977
977
### Added
978
978
979
979
- Add [**@No9**](https://github.com/No9) to contributors ([**@rvagg**](https://github.com/rvagg))
@@ -988,11 +988,9 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
**Historical Note** In the early days minor versions were looked upon as major versions. Semver practices we use today was not adopted fully at this time. This is why the history might look a bit confusing.
992
-
993
991
<!-- ## 0.2.4 - 2013-05-21
994
992
995
-
**Historical Note** Did not publish as a tag and `package.json` was never committed with this version number. Most likely due to a locally modified `package.json`. -->
993
+
_Was not published as a tag and `package.json` was never committed with this version number. Most likely due to a locally modified `package.json`._-->
0 commit comments