Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

67 lines (39 loc) · 1.94 KB

Versions

v0.7.0

Released November 27, 2022.

@vavassor/nws-client v0.7.0

  • Fixes type errors where many endpoints were mistakenly returning the type Promise<string>.
  • Adds fetching stations and alerts by URI, to improve pagination support.

v0.6.0

Released November 27, 2022.

@vavassor/nws-client v0.6.0

  • Reverts the non-working fix for Network Inspect in React Native Debugger.
  • Adds aviation endpoints.
  • Adds Terminal Aerodrome Forecast (TAF) endpoints.
  • Adds pagination support to all station endpoints.
  • Adds support for XML formats including ATOM, CAP, DWML, IWXXM, OXML, and USWX.

v0.5.0

Released November 17, 2022.

@vavassor/nws-client v0.5.0

v0.4.0

Released November 15, 2022.

@vavassor/nws-client v0.4.0

  • Fixes endpoints that return data in JSON-LD format throwing an error despite succeeding.
  • Makes endpoint argument objects optional when there are no required arguments.

v0.3.0

Released November 4, 2022.

@vavassor/nws-client v0.3.0

  • Creates separate functions for endpoints that return data in either GeoJSON or JSON-LD format. This is so that users writing Typescript don't have to cast the return value, or use typeguards.
  • Removes the previous functions that let you specify the format as a parameter.

v0.2.0

Released November 4, 2022.

@vavassor/nws-client v0.2.0

v0.1.0

Released October 27, 2022.

@vavassor/nws-client v0.1.0

  • Added full support for all endpoints in the NWS API.
  • Added a client to help obtain forecasts.
  • Added utilities to work with the data returned from the API.