Skip to content

Latest commit

 

History

History
232 lines (121 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

232 lines (121 loc) · 12.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.2 (2023-09-22)

Code Refactoring

  • remove api_version 'v2' requirement (51c5bb2)

Tests

  • remove tests for api_version 'v2' requirement (caab49a)

Build System

  • deps: upgrade vite from 3.2.6 to 3.2.7 (8395acd)

0.3.1 (2023-08-09)

Bug Fixes

  • gpx response not returned correctly (c9a3865)

0.3.0 (2023-04-20)

⚠ BREAKING CHANGES

  • 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

Features

  • Add development vue app (046b90d)
  • add Optimization Service support (44d57b6), closes #38

CI

  • Adjust GitHub actions testing workflow (7bb711d)
  • trigger ci run on pushes to master as well (e9cc2ba)

Others

Styling

  • standardise syntax to ES6 arrow funtions (0c57dbc)

Tests

  • 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)

Docs

  • 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)

Build System

  • 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)

Code Refactoring

  • 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)

⚠ BREAKING CHANGES

  • deps: moving declared dependencies to dev dependencies or remove

fixes #43

Code Refactoring

  • cleanup basic code issues (e5b33ad)

Others

  • .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)

Bug Fixes

  • orsgeocode.js: add support for geocode with special char in text (a0b264c)

0.1.30 (2021-11-25)

Others

  • update critical packages (6f66b3e)

Tests

0.1.29 (2021-10-11)

0.1.28 (2021-10-11)

Bug Fixes

  • orsgeocode: remove api key setting on geocode method (744563b)

Tests

  • add keep custom host and service test case (2705a3e)

0.1.27 (2021-08-10)

Bug Fixes

  • orsgeocode: remove focus preprend from point parameter parser (5940258)

0.1.26 (2021-08-05)

Features

  • add throw error to services' constructor when no api key is passed (795f7ad)

Bug Fixes

  • orsgeocode.js: source and point shorthand parser (3d969a3)

Code Refactoring

  • orsinput.js: remove non used methods (5534d1a)
  • orsutil.js: remove non used methods (86847dd)

Tests

  • coverage of at least 80% for all services/classes (db2a262)

0.1.25 (2021-08-04)

Bug Fixes

  • orsdirections.js: process avoidables and restrictions correctly (406cad9), closes #35

0.1.24 (2021-07-23)

Tests

  • add test report generation via instanbuljs (48f1057)

0.1.23 (2021-07-23)

CI

  • migrate to Github actions CI (1cda82f)

Docs

  • readme.md: add section about commits and versioning (e30fda9)

0.1.22 (2021-07-22)

Docs

  • readme.md: change build status from travis-ci.org to travis-ci.com (3d2f269)

0.1.21 (2021-07-22)

Others

  • add standard-version and versionrc (1cd8afe)