summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-04-08 19:20:21 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-04-11 10:25:55 -0700
commitc507b8a693d91dea1b0018f9105553128a245146 (patch)
tree981cd717d00e37bc6cb57e6cb9c54ab077821e4c
parent5471122079b9e882917c148fa443024d3918ddec (diff)
downloadqtlocation-mapboxgl-c507b8a693d91dea1b0018f9105553128a245146.tar.gz
node-v3.1.0node-v3.1.0
update deps in package.json
-rw-r--r--package.json14
-rw-r--r--platform/node/CHANGELOG.md10
2 files changed, 17 insertions, 7 deletions
diff --git a/package.json b/package.json
index 5d5f751ce2..6d73721891 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "3.0.2",
+ "version": "3.1.0",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
@@ -13,18 +13,18 @@
},
"license": "BSD-2-Clause",
"dependencies": {
- "nan": "^2.1.0",
- "node-pre-gyp": "^0.6.17"
+ "nan": "^2.2.1",
+ "node-pre-gyp": "^0.6.26"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
- "aws-sdk": "^2.2.21",
+ "aws-sdk": "^2.3.2",
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#1e0d988e187a6c9a7a74fa8d7feb9c66c2258123",
- "node-gyp": "^3.2.1",
- "request": "^2.67.0",
- "tape": "^4.2.2"
+ "node-gyp": "^3.3.1",
+ "request": "^2.70.0",
+ "tape": "^4.5.1"
},
"engines": {
"node": ">=4.2.1"
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 25e46b3e50..424bfa7050 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 3.1.0
+
+- Adds debug render options ([#3840](https://github.com/mapbox/mapbox-gl-native/pull/3840))
+- Fixes circle bucket rendering on tile boundaries ([#3764](https://github.com/mapbox/mapbox-gl-native/issues/3764))
+- Fixes a segfault caused by improperly disposing the entire module in the `NodeLog` destructor ([#4639](https://github.com/mapbox/mapbox-gl-native/pull/4639))
+- Fixes an issue with vanishing GeoJSON layers at high zoom levels ([#4632](https://github.com/mapbox/mapbox-gl-native/issues/4632))
+- Fixes inheritance from EventEmitter ([#4567](https://github.com/mapbox/mapbox-gl-native/pull/4576))
+- Fixes intermittent `stencil mask overflow` error ([#962](https://github.com/mapbox/mapbox-gl-native/issues/962))
+- Drops support for Node.js v5.x prebuilt binaries due to ongoing npm3 instability ([#4370](https://github.com/mapbox/mapbox-gl-native/issues/4370))
+
# 3.0.2
- Fixes a memory leak in `NodeMap::request` ([#3829](https://github.com/mapbox/mapbox-gl-native/pull/3829))