From 0a2e4af4c5d34a394fd6c32d771f2e8ae92a387c Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 21 Jan 2016 12:03:41 -0500 Subject: [PATCH] node-v3.0.0 --- package.json | 5 ++++- platform/node/CHANGELOG.md | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a5492ae6b9..ee514f3d053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapbox-gl-native", - "version": "2.2.2", + "version": "3.0.0", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", @@ -31,6 +31,9 @@ "request": "^2.67.0", "tape": "^4.2.2" }, + "engines": { + "node": ">=4.2.1" + }, "scripts": { "install": "node-pre-gyp install --fallback-to-build=false || make node", "test": "tape platform/node/test/js/**/*.test.js", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 9c31dbf93f5..ddd8b1af670 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.0.0 + +- Drops support for Node.js v0.10.x ([#3635](https://github.com/mapbox/mapbox-gl-native/pull/3635)) +- Fixes label clipping issues with `symbol-avoid-edges` ([#3623](https://github.com/mapbox/mapbox-gl-native/pull/3623)) +- Avoids label placement around sharp zig-zags ([#3640](https://github.com/mapbox/mapbox-gl-native/pull/3640)) + # 2.2.2 - Fixes a bug with non-deterministic label placement [#3543](https://github.com/mapbox/mapbox-gl-native/pull/3543)