This repository has been 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-js
from3.0.0-rc1
to^3.0.0
(@ralphtheninja) - Fix missing link to
encoding-down
(@ralphtheninja) - Skip installing
g++-4.8
on Travis (@ralphtheninja) - Remove copyright year for less maintenance (@ralphtheninja)
Added
- Add
UPGRADING.md
(@ralphtheninja) - Add
remark
tooling (@ralphtheninja)
v2.0.0-rc1
Changed
- Upgrade
leveldown
from^3.0.0
to^4.0.0
(@greenkeeper) - Upgrade
level-packager
from~1.2.0
to~3.1.0
(@ralphtheninja) - Upgrade
level-js
from~2.1.6
to3.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
levelup
integration tests fromlevel-js
(@ralphtheninja) - Be explicit when running tests from
level-packager
(@ralphtheninja)
Added
- Add node 9 and 10 to Travis (@ralphtheninja)
- Add
airtap
for local browser testing (@ralphtheninja) - Add
standard
for linting (@ralphtheninja)
Removed
- Remove node 0.12, 4, 5 and 7 from Travis (@ralphtheninja)
v1.1.2
Changed
- Upgrade
leveldown
from^1.4.1
to^3.0.0
(@ralphtheninja) - Simplify
level-packager
call 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-packager
from~1.1.0
to~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-install
from Travis (@ralphtheninja)
v1.0.2
Changed
- Use
^
to tracklevel-js
(@mafintosh)