All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.19.0-beta.2 (2018-11-01)
- added support for shared memory (@MichielDeMey) (bcf8bdb)
5.19.0-beta.1 (2018-10-30)
- added support for different OSRM routing algorithms (@MichielDeMey) (6fa22bc)
- close process on SIGINT and SIGTERM (93f8813)
- fix docker image (7dbb3b7)
- use node:8-slim as baseimage (69e1393)
- Update to
osrm
v5.16.6
- Rewrite using plain NodeJS
- Update to
osrm
v5.15.1
- Update to
osrm
v5.10.0
- Update to
osrm
v5.9.2
- Update to
osrm
v5.9.1
- Update to
osrm
v5.9.0-rc.2 - Omit unroutable points from isochrones (by @glifchits)
- Update to
osrm
v5.9.0-rc.1 - Implement deintersect as a configurable option (by @glifchits)
- Update to
osrm
v5.7.3
- Update to
osrm
v5.7.0
- Update to
osrm
v5.6.5
- Update to
osrm
v5.6.4 - Simplify Docker image
- Update to
osrm
v5.6.3
- Update to
osrm
v5.6.2
- Update to
osrm
v5.6.1
- Update to
osrm
v5.6.0
- Update to
osrm
v5.5.4 - Simplify docker image
- Update to
osrm
v5.5.3
- Switch to version 5.5.2 to match
node-osrm
version - Update to
osrm
v5.5.2
- Update to
osrm
v5.4.3
- Update to
osrm
v5.4.2
- ETag support
- GZIP compression support
- Update to
osrm
v5.4.1
- Update to
osrm
v5.4.0
- Update
concaveman
to v1.1.1
- Update to
osrm
v5.3.3
- Fix npm postinstall build issue
- Fix npm postinstall build issue
- Prebuild galton on publish
- Strict node usage to version 4
- Update to
osrm
v5.3.2
- Update to
osrm
v5.3.1
- Update to
osrm
v5.3.0
- Add cURL examples
- Updated
osrm
to v5.2.6 release
- Update dependencies
- Update example
- Fix default settings bug
- Improve documentation
- Support flow type annotations
- Galton moved to Urbica Design organization
- Updated
osrm
to v5.1.1 release
- Updated
osrm
to v5.1.0 release - Use separate turf modules instead of the whole package
- OSRM data path is now positional argument in CLI
- Rename
cellSize
argument tocellWidth
- Set default
concavity
value to 2 - Concave polygons are now processed with Bezier spline algorithm
- New arguments -
resolution
andsharpness
used in building Bezier spline - Galton now accepts isochrone parameters on query
- Updated
osrm
to v5.0.2 release
- Initial release