summaryrefslogtreecommitdiff
path: root/platform/node/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdjingsam2016-07-131-2/+14
|
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-1/+1
| | | | Also renamed as many references to OS X as possible to macOS in documentation.
* [node] Fix typoJohn Firebaugh2016-06-031-1/+1
|
* [docs] Remove references to manual submodule initializationJohn Firebaugh2016-06-031-2/+2
|
* Updated readme with clear instructions that this requires Node v4.x and v5+ ↵timrobertson1002016-06-031-1/+1
| | | | has issuess. See https://github.com/mapbox/mapbox-gl-native/issues/5144 (#5222)
* [node] clean up README.md [skip ci]Mike Morris2016-04-081-92/+10
|
* [node] clarify API documentation [skip ci]Mike Morris2016-04-071-5/+24
| | | | map.render returns raw pixel buffer and map.release can safely be called earlier
* Update CI badges [ci skip]John Firebaugh2016-03-221-1/+0
|
* [node] Drop 0.10 from build; require v4+John Firebaugh2016-01-201-1/+1
|
* Rewrote documentationMinh Nguyễn2016-01-051-1/+6
| | | | | | | | Rewrote some copy to provide more context and link to more GL-related repos, including GL JS. Put the various SDKs in a table so we can show the various CI bot status images. Integrated target list into the relevant documents. Rewrote large portions of iOS and OS X setup documentation to guide normal developers to more friendly places. Combined some Android documentation. Moved SDK-specific documentation into platform/. Added a temporary readme in ios/ that points to the one in platform/ios/.
* [node] document EventEmitter interface [skip ci]Mike Morris2015-12-081-8/+52
|
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-5/+2
|
* [node] make ratio optional, default to 1.0Mike Morris2015-11-041-8/+5
|
* [node] swap array order to [lng, lat] for render option centerMike Morris2015-11-041-1/+1
| | | | For consistency with GeoJSON and mapbox-gl-js
* [node] change request semanticsMike Morris2015-09-101-12/+12
| | | | | Passes a second, callback argument to the request implementation instead of needing to call req.respond.
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-041-0/+2
|
* Update README.mdMike Morris2015-09-011-54/+48
|
* move node-mbgl to platform/node/ directoryMike Morris2015-08-211-0/+213