weather-promise
Version:
A module for obtaining weather information
50 lines (31 loc) • 1.05 kB
Markdown
# Changelog
## Unreleased
- created package-lock file
- bumped dependancy versions
- added me and the original developer to the author section in package.json
- fixed tests that were failing
- added github actions for linting and running tests
- explicitly marked to support node version 10.0.3 and later
- removed node versions 0.12, 4, and 6 from the automated tests
- removed the travis ci pipeline
- changed linter to use eslint with the airbnb style guide
## 2.0.1 (2019-02-08)
- Forked from devfacet
- Added resCount option, allowing users to set the maximum results returned
## 2.0.0 (2017-03-14)
- **[BREAKING CHANGE]** Returns empty array (no error) if the given address is not found
- Add linting, dependency check and code coverage
- Improve tests
- Improve address and error handling
## 1.0.3 (2017-03-05)
- Maintenance
## 1.0.2 (2015-03-15)
- Misc. updates
## 1.0.1 (2014-12-12)
- Change request url
## 1.0.0 (2014-07-04)
- Stable release
## 0.1.1 (2014-06-05)
- Add image url
## 0.1.0 (2014-06-04)
- Initial release