Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit 6ac657a

Browse files
author
Lars-Magnus Skog
authored
Prepare 2.0.0 (#55)
* Add remark tooling * Remove Contributors header from README * Update license paragraph * CONTRIBUTING.md -> contribution guide * Use ^ for dependencies * Update CHANGELOG.md * npm run remark * Tweak LICENSE.md * Remove contributors from package.json
1 parent 39e2afe commit 6ac657a

6 files changed

Lines changed: 229 additions & 153 deletions

File tree

CHANGELOG.md

Lines changed: 89 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,119 +2,164 @@
22

33
## [Unreleased]
44

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+
519
## [2.0.0-rc1] - 2018-05-29
620

721
### 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))
1631

1732
### 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))
2137

2238
### 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))
2441

2542
## [1.1.2] - 2018-03-20
2643

2744
### 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))
3149

3250
### 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))
3554

3655
## [1.1.1] - 2017-05-19
3756

3857
### 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))
4262

4363
### 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))
4566

4667
## [1.1.0] - 2015-12-10
4768

4869
### 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))
5072

5173
### 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))
5477

5578
### Removed
56-
* Remove `node-gyp-install` from Travis (@ralphtheninja)
79+
80+
- Remove `node-gyp-install` from Travis ([**@ralphtheninja**](https://github.com/ralphtheninja))
5781

5882
## [1.0.2] - 2015-12-10
5983

6084
### Changed
61-
* Use `^` to track `level-js` (@mafintosh)
85+
86+
- Use `^` to track `level-js` ([**@mafintosh**](https://github.com/mafintosh))
6287

6388
## [1.0.1] - 2015-09-20
6489

6590
### 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))
6793

6894
## [1.0.0] - 2015-06-09
6995

7096
### 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))
76103

77104
## [0.19.1] - 2015-05-05
78105

79106
### 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))
83111

84112
### 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))
86115

87116
## [0.19.0] - 2015-05-04
88117

89118
### 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))
93123

94124
### Added
95-
* Add support for node 0.8 (@mafintosh)
125+
126+
- Add support for node 0.8 ([**@mafintosh**](https://github.com/mafintosh))
96127

97128
## [0.18.1] - 2014-04-17
98129

99130
### 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))
102134

103135
### Fixed
104-
* Make `browserify` work properly (@JamesKyburz)
136+
137+
- Make `browserify` work properly ([**@JamesKyburz**](https://github.com/JamesKyburz))
105138

106139
## 0.18.0 - 2013-11-18
107140

108141
:seedling: Initial release.
109142

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+
111147
[2.0.0-rc1]: https://github.com/level/level-browserify/compare/v1.1.2...v2.0.0-rc1
148+
112149
[1.1.2]: https://github.com/level/level-browserify/compare/v1.1.1...v1.1.2
150+
113151
[1.1.1]: https://github.com/level/level-browserify/compare/v1.1.0...v1.1.1
152+
114153
[1.1.0]: https://github.com/level/level-browserify/compare/v1.0.2...v1.1.0
154+
115155
[1.0.2]: https://github.com/level/level-browserify/compare/v1.0.1...v1.0.2
156+
116157
[1.0.1]: https://github.com/level/level-browserify/compare/v1.0.0...v1.0.1
158+
117159
[1.0.0]: https://github.com/level/level-browserify/compare/v0.19.1...v1.0.0
160+
118161
[0.19.1]: https://github.com/level/level-browserify/compare/v0.19.0...v0.19.1
162+
119163
[0.19.0]: https://github.com/level/level-browserify/compare/v0.18.1...v0.19.0
164+
120165
[0.18.1]: https://github.com/level/level-browserify/compare/v0.18.0...v0.18.1

CONTRIBUTORS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributors
2+
3+
| Name | GitHub | Social |
4+
| -------------------- | ------------------------------------------------------ | --------------------------------------------------------------- |
5+
| **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) |
6+
| **Rod Vagg** | [**@rvagg**](https://github.com/rvagg) | [**@rvagg@twitter**](https://twitter.com/rvagg) |
7+
| **Matteo Collina** | [**@mcollina**](https://github.com/mcollina) | [**@matteocollina@twitter**](https://twitter.com/matteocollina) |
8+
| **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) |
9+
| **Mathias Buus** | [**@mafintosh**](https://github.com/mafintosh) | [**@mafintosh@twitter**](https://twitter.com/mafintosh) |
10+
| **Jim Kang** | | |
11+
| **rho** | | |
12+
| **James Kyburz** | [**@jameskyburz**](https://github.com/jameskyburz) | [**@jameskyburz@twitter**](https://twitter.com/jameskyburz) |
13+
| **Max Ogden** | [**@maxogden**](https://github.com/maxogden) | [**@maxogden@twitter**](https://twitter.com/maxogden) |

LICENSE.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
The MIT License (MIT)
2-
=====================
1+
# The MIT License (MIT)
32

4-
Copyright (c) 2012-2017 Level-browserify contributors
5-
---------------------------------------
6-
7-
*Level-browserify contributors listed at <https://github.com/level/level-browserify#contributors>*
3+
**Copyright © 2012-present `level-browserify` [Contributors](./CONTRIBUTORS.md).**
84

95
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
106

0 commit comments

Comments
 (0)