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

Commit 7d82567

Browse files
authored
Prepare 2.0.1 (#23)
1 parent 0ad3b37 commit 7d82567

File tree

4 files changed

+138
-3
lines changed

4 files changed

+138
-3
lines changed

CHANGELOG.md

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
# Changelog
2+
3+
_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
4+
5+
## [Unreleased][unreleased]
6+
7+
## [2.0.1] - 2019-04-05
8+
9+
### Changed
10+
11+
- Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([#19](https://github.com/Level/errors/issues/19)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
12+
- Apply common project tweaks ([#20](https://github.com/Level/errors/issues/20), [#21](https://github.com/Level/errors/issues/21)) ([**@vweevers**](https://github.com/vweevers))
13+
- Tweak license ([`b61e01b`](https://github.com/Level/errors/commit/b61e01b)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
14+
- Tweak copyright years for less maintenance ([`772e911`](https://github.com/Level/errors/commit/772e911)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
15+
16+
### Added
17+
18+
- Add `nyc` and `coveralls` ([#18](https://github.com/Level/errors/issues/18), [#22](https://github.com/Level/errors/issues/22)) ([**@ralphtheninja**](https://github.com/ralphtheninja), [**@vweevers**](https://github.com/vweevers))
19+
20+
### Removed
21+
22+
- Remove node 9 from travis ([`9254882`](https://github.com/Level/errors/commit/9254882)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
23+
- Remove experimental typings ([`0ad3b37`](https://github.com/Level/errors/commit/0ad3b37)) ([**@vweevers**](https://github.com/vweevers))
24+
- Remove contributors from `package.json` ([`29e1ae1`](https://github.com/Level/errors/commit/29e1ae1)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
25+
- Remove copyright headers from code ([`f5e5e40`](https://github.com/Level/errors/commit/f5e5e40)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
26+
27+
## [2.0.0] - 2018-05-13
28+
29+
### Changed
30+
31+
- Tweak readme, add npm and node badges ([`f80d1b7`](https://github.com/Level/errors/commit/f80d1b7)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
32+
- Upgrade `standard` devDependency from `^10.0.3` to `^11.0.0` ([#12](https://github.com/Level/errors/issues/12)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
33+
34+
### Added
35+
36+
- Add node 10 ([`b002756`](https://github.com/Level/errors/commit/b002756)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
37+
38+
### Removed
39+
40+
- Drop node 0.12, 4, 5 and 7 ([`b002756`](https://github.com/Level/errors/commit/b002756), [`150a3c6`](https://github.com/Level/errors/commit/150a3c6)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
41+
42+
## [1.1.2] - 2017-11-13
43+
44+
### Changed
45+
46+
- Update README style ([#11](https://github.com/Level/errors/issues/11)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
47+
48+
### Added
49+
50+
- Add `standard` devDependency ([#10](https://github.com/Level/errors/issues/10)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
51+
52+
## [1.1.1] - 2017-09-10
53+
54+
### Fixed
55+
56+
- Fix error `cause` argument in typings ([#9](https://github.com/Level/errors/issues/9)) ([**@MeirionHughes**](https://github.com/MeirionHughes))
57+
58+
## [1.1.0] - 2017-09-10
59+
60+
### Changed
61+
62+
- Tweak README ([`64b4842`](https://github.com/Level/errors/commit/64b4842)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
63+
64+
### Added
65+
66+
- Add basic typings ([#8](https://github.com/Level/errors/issues/8)) ([**@MeirionHughes**](https://github.com/MeirionHughes))
67+
68+
## [1.0.5] - 2017-08-15
69+
70+
### Changed
71+
72+
- Update copyright year from 2015 to 2017 ([#7](https://github.com/Level/errors/issues/7)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
73+
74+
### Added
75+
76+
- Add node 4, 5, 6, 7 and 8 ([#7](https://github.com/Level/errors/issues/7)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
77+
- Add Greenkeeper ([#3](https://github.com/Level/errors/issues/3), [#6](https://github.com/Level/errors/issues/6)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
78+
79+
### Removed
80+
81+
- Drop node 0.10 and iojs ([#7](https://github.com/Level/errors/issues/7)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
82+
83+
## [1.0.4] - 2015-08-25
84+
85+
### Added
86+
87+
- Document API ([#2](https://github.com/Level/errors/issues/2)) ([**@juliangruber**](https://github.com/juliangruber))
88+
89+
## [1.0.3] - 2015-03-21
90+
91+
### Fixed
92+
93+
- Add node 0.10 to travis ([`fcc758c`](https://github.com/Level/errors/commit/fcc758c)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
94+
95+
## [1.0.2] - 2015-03-21
96+
97+
### Changed
98+
99+
- Tweak README to have same style as `codec` ([`d5e0cba`](https://github.com/Level/errors/commit/d5e0cba)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
100+
101+
### Added
102+
103+
- Add travis ([`5f6d1cd`](https://github.com/Level/errors/commit/5f6d1cd), [`58690fa`](https://github.com/Level/errors/commit/58690fa), [`36c3199`](https://github.com/Level/errors/commit/36c3199)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
104+
105+
## 1.0.1 - 2015-03-20
106+
107+
:seedling: Initial release.
108+
109+
[unreleased]: https://github.com/Level/errors/compare/v2.0.1...HEAD
110+
111+
[2.0.1]: https://github.com/Level/errors/compare/v2.0.0...v2.0.1
112+
113+
[2.0.0]: https://github.com/Level/errors/compare/v1.1.2...v2.0.0
114+
115+
[1.1.2]: https://github.com/Level/errors/compare/v1.1.1...v1.1.2
116+
117+
[1.1.1]: https://github.com/Level/errors/compare/v1.1.0...v1.1.1
118+
119+
[1.1.0]: https://github.com/Level/errors/compare/v1.0.5...v1.1.0
120+
121+
[1.0.5]: https://github.com/Level/errors/compare/v1.0.4...v1.0.5
122+
123+
[1.0.4]: https://github.com/Level/errors/compare/v1.0.3...v1.0.4
124+
125+
[1.0.3]: https://github.com/Level/errors/compare/v1.0.2...v1.0.3
126+
127+
[1.0.2]: https://github.com/Level/errors/compare/v1.0.1...v1.0.2

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# level-errors
22

3-
> Error module for [levelup][levelup]
3+
> Error types for [levelup][levelup].
44
55
[![level badge][level-badge]](https://github.com/Level/awesome)
66
[![npm](https://img.shields.io/npm/v/level-errors.svg?label=&logo=npm)](https://www.npmjs.com/package/level-errors)
@@ -14,6 +14,8 @@
1414

1515
## API
1616

17+
**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md).
18+
1719
### `.LevelUPError()`
1820

1921
Generic error base class.

UPGRADING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Upgrade Guide
2+
3+
This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md).
4+
5+
## v2
6+
7+
Dropped node 0.12, 4, 5 and 7.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "level-errors",
33
"version": "2.0.0",
4-
"description": "Error types for LevelUP",
4+
"description": "Error types for levelup",
55
"license": "MIT",
66
"main": "errors.js",
77
"scripts": {
@@ -26,7 +26,6 @@
2626
"hallmark": {
2727
"community": "level-community"
2828
},
29-
"typings": "errors.d.ts",
3029
"repository": {
3130
"type": "git",
3231
"url": "https://github.com/Level/errors.git"

0 commit comments

Comments
 (0)