From c507b8a693d91dea1b0018f9105553128a245146 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Fri, 8 Apr 2016 19:20:21 -0400 Subject: node-v3.1.0 update deps in package.json --- package.json | 14 +++++++------- platform/node/CHANGELOG.md | 10 ++++++++++ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5d5f751ce..6d7372189 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 25e46b3e5..424bfa705 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)) -- cgit v1.2.3