- Uses OSRM 4.9.0
tablenow supportssourcesanddestinationsoptions for asymmetric queriesstatusandstatus_messagewere removed.No route found(207) andNo matching edge segment found(208) now throwErrorObjects (as well as all400errors).- Ported to NAN2 to support for Node 4.x and 5.x
- Update OSRM to v4.8.1 Fixes a regression in the alternative route format
- Update OSRM to v4.8.0
- New js API: osrm.trip(options, callback)
- 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.jsto demonstrate basic usage within an http server. - Added more
osrm.Queryoptions:service,printInstructions,checksum,zoomLevel,jsonpParameter, andhints. @Cactusbone. - The
serviceoption 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