This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Releases: Level/codec
Releases · Level/codec
v10.0.0
If you are upgrading: please see UPGRADING.md
.
Changed
- Breaking: remove legacy range options (Level/community#86) (
73b19b4
) (Vincent Weevers) - Breaking: drop node 6 and 8 (
38dc04c
) (Level/community#98) (Vincent Weevers) - Breaking: modernize syntax & bump
standard
to 16.x (874956f
,e3ed6e4
) (Level/community#98) (Vincent Weevers). - Breaking: bump
buffer
from 15.x to 16.x (#62) (Level/community#98) (78d2ea0
) (Alex Potsides).
v9.0.2
v9.0.1
Changed
- Upgrade
standard
devDependency from^11.0.1
to^12.0.0
(#38) (@ralphtheninja) - Update description in README and
package.json
(#47) (@vweevers) - Apply common project tweaks (#39, #40, #41) (@vweevers)
- Tweak copyright year for less maintenance (
79d2d02
) (@ralphtheninja)
Added
- Add
nyc
andcoveralls
(#36, #44) (@ralphtheninja, @vweevers) - Add
CHANGELOG.md
andUPGRADING.md
(#47) (@vweevers)
Removed
- Remove node 9 from travis (
ffe3f92
) (@ralphtheninja) - Remove experimental typings (
1cfd23f
) (@ralphtheninja)
Fixed
v9.0.0
Changed
- Update README (#31) (@ralphtheninja)
Added
- Add
standard
(#29) (@ralphtheninja) - Add node 9 and 10 (
9476e58
) (@ralphtheninja)
Removed
- Drop node 0.12, 4, 5 and 7 (
9476e58
, #32) (@ralphtheninja)
Fixed
- Fix constructor to work without
new
(#30) (@ralphtheninja)
v8.0.0
v7.1.0
Changed
- Update copyright year from 2015 to 2017 (
aceb6ff
) (@ralphtheninja)
Added
- Add basic typings (#18) (@MeirionHughes)
- Add node 4, 5, 6, 7 and 8 (
5c00a1c
) (@ralphtheninja)
Removed
- Drop node 0.10 and iojs (
5c00a1c
) (@ralphtheninja)
v7.0.1
v7.0.0
v6.2.0
Changed
- Rename "id" encoding to "none", add "id" alias (#10) (@juliangruber)
- Upgrade
tape
devDependency (#9) (@ralphtheninja)
Added
- Document available encodings (#10) (@juliangruber)