Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 60b8775

Browse files
author
Dane Springmeyer
committed
bump to v0.10.0
1 parent 281a330 commit 60b8775

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# vNext
1+
# 0.10.0
22

3+
- Now supporting node v10
4+
- Upgraded to @mapbox/sphericalmercator@1.1.0
5+
- Upgraded to sqlite3@4.x with node v10 support
6+
- Dropped support for node versions before 4 (due to sqlite2 upgrade)
37
- Remove unused utility code [#77](https://github.com/mapbox/node-mbtiles/pull/77)
4-
- Add `mode` option to MBTiles constructor which allows you to specify READONLY (ro), READWRITE (rw), or the default READWRITECREATE (rwc) [#73](https://github.com/mapbox/node-mbtiles/pull/73) - _added by [@jingsam](https://github.com/jingsam)_
8+
- Add `mode` option to MBTiles constructor which allows you to specify READONLY (ro), READWRITE (rw), or the default READWRITECREATE (rwc) [#73](https://github.com/mapbox/node-mbtiles/pull/73) - _added by [@jingsam](https://github.com/jingsam)_
59

610
# 0.9.0
711

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mbtiles",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Utilities and tilelive integration for the MBTiles format.",
55
"url": "http://github.com/mapbox/node-mbtiles",
66
"author": "Mapbox (https://www.mapbox.com)",

0 commit comments

Comments
 (0)