This repository was archived by the owner on Mar 30, 2019. It is now read-only.
Releases: Level/level-browserify
Releases · Level/level-browserify
v2.0.0
Changed
- Upgrade
level-jsfrom3.0.0-rc1to^3.0.0(@ralphtheninja) - Fix missing link to
encoding-down(@ralphtheninja) - Skip installing
g++-4.8on Travis (@ralphtheninja) - Remove copyright year for less maintenance (@ralphtheninja)
Added
- Add
UPGRADING.md(@ralphtheninja) - Add
remarktooling (@ralphtheninja)
v2.0.0-rc1
Changed
- Upgrade
leveldownfrom^3.0.0to^4.0.0(@greenkeeper) - Upgrade
level-packagerfrom~1.2.0to~3.1.0(@ralphtheninja) - Upgrade
level-jsfrom~2.1.6to3.0.0-rc1(@ralphtheninja) - Use proper version range for
tape(@ralphtheninja) - Homogenize README headers, add table of contents and document the api (@ralphtheninja)
- Separate tests into node and browser specific versions (@ralphtheninja)
- Import
levelupintegration tests fromlevel-js(@ralphtheninja) - Be explicit when running tests from
level-packager(@ralphtheninja)
Added
- Add node 9 and 10 to Travis (@ralphtheninja)
- Add
airtapfor local browser testing (@ralphtheninja) - Add
standardfor linting (@ralphtheninja)
Removed
- Remove node 0.12, 4, 5 and 7 from Travis (@ralphtheninja)
v1.1.2
Changed
- Upgrade
leveldownfrom^1.4.1to^3.0.0(@ralphtheninja) - Simplify
level-packagercall forlevel-js(@rh0) - Ignore
package-lock.json(@ralphtheninja)
Added
- Add Greenkeeper badge (@ralphtheninja)
- Add node 8 to Travis (@ralphtheninja)
v1.1.1
Added
- Add gcc-4.8 to Travis (@ralphtheninja)
- Add node 6 and 7 to Travis (@ralphtheninja)
- Update copyright year (@ralphtheninja)
Removed
- Remove node 0.10, 1.0, 1.8, 2 and 3 from Travis (@ralphtheninja)
v1.1.0
Changed
- Upgrade
level-packagerfrom~1.1.0to~1.2.0(@ralphtheninja)
Added
- Add node 1.0, 2, 3, 4 and 5 to Travis (@ralphtheninja)
- Add dependency badge (@ralphtheninja)
Removed
- Remove
node-gyp-installfrom Travis (@ralphtheninja)
v1.0.2
Changed
- Use
^to tracklevel-js(@mafintosh)