Releases: aschuma/air-sensor
Releases · aschuma/air-sensor
v4.0.1
4.0.1 (2018-02-09)
Bug Fixes
- src/index.js: Removed trailing spaces in URLs (0291773)
v4.0.0
4.0.0 (2018-02-07)
- fix(Added 1h average lookup, changed the order of args of fetchSensorDataOfArea): (4e2ddc3)
BREAKING CHANGES
- Changed order of args of fetchSensorDataOfArea
v3.0.0
3.0.0 (2018-02-06)
BREAKING CHANGES
- Added support for area bases sensor value lookup
v2.0.0
2.0.0 (2018-02-05)
- feat(Support for 24h average values.): (c04633e)
BREAKING CHANGES
- Altitude value was removed from output. This value is not part of the original
average API.
v1.0.1
1.0.1 (2018-02-04)
Bug Fixes
- src/index.js: Added a missing closing bracket. (5c77e0b)