summaryrefslogtreecommitdiff
path: root/platform/node
Commit message (Expand)AuthorAgeFilesLines
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-101-1/+1
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-042-3/+40
* [core] private OffscreenView implementationKonstantin Käfer2017-02-271-1/+1
* [node] adhere to node module naming requirementsKonstantin Käfer2017-02-232-2/+2
* [build] Satisfy 'brew link node@4' conditionBruno de Oliveira Abinader2017-02-011-1/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-272-21/+21
* Update version number and changelog (#7662)node-v3.4.4Bobby Sudekum2017-01-101-0/+4
* [build] Use test-suite integration tests from mapbox-gl-jsJohn Firebaugh2017-01-094-4/+4
* Bump version, update changelog (v3.4.3) (#7650)node-v3.4.3Bobby Sudekum2017-01-091-0/+4
* Add addImage, removeImage API (#7610)Bobby Sudekum2017-01-094-0/+254
* [node] Fix array/object distinctionJohn Firebaugh2017-01-041-1/+1
* [tests] Fix variable reference in test-suite harnessJohn Firebaugh2016-12-141-4/+4
* [node] Fix order of operations when setting zoom and centerJohn Firebaugh2016-12-143-4/+46
* [tests] Implement "wait" command with Map#renderJohn Firebaugh2016-12-121-8/+3
* [other] fix spelling on month in node.js changelogChris Voll2016-12-061-3/+3
* [node] Update brew package nameJohn Firebaugh2016-12-051-2/+3
* [build] move logging to utilKonstantin Käfer2016-11-223-3/+3
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-222-3/+3
* [node] Add setZoom and setPitch supportJohn Firebaugh2016-11-174-0/+44
* [node] Revert semantics of Map#renderJohn Firebaugh2016-11-172-30/+40
* node-v3.4.2node-v3.4.2Mike Morris2016-11-151-0/+4
* [node] publish Node.js Linux binaries with GLXMike Morris2016-11-153-15/+20
* node-v3.4.1node-v3.4.1Mike Morris2016-11-101-0/+5
* [node] Initial camera will be set automatically by styleJohn Firebaugh2016-11-091-4/+0
* [node] Don't needlessly reset map stateJohn Firebaugh2016-11-091-19/+41
* node-v3.4.0Mike Morris2016-11-041-0/+5
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-7/+6
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-15/+31
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-252-3/+6
* [node] publish Bitrise tag buildsMike Morris2016-10-221-6/+33
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-201-3/+1
* [node] remove internal NodeRequest class from public APIMike Morris2016-10-204-7/+4
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-207-8/+86
* [node] Added set{Bearing,Center} + updated -test-suiteBruno de Oliveira Abinader2016-10-113-0/+46
* [node] fix bad conditional, actually run testsMike Morris2016-09-231-3/+2
* node-v3.3.3node-v3.3.3Mike Morris2016-09-061-0/+6
* [node] switch to NodeRequest member fn callbackThiago Marcos P. Santos2016-09-067-15/+82
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-22/+22
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-2/+0
* [node][tests] Add a test for making sure the map object throws on invalid styleThiago Marcos P. Santos2016-08-251-1/+18
* [node] Throw on invalid style JSONThiago Marcos P. Santos2016-08-251-0/+6
* [node] add docs on publishing releasesMike Morris2016-08-061-0/+18
* [core] Updated clang-tidy fixesBruno de Oliveira Abinader2016-08-054-6/+6
* [build] switch to CMakeKonstantin Käfer2016-08-053-106/+1
* Update CHANGELOG.mdMike Morris2016-08-011-1/+1
* node-v3.3.2node-v3.3.2Mike Morris2016-08-011-0/+4
* [node] build and publish Node.js binaries with BUILDTYPE=ReleaseBruno de Oliveira Abinader2016-08-011-12/+14
* node-v3.3.1node-v3.3.1Mike Morris2016-07-291-2/+4
* fixes #5771: adds dates to releases in changelogsJustin R. Miller2016-07-271-25/+24
* [node] Fix integer conversion of filter valuesCarol Hansen2016-07-221-2/+2