Skip to content

Releases: mike-weiner/wlbot

v1.1.8

07 May 23:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.7...v1.1.8

v1.1.7

07 Apr 00:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

v1.1.6

09 Mar 02:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

07 Feb 02:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

02 Jan 01:27
438f291
Compare
Choose a tag to compare

A new version of wlbot (v1.1.4) is now available both here and from the npm registry. Changes include:

  • Dependency updates to address CVEs.
  • A new dry-run (-d or --dry-run) flag for the metadata and weather sub-commands.
  • Updates to the README to explain how to update wlbot via npm.

v1.1.3

01 Apr 20:50
Compare
Choose a tag to compare

v1.1.3

This patch release simply brings the Github repository and the npm listing into sync.

  • Released on April 1, 2023

v1.1.1

01 Apr 18:43
9f5f0ed
Compare
Choose a tag to compare

v1.1.1

This patch release fixes two small bugs that were found within wlbot.

  • Released on April 1, 2023
  • Fixed a bug within the spinner where it would spin forever when environment variables were missing and the -r option was used when calling a command.
  • Fixed a bug that prevented the names of environment variable without a value from being printed when calling wlbot config.

v1.1.0

01 Apr 17:52
d3fd627
Compare
Choose a tag to compare

v1.1.0

This is no April Fools' joke.

wlbot is now listed on npm! The package can be found at: https://www.npmjs.com/package/wlbot. The package can be installed via npm install -g wlbot.

This release is a re-write of the wlbot CLI! This update publishes the packet on npm, provides additional setup instructions, and some new commands available for use within the CLI.

  • Released on April 1, 2023
  • New metadata subcommand to access the WeatherLink API v2 metadata endpoints.
  • New weather subcommand to access the WeatherLink API v2 weather endpoints.
  • New config command to view the configuration values that are used by wlbot.
  • Updated README with installation instructions for npm listing, reorganization of information, and details about setting environmental variables.

v1.0.3

12 Jan 03:39
Compare
Choose a tag to compare

v1.0.3

This release contains several new commands:

  • catalog - Get a catalog of all available sensor types and the data reported by each sensor.
  • historic - Get the historical weather data for 1 weather station associated with your WeatherLink API Key within a given time range.
  • status - Retrieves the operational status(es) of Davis Instrument's services.

There were additional small tweaks and bug fixes.

If you run into any issues, please open an issue and I will look into it.

v1.0.1

17 Aug 18:48
64ff736
Compare
Choose a tag to compare

v1.0.1

This release contains several small bug fixes and enhancements.

  • Released on August 17, 2022
  • Bump version number to v1.0.1 in CLI and npm Package
  • Removed an extra training slash / in the API call for the wlbot mine command.
  • Fixed ?&.... bug in the buildWeatherLinkApiUrl() helper function.
  • A new -V or --version option has been added to the wlbot CLI to get the current version.
  • Unit tests have been added to cover the buildWeatherLinkApiUrl() utility function.