diff --git a/CHANGELOG.md b/CHANGELOG.md index 1252e26..8ffb0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.3.0 + +- `step`, `underscore`, `optimist` dependencies removed. +- Tests upgraded to use `mocha`. +- Commands removed. + # 0.2.7 - `_metadata` now returns null if the metadata table or the requested field is diff --git a/README.md b/README.md index f08da04..8b53f7a 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,5 @@ Utilities and [tilelive][1] integration for the [MBTiles][2] format. npm install mbtiles -### Commandline tools - -Several commandline tools are included in `bin` for manipulating existing -MBTiles files. - - mbcheck [FILE] - Check an mbtiles for missing metadata and tiles. - - mbcompact [FILE] - Eliminate duplicate images to reduce mbtiles filesize. - - mbpipe [COMMAND] [FILE] - Pipe each tile to stdin of the specified command and - write stdout into the mbtiles file. - - mbrekey [FILE] - Rekey a compacted mbtiles to save space. - - [1]: https://github.com/mapbox/tilelive.js [2]: http://mbtiles.org