Releases: mike-weiner/wlbot
v1.1.8
What's Changed
- Prep Release of
v1.1.7
by @mike-weiner in #42 - Bump @babel/preset-env from 7.24.3 to 7.24.4 by @dependabot in #43
- Bump @babel/preset-env from 7.24.4 to 7.24.5 by @dependabot in #44
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
- Prep for Release of
v1.1.6
by @mike-weiner in #38 - Bump axios from 1.6.7 to 1.6.8 by @dependabot in #39
- Bump @babel/preset-env from 7.24.0 to 7.24.3 by @dependabot in #40
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Pre-release of
v1.1.5
by @mike-weiner in #35 - Bump @babel/preset-env from 7.23.9 to 7.24.0 by @dependabot in #37
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Enable Dependabot Scanning by @mike-weiner in #17
- Update Target Branch of
dependabot
Scanning by @mike-weiner in #18 - Enable Github Action to Run Basic CI Tests by @mike-weiner in #19
- Bump axios from 1.6.3 to 1.6.4 by @dependabot in #20
- Bump axios from 1.6.4 to 1.6.5 by @dependabot in #21
- Update Dependabot Config by @mike-weiner in #22
- Introduce Package-Wide Unit Testing & Reporting by @mike-weiner in #23
- Update
README
to Reflect New UT Requirement & Set Minimum Thresholds by @mike-weiner in #24 - Bump @babel/preset-env from 7.23.7 to 7.23.8 by @dependabot in #25
- Separate
wlbot status
Logic by @mike-weiner in #27 - Reorganize Unit Test Files by @mike-weiner in #29
- Bump axios from 1.6.5 to 1.6.7 by @dependabot in #31
- Bump @babel/preset-env from 7.23.8 to 7.23.9 by @dependabot in #30
- Bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in #32
- Bump commander from 11.1.0 to 12.0.0 by @dependabot in #33
New Contributors
- @dependabot made their first contribution in #20
Full Changelog: v1.1.4...v1.1.5
v1.1.4
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 themetadata
andweather
sub-commands. - Updates to the
README
to explain how to updatewlbot
vianpm
.
v1.1.3
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
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
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 bywlbot
. - Updated
README
with installation instructions fornpm
listing, reorganization of information, and details about setting environmental variables.
v1.0.3
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
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 thewlbot mine
command. - Fixed
?&....
bug in thebuildWeatherLinkApiUrl()
helper function. - A new
-V or --version
option has been added to thewlbot
CLI to get the current version. - Unit tests have been added to cover the
buildWeatherLinkApiUrl()
utility function.