Skip to content

Latest commit

 

History

History
127 lines (57 loc) · 5.19 KB

CHANGELOG.md

File metadata and controls

127 lines (57 loc) · 5.19 KB

Changelog

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

0.2.0 (2022-06-10)

⚠ BREAKING CHANGES

  • deps: moving declared dependencies to dev dependencies or remove

fixes GIScience#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)