Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 3.25 KB

0.6.1 (Next)

  • Your contribution here.

0.6.0 (2024/10/19)

  • #40: Fixing rubocop violations and improved .rubocop.yml - @troya2.
  • #41: Added additional tests for hourly forecast that include all data types - i.e. rain and snow - @troya2.
  • #42: Added support for the thirty day forecast in the pro 2.5 API - @troya2.
  • #45: Added support for One Call 3.0 API on base plan - @dblock.

0.5.0 (2024/07/03)

  • #25: Exposed the national weather alerts response in the One Call API - @troya2.
  • #38: Migrated to One Call 3.0 API - @jeanmartin.
  • #39: Added support for the hourly forecast in the pro 2.5 API - @troya2.

0.4.0 (2023/08/13)

0.3.0 (2023/03/25)

0.2.0 (2020/05/17)

  • #14: Added support for One Call API - @dblock.
  • #16: Added support for temperature and wind speed conversion - @dblock.
  • #16: Added weather#icon_url returning a parsed URI - @dblock.
  • #15: Renamed CityWeather to OpenWeather::Models::City::Weather - @dblock.
  • #12: Cache Faraday::Connection for persistent adapters - @dblock.
  • #13: Require Faraday >= 1.0 - @dblock.

0.1.0 (2020/05/01)

  • Initial public release - @dblock.