Skip to content

Releases: evanshortiss/yr.no-forecast

2.1.0

12 Apr 22:23
Compare
Choose a tag to compare
  • Bump momentjs to avoid vulnerability
  • Bump yr.no-interface to use latest api.met.no URL

2.0.0

25 May 15:40
Compare
Choose a tag to compare
  • Increase performance by approximately 10x due to use of pixl-xml and
    improved algorithm for getting weather nodes.
  • Simplify codebase.
  • Update JSON output format to be closer to the original XML content. This gives
    users of this module more flexibility and information but is a breaking change.
  • Add getValidTimes function.
  • Fix security request and qs module vulnerabilities by updating to [email protected].

1.0.1

28 Apr 01:06
Compare
Choose a tag to compare
  • Update dependencies with vulnerabilities.
  • Use new 1.0.0 yr.no-interface

1.0.0

27 Apr 06:10
Compare
Choose a tag to compare
  • Stable release.
  • Use promises instead of callbacks.
  • Performance improvements.