- Update OSRM to v4.7.1
- Update OSRM to v4.7.0
- Support the geometry parameter for route requests
- Update OSRM to v4.6.1
- Fixes crash when using shared memory
- Update OSRM to v4.6.0
- New js API: osrm.match(options, callback)
- Behaviour of osrm.table changed! Now returns full json response from OSRM.
- Updated OSRM to 3d3ba86be4af6bcf68 (v0.4.3 release + extras)
- Updated OSRM to 1d3932e8c53ab176b8 (v0.4.2b release)
- Updated OSRM to 7d7cce5c7227c9f71a (v0.4.1 release)
- Updated OSRM to f7e09686e5fe0050b8 (v0.4.0 release)
- Updated OSRM to 7b0b378abcfd9463d7 (v0.3.10 release)
- New JS API: var osrm = new OSRM([base path]); osrm.route(options, callback); osrm.locate(latLon, callback); osrm.nearest(latLon, callback);
- Updated OSRM to a1ecab2f95b8bb157b (v0.3.9 release)
- Fixed the build with latest OSX / clang++
- Added
example/server.js
to demonstrate basic usage within an http server. - Added more
osrm.Query
options:service
,printInstructions
,checksum
,zoomLevel
,jsonpParameter
, andhints
. @Cactusbone. - The
service
option accepts a string of eitherviaroute
,nearest
, orlocate
. - Removed auto-publish from travis.yml: now developers should manually npm publish when the binaries are ready
- Test release: no code changes
- Fixed tag validation
- Pull binaries from https
- Upgraded to node-pre-gyp@0.4.0
- Updated OSRM to 40517e3010757bdbb
- Started bundling
osrm-datastore
- First release with binaries for OS X and Ubuntu Linux