Skip to content

Releases: ciaarraa/whats-the-weather

v1.1.1-alpha

21 Sep 13:51
50f551e
Compare
Choose a tag to compare

Changelog

v1.1.0-alpha

21 Sep 12:33
7b03a40
Compare
Choose a tag to compare

Changelog

  • b32af32 Add debug logs
  • 7b03a40 Merge pull request #6 from ciaarraa/add-debug-logs

v1.0.3-alpha

21 Sep 10:14
7152604
Compare
Choose a tag to compare

Changelog

  • 7101f5c Add brew install message to ReadME
  • 80b5045 Make cache location fixed
  • ad63b6f Merge branch 'main' into feat/cache-file-write
  • d889f54 Merge pull request #3 from ciaarraa/update-readME
  • 7152604 Merge pull request #4 from ciaarraa/feat/cache-file-write
  • 0557979 Run unit tests in GHA

v1.0.2-alpha

20 Sep 20:14
Compare
Choose a tag to compare

Changelog

v1.0.1-alpha

20 Sep 19:42
Compare
Choose a tag to compare
v1.0.1-alpha Pre-release
Pre-release

Changelog

v1.0.0-alpha

20 Sep 19:34
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Changelog

  • 722f301 Accept user location input
  • 5a70122 Add Geocode client
  • e623c61 Add a cache
  • afd6141 Add a test for geocode.
  • 04f4217 Add caching with expiry to the cache package
  • 98114ac Add env example file
  • 998a6d6 Add files to git ignore
  • 287a5f7 Add go mod and sum
  • ffe3948 Add root method
  • 451515a Add tests for caching module
  • 11e21d9 Assign latitude and longitude correctly
  • fc8d158 Begin adding geocoder client
  • d12a6de Delete the cached data
  • 738c674 Fix bug in cache Pass the hashKey instead of the key string
  • fc6520b Initial commit
  • 9507683 Make geocoder a package
  • 0f3da19 Merge pull request #2 from ciaarraa/cache-forecast-with-ttl
  • f9f03c1 Read the geocode api key from the env file
  • b07375d Remove initial cache methods
  • c37ddfc Remove response from main
  • 68783c6 Rename method to Coordinate & use api key
  • a8cf11d Restructre geocode package
  • 7ac5e65 Use correct address and close cache properly
  • 085cf3e Use github package names
  • 253f756 Use go releaser
  • 293aed7 Use the cache in the location command