5.1.0 (2022-03-04)
- 6d34893: fixed bug in getStationByUrl
- fef1705: export types
- 561ea26: "tagList" should be the only one that is not lowercased
- 7532211: Switch package to be type module by default
- adb8cac: Do not lower case query parameters. closes #95
- 9a0ef2e: update packages
- ca49d5d: create .mjs file extensions
- 3783e09: add "module" export to package
- 70f93b3: Refactor setting up radio tags. It appears that microbundle is not transpiling correctly combination of array and set.
- 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)
- const value has been changed
- byLanguageExact typo (476580c)
4.0.5 (2021-08-31)
4.0.4 (2021-08-23)
4.0.3 (2021-07-17)
4.0.1 (2021-07-14)
- readme: update readme (fe833f7)
4.0.0 (2021-06-21)
- Static methods to resolve base url have been removed
- remove all static methods and automatically resolve base url (bbd0501)
2.3.0 (2021-06-01)
-
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)
- readme: Update readme (2af7b0a)
2.1.0 (2020-11-27)
2.0.0 (2020-11-27)
- Stop building polyfill versions
- Stop building polyfill versions (9a1aeb9)
1.0.3 (2020-11-20)
-
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)
- station object is changed
- Signature of the station response has been changed
- make the user agent optional
- hide broken stations by default