Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Releases: wgumenyuk/msn-weather

v2.1.2

01 Aug 21:25
Compare
Choose a tag to compare

Added

  • Added a contributors anchor
  • Added a encodeURIComponent explanation to API documentation

Changed

  • Replaced version badge with size badge

v2.1.1

20 Jul 19:18
Compare
Choose a tag to compare

Changed

  • Switched from xml2js to fast-xml-parser: this leads to a much smaller bundle size (see msn-weather@2.1.1 on Bundlephobia)
  • Renamed utils directory to core
  • Renamed data directory to expected
  • Improved tests

v2.0.1

16 Jul 06:42
Compare
Choose a tag to compare

Fixed

  • Fixed bad JSDoc for request function

v2.0.0

02 Jul 12:34
a9bed6e
Compare
Choose a tag to compare

Added

  • Added anchor link to retreived data format to describe the returned data better
  • Added contributor acknowledgements to README

Changed

  • Changed HTTP to HTTPS (#2 )

Fixed

Broken anchor link in README

v1.0.2

20 Jun 20:41
Compare
Choose a tag to compare

Fixed

  • Fixed wrong API documentation (#1)
  • Fixed broken link in README

Changed

  • Converted language code to lowecase in README

v1.0.1

14 Jun 08:12
Compare
Choose a tag to compare

Added

  • Added acknowledgements to README

Fixed

  • Fixed some README typos