Releases: jeroentvb/wind-scrape
Releases · jeroentvb/wind-scrape
v4.1.5
What's Changed
- style: add eslint config by @jeroentvb in #51
- Add eslint config & update package-lock.json by @jeroentvb in #54
Full Changelog: v4.1.4...v4.1.5
v5.0.0 beta 1
What's Changed
⚠️ Breaking changes
- Convert to esm
- Upgrade to puppeteer 14
- Remove name field from data output
Other changes
- Add eslint config
- Use functions instead of classes
Full Changelog: v4.1.3...v5.0.0-beta.1
Install using
npm install https://github.com/jeroentvb/wind-scrape/releases/download/v5.0.0-beta.1/dist.tgz
v4.1.4
What's Changed
- chore: update dependencies by @jeroentvb in #50
Full Changelog: v4.1.3...v4.1.4
Install using
# Latest
npm install jeroentvb/wind-scrape#dist
# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz
v4.1.3
Update dependencies
Install using
# Latest
npm install jeroentvb/wind-scrape#dist
# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz
Full Changelog: v4.1.2...v4.1.3
v4.1.2
v4.1.1
This release adds better error messages for a custom windguru spot (which requires a pro account). It also updates the dependencies.
Install using
# Latest
npm install jeroentvb/wind-scrape#dist
# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz
v4.1.0
v4.0.1
v4.0.0
Changelog
- Rewrite package logic. Should be easier to read & maintain now.
- Rename windfinder winddirection to winddirectionDegrees & winddirectionLetters
- Remove url from windy output
Install using
# Latest
npm install jeroentvb/wind-scrape#dist
# Or get a specific version e.g. v3.0.1
npm install https://github.com/jeroentvb/wind-scrape/releases/download/{ VERSION }/dist.tgz