Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "[core] Use ES6 import / export syntax for node test harness" | Alexander Shalamov | 2019-03-11 | 1 | -1/+1 |
| | | | | This reverts commit c6598fc5da063f9b60204639cd619647cbbc89da. | ||||
* | [core] Use ES6 import / export syntax for node test harness | Alexander Shalamov | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | [core] Support fill-extrusion-vertical-gradient | Bruno de Oliveira Abinader | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | [build] use newer compiler versions for some builds | Konstantin Käfer | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | [build] update octokit dependency version (#13269) | Molly Lloyd | 2018-11-05 | 1 | -1/+1 |
| | | | createInstallationToken endpoint had a breaking change and this update uses the new endpoint | ||||
* | [node] v4.0.0 | John Firebaugh | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | [build] add plain text file lists for iOS/macOS | Konstantin Käfer | 2018-08-23 | 1 | -1/+2 |
| | |||||
* | [build] Update gl-js | John Firebaugh | 2018-08-08 | 1 | -3/+4 |
| | |||||
* | [build] Push binary size history to S3 (#12538) | John Firebaugh | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Remove 'preinstall' | Dane Springmeyer | 2018-07-23 | 1 | -1/+0 |
| | | | | | | | | This is an obsolete workaround for old npm versions that broke with bundling but also did not install deps predictably. Refs: - https://github.com/mapbox/node-pre-gyp/blob/master/README.md#configuring - https://github.com/mapbox/node-pre-gyp/issues/260 | ||||
* | [build] Record binary size via GitHub check | John Firebaugh | 2018-07-03 | 1 | -0/+3 |
| | |||||
* | [node] Build and publish for node 6.x, 8.x, and 10.x | John Firebaugh | 2018-06-26 | 1 | -1/+1 |
| | | | | Note that we're still only testing the 6.x ABI (48). | ||||
* | [node] Drop node 4.x support | John Firebaugh | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | [node] add compatibility with node-pre-gyp binary publishing | Konstantin Käfer | 2018-06-26 | 1 | -3/+3 |
| | |||||
* | Merge tag 'ios-v4.0.2' into masterupstream/fb-merge-release-ios-v4.0.2 | Jason Wray | 2018-05-30 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mapbox-gl-js platform/android/CHANGELOG.md platform/android/gradle/dependencies.gradle platform/ios/CHANGELOG.md platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec platform/ios/Mapbox-iOS-SDK-symbols.podspec platform/ios/Mapbox-iOS-SDK.podspec platform/node/test/ignores.json src/mbgl/geometry/feature_index.cpp src/mbgl/geometry/feature_index.hpp src/mbgl/layout/symbol_layout.cpp | ||||
| * | [ios, build] Populate GitHub releases with templated notes | Jason Wray | 2018-05-24 | 1 | -0/+1 |
| | | | | | | | | Replicates our existing release notes format as an EJS template and Node JS script, then uploads the formatted notes during the deployment process. | ||||
| * | [core,node] Pin 'nan' to ~2.8 to avoid Callback::Call deprecation. | Chris Loer | 2018-02-26 | 1 | -1/+1 |
| | | | | | | | | Alternative fix to #11288, until we figure out a proper async_hooks implementation. | ||||
* | | [node] allow building all ABIs at once | Konstantin Käfer | 2018-05-22 | 1 | -1/+1 |
| | | |||||
* | | [node] move to Nan 2.10.0 | Konstantin Käfer | 2018-05-22 | 1 | -1/+1 |
| | | |||||
* | | [core,node] Pin 'nan' to ~2.8 to avoid Callback::Call deprecation. | Chris Loer | 2018-02-26 | 1 | -1/+1 |
|/ | | | | Alternative fix to #11288, until we figure out a proper async_hooks implementation. | ||||
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 1 | -2/+4 |
| | | | Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups) | ||||
* | [node] Release v3.5.8 (#10243)node-v3.5.8 | Bruno de Oliveira Abinader | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | [core, node] Support axonometric rendering | Lauren Budorick | 2017-10-14 | 1 | -1/+1 |
| | |||||
* | [node] Release v3.5.7 (#10164) | Bruno de Oliveira Abinader | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Release node v3.5.6 (#9610)node-v3.5.6 | Bobby Sudekum | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | [node] Split 'test-suite' run using 'run-s' script | Bruno de Oliveira Abinader | 2017-08-31 | 1 | -2/+5 |
| | |||||
* | [core] Use separate attribute component for line normals | John Firebaugh | 2017-08-08 | 1 | -2/+3 |
| | | | | Broadcom GPUs don't cope well with using the least significant bit for this. | ||||
* | [core] fix rendering of fill outlines that have a different color than the ↵ | Konstantin Käfer | 2017-08-07 | 1 | -0/+1 |
| | | | | fill itself | ||||
* | [node] Bump version to 3.5.5 | Bruno de Oliveira Abinader | 2017-07-14 | 1 | -1/+1 |
| | |||||
* | [node] bump version (#9196)node-v3.5.4 | Bobby Sudekum | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | Bump node version - v3.5.3 (#9144)node-v3.5.3 | Bobby Sudekum | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Release node-v3.5.2 (#9052)node-v3.5.2 | Bobby Sudekum | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | [node] bump version, add changelog entry (#8924)node-v3.5.1 | Bobby Sudekum | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | [node] start publishing both release+debug builds (#8865) | Dane Springmeyer | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Release node v3.5.0 (#8785)node-v3.5.0 | Bobby Sudekum | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Bump version, add changelog entry (#8421)node-v3.4.7 | Bobby Sudekum | 2017-03-15 | 1 | -1/+1 |
| | |||||
* | [node] bump version number; changelog entry (#8408)node-v3.4.6 | Bobby Sudekum | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | [node] Specify build type (#8406) | Bobby Sudekum | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | [node] bump version, add changelog entry (#8401)node-v3.4.5 | Bobby Sudekum | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | [build] use node-cmake 2.x | Konstantin Käfer | 2017-02-22 | 1 | -1/+0 |
| | | | | - Removes need to run `npm install` before invoking cmake | ||||
* | Upright CJK characters in vertically-oriented labels (#7114) | Minh Nguyễn | 2017-02-10 | 1 | -1/+1 |
| | | | | | CJK characters and adjacent punctuation now remain upright in vertically oriented labels that have line placement. Fixes #1682. | ||||
* | [node] Remove unused dependency | John Firebaugh | 2017-02-08 | 1 | -1/+0 |
| | |||||
* | [build] Use style-spec from gl-js monorepo | John Firebaugh | 2017-02-01 | 1 | -1/+0 |
| | |||||
* | Update version number and changelog (#7662)node-v3.4.4 | Bobby Sudekum | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | [build] Use test-suite integration tests from mapbox-gl-js | John Firebaugh | 2017-01-09 | 1 | -1/+0 |
| | |||||
* | Bump version, update changelog (v3.4.3) (#7650)node-v3.4.3 | Bobby Sudekum | 2017-01-09 | 1 | -1/+1 |
| | |||||
* | Move package to @mapbox namespace. | Tom MacWright | 2017-01-09 | 1 | -2/+2 |
| | |||||
* | Add addImage, removeImage API (#7610) | Bobby Sudekum | 2017-01-09 | 1 | -1/+1 |
| | |||||
* | Small line breaking improvements based on testing with Chinese data: | Chris Loer | 2017-01-05 | 1 | -1/+1 |
| | | | | | | | - Put "breakable" punctuation (such as a hyphen) on the line that starts the break, not the line after the break. - Process all characters with the line breaking algorithm, even if we don't have glyphs for them. Some fonts have glyph-less breakable characters (we end up treating them similarly to a "zero-width space"). - Don't include trailing white space in raggedness calculations - Make the "favor short final lines" rule more aggressive (unlike the other changes, this one is purely an aesthetic choice) | ||||
* | Port raggedness-minimizing line breaking from gl-js. | Chris Loer | 2017-01-05 | 1 | -1/+1 |
| |