Skip to content

Latest commit

 

History

History
100 lines (50 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

100 lines (50 loc) · 4.4 KB

4.0.0 (2021-06-21)

⚠ BREAKING CHANGES

  • Static methods to resolve base url have been removed

feat

  • remove all static methods and automatically resolve base url (bbd0501)

2.3.0 (2021-06-01)

⚠ BREAKING CHANGES

  • fetch is no longer passed in via constructor. It should be available in the environment

  • expect fetch to be available (f1e628d)

  • refactor constructor initialization (92effb1)

2.2.4 (2021-02-12)

2.2.3 (2021-02-12)

2.2.2 (2021-02-08)

  • test: move "fetch" to global object just for tests (4776917)

2.2.1 (2021-02-02)

  • readme: remove references to peer dependency (4bc9278)

2.2.0 (2021-02-01)

  • readme: update typescrip example (4c8f727)

2.1.1 (2020-12-05)

2.1.0 (2020-11-27)

2.0.0 (2020-11-27)

⚠ BREAKING CHANGES

  • Stop building polyfill versions

ci

  • Stop building polyfill versions (9a1aeb9)

1.0.3 (2020-11-20)

⚠ BREAKING CHANGES

  • change constructor signature

  • make user agent mandatory (0e02f72)

1.0.2 (2020-11-04)

  • readme: Fix markdown links (f8ccaf4)

1.0.1 (2020-11-04)

1.0.0 (2020-11-04)

⚠ BREAKING CHANGES

  • station object is changed
  • Signature of the station response has been changed
  • make the user agent optional
  • hide broken stations by default

feat

  • change station object (16edcd2)

  • parse tags and language properties in to arrays (c6c6f95)

  • hide broken stations by default (55d14fe)

  • Write readme (a38654e)

  • Add comments to methods (9df8025)

  • make the user agent optional (c480a2b)

  • breaking: rename class (a2dde64)