Skip to content

Releases: hudgins/mostlycloudy

v1.1.0

02 May 17:32
5a7cda8
Compare
Choose a tag to compare

1.1.0 (2024-04-20)

Features

  • increases alwayssunny temperature by 1 degree (885dc39)

Bug Fixes

  • reverts removal of exclamation point in alwayssunny data (93e4cb8)

v1.0.2

20 Apr 22:10
a2c8a92
Compare
Choose a tag to compare

1.0.2 (2024-04-20)

Bug Fixes

  • removes exclamation point in weather report (876f778)

v1.0.1

20 Apr 21:37
922ad9a
Compare
Choose a tag to compare

1.0.1 (2024-04-20)

Bug Fixes

  • removes extra changelog header in CHANGELOG.md (1119565)

v1.0.0

20 Apr 21:32
8f9ebef
Compare
Choose a tag to compare

1.0.0 (2024-04-20)

Features

  • adds /v1/current API and always-sunny weather source (20057c1)
  • adds API docs via swagger (9a66c1a)
  • adds common interface for weather source data (6c96bb0)
  • adds health-check endpoint (76dbe1e)
  • adds initial OpenWeatherMap module (1a31240)
  • adds logger (pino) (2d4edde)
  • adds lookup by zip and lat/long (c73abc6)
  • adds pretty logging locally (18f5567)
  • adds rate-limiting (2f00441)
  • adds request caching for 5 mins on /v1/current (76167b9)
  • adds rudimentary metrics service (24e7fc2)
  • calls API and reads API key from config (e8cba20)
  • enhances request validation using class-validator (a6b121d)

Bug Fixes

  • configures release-please to update version in source (88f1412)
  • fixes lint-staged and bug ignored by it (ac40f3c)
  • restores pretty logging in dev/local mode (25ed6d9)