Skip to content

Latest commit

 

History

History
162 lines (89 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

162 lines (89 loc) · 6.22 KB

5.1.0 (2022-03-04)

6.0.2

Patch Changes

  • 6d34893: fixed bug in getStationByUrl
  • fef1705: export types

6.0.1

Patch Changes

  • 561ea26: "tagList" should be the only one that is not lowercased

6.0.0

Major Changes

  • 7532211: Switch package to be type module by default

5.2.5

Patch Changes

  • adb8cac: Do not lower case query parameters. closes #95

5.2.4

Patch Changes

  • 9a0ef2e: update packages
  • ca49d5d: create .mjs file extensions

5.2.3

Patch Changes

  • 3783e09: add "module" export to package

5.2.2

Patch Changes

  • 70f93b3: Refactor setting up radio tags. It appears that microbundle is not transpiling correctly combination of array and set.

5.2.1

Patch Changes

  • eb6f815: switch to microbundle build process, this effectively decreased size of the bundle for 1.1KB.
  • b462652: fix lint errors
  • 8b45156: remmove temporary http browser fix

5.0.0 (2021-11-19)

⚠ BREAKING CHANGES

  • const value has been changed

fix

4.0.5 (2021-08-31)

4.0.4 (2021-08-23)

4.0.3 (2021-07-17)

4.0.1 (2021-07-14)

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)