Releases: Level/packager
Releases · Level/packager
v6.0.1
v6.0.0
If you are upgrading: please see UPGRADING.md
.
Changed
- Breaking: modernize syntax and bump
standard
(Level/community#98) (4770d17
) (Vincent Weevers) - Breaking: bump
levelup
andencoding-down
(c92e054
) (Vincent Weevers) - Add
files
topackage.json
(809fb8e
) (Vincent Weevers)
Removed
- Breaking: drop node 6 and 8 (Level/community#98) (
5fd4a37
) (Vincent Weevers)
v5.1.1
v5.1.0
v5.0.3
v5.0.2
Changed
Added
Fixed
v5.0.1
v5.0.0
Changed
- Upgrade
encoding-down
from~5.0.0
to^6.0.0
(#80, #81) (@vweevers) - Upgrade
levelup
from^3.0.0
to^4.0.0
(#79) (@ralphtheninja) - Upgrade
standard
devDependency from^11.0.0
to^12.0.0
(#74) (@ralphtheninja) - Replace
remark-cli
devDependency withhallmark
(#81) (@vweevers)
Added
- Add nyc and coveralls (#73) (@ralphtheninja)
Removed
- Remove node 9 (
29fdaf4
) (@ralphtheninja)
v4.0.1
Changed
- Use
var
instead oflet
(@ralphtheninja)
Added
- Add
remark
tooling (@ralphtheninja) - Add
'use strict'
to all abstract tests (@ralphtheninja)
Removed
- Remove
contributors
frompackage.json
(@ralphtheninja)
v4.0.0
Changed
- Rewrite
test.js
to testlevel-packager
api (@ralphtheninja)