All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.1 (2024-07-31)
- timeout not passed to default arguments (60ce10d)
0.4.0 (2024-07-11)
- add snapping functionality (b625597)
- add html example for snap (634eab6)
- avoid needing api-key for defined host (659fe90)
- add dev_app components & maps for services (eee14a7)
- eslint: leftover linting issues (5a7cd33)
- reformat html examples (21e72f1)
- examples: use try/catch with async/await syntax (2ba8aa4)
- add leaflet dependencies (114dc42)
- deps: upgrade eslint & plugins (62eac28)
- update dependencies (aeb48c0)
- add user id for ff testing (6f5296b)
- update actions & container image (f1cbac1)
- use --host for ci test run for gh-actions to work (eb907d5)
- add IsochronesApp component test (5997dbd)
- add test for other parameters (fe8fd0a)
- e2e test for route services in dev-app (4c74a1d)
- snapping functionality (fa2bead)
- verify OrsBase works for defined host without api_key (7fdd364)
0.3.2 (2023-09-22)
- remove api_version 'v2' requirement (51c5bb2)
- remove tests for api_version 'v2' requirement (caab49a)
- deps: upgrade vite from 3.2.6 to 3.2.7 (8395acd)
0.3.1 (2023-08-09)
- gpx response not returned correctly (c9a3865)
0.3.0 (2023-04-20)
- removal of Openrouteservice.OrsInput and Openrouteservice.OrsUtils
- Response object from Error changed from superagent to fetch response type that can still be consumed
- removes clear(), clearPoints(), addWaypoint() and addLocation() functions
- Adjust GitHub actions testing workflow (7bb711d)
- trigger ci run on pushes to master as well (e9cc2ba)
- standardise syntax to ES6 arrow funtions (0c57dbc)
- adjust and increase coverage (f63e5ca)
- increase OrsDirections test coverage (a08f500)
- increase OrsElevation test coverage (875ebe8)
- increase OrsGeocode test coverage (762b010)
- increase OrsIsochrones test coverage (935fb23)
- increase OrsMatrix test coverage (b109c38)
- increase OrsOptimization test coverage (3aba0dc)
- increase OrsPOIs test coverage (6f8f6ee)
- increase OrsUtil test coverage (09c2cac)
- Remove error checking blocks (ae8df5e)
- remove tests for removed functions (fff7398)
- document Optimization Service usage (02d3e8b)
- README: Fix typo and linting (d6db353)
- README: adjust examples and add local instance example (d2752b5)
- README: remove clear() usage from examples (d372680)
- Add code coverage for src files (1e9c5e9)
- Add coverage for dev_app (15e6411)
- Change API key usage (46f338e)
- deps: update to latest manageable dependencies (5f29873)
- Move to cypress testing framework (c57cd28)
- Move to module repository type & change bundler (a3c2a73)
- remove bluebird and superagent dependencies (ad479aa)
- Remove lcov.info file (f460992)
- Remove unused derequire dependency (612939d)
- Rename branch master to main (3ff1b22)
- Use coverage upload action in GitHub workflow (ddec0d1)
- move from explicit Promises to async functions (56d06bd)
- remove setting of default vehicle when profile is 'driving-hgv' (0b308e0)
- remove unused functions (441fd38)
- remove unused properties from library (62d9afe)
- Replace apiKeyPropName with propNames.apiKey (f324e23)
- split createRequest parts to new fetchRequest function (0c336ee)
0.2.0 (2022-06-10)
- deps: moving declared dependencies to dev dependencies or remove
fixes #43
- cleanup basic code issues (e5b33ad)
- .gitignore: Update .gitignore (d742c59)
- cleanup npm package (3acdf04)
- deps: update and cleanup dependencies (03a9d90)
- nyc: ignore tests for coverage (cf89e97)
0.1.31 (2021-12-17)
- orsgeocode.js: add support for geocode with special char in text (a0b264c)
0.1.30 (2021-11-25)
- update critical packages (6f66b3e)
- fix ors poi tests (1ef00d0)
0.1.29 (2021-10-11)
0.1.28 (2021-10-11)
- orsgeocode: remove api key setting on geocode method (744563b)
- add keep custom host and service test case (2705a3e)
0.1.27 (2021-08-10)
- orsgeocode: remove focus preprend from point parameter parser (5940258)
0.1.26 (2021-08-05)
- add throw error to services' constructor when no api key is passed (795f7ad)
- orsgeocode.js: source and point shorthand parser (3d969a3)
- coverage of at least 80% for all services/classes (db2a262)
0.1.25 (2021-08-04)
0.1.24 (2021-07-23)
- add test report generation via instanbuljs (48f1057)
0.1.23 (2021-07-23)
- migrate to Github actions CI (1cda82f)
- readme.md: add section about commits and versioning (e30fda9)
0.1.22 (2021-07-22)
- readme.md: change build status from travis-ci.org to travis-ci.com (3d2f269)
- add standard-version and versionrc (1cd8afe)