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

Commit 3873f1b

Browse files
committed
Increase Common Changelog compliance
1 parent 2938f20 commit 3873f1b

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
## [6.0.0] - 2021-04-10
1010

11-
_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
11+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
1212

1313
### Changed
1414

1515
- **Breaking:** bump `abstract-leveldown` ([`15d5a9e`](https://github.com/Level/leveldown/commit/15d5a9e)) (Vincent Weevers)
16-
- **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)
1717
- Bump `node-gyp` from 6.x to 7.x ([`8bc5696`](https://github.com/Level/leveldown/commit/8bc5696)) (Vincent Weevers)
1818
- 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)
1919
- 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)._
8787

8888
## [5.3.0-0] - 2019-10-04
8989

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._
9191

9292
## [5.2.1] - 2019-09-20
9393

@@ -198,12 +198,12 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
198198

199199
### Fixed
200200

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))
204202

205203
## [5.0.0] - 2019-03-29
206204

205+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
206+
207207
### Changed
208208

209209
- 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)._
812812

813813
## [0.10.1] - 2013-11-21
814814

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+
815817
### Changed
816818

817819
- 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))
818820

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-
821821
## [0.10.0] - 2013-11-18
822822

823823
### Added
@@ -862,12 +862,12 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
862862

863863
## [0.8.3] - 2013-09-18
864864

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+
865867
### Changed
866868

867869
- 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))
868870

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-
871871
## [0.8.2] - 2013-09-01
872872

873873
### Added
@@ -905,8 +905,6 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
905905
- Use [nan](https://github.com/rvagg/nan) for Node 0.8->0.11 compatibility ([**@rvagg**](https://github.com/rvagg))
906906
- Minor perf improvements in C++ ([**@mscdex**](https://github.com/mscdex))
907907

908-
**Historical Note** We started using `nan` in the form of a local `src/nan.h` header file.
909-
910908
## [0.6.2] - 2013-07-07
911909

912910
### Changed
@@ -974,6 +972,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
974972

975973
## [0.3.0] - 2013-05-14
976974

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+
977977
### Added
978978

979979
- 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)._
988988

989989
- Remove browserify shim ([**@rvagg**](https://github.com/rvagg))
990990

991-
**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-
993991
<!-- ## 0.2.4 - 2013-05-21
994992
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`._ -->
996994

997995
## [0.2.3] - 2013-05-17
998996

0 commit comments

Comments
 (0)