Skip to content

Releases: FoveaCentral/google_maps_geocoder

1.0.0

29 Mar 22:44
Compare
Choose a tag to compare

New Features

  • GoogleMapsGeocoder::GeocodingError.new now returns the full JSON response, allowing users to inspect the errors Google Maps returns: #113

Continuous Integration

Security Patches

0.7.10

27 Sep 14:53
Compare
Choose a tag to compare

Fixes

Security Patches

0.7.9

06 Jul 15:53
Compare
Choose a tag to compare

Fixes

Continuous Integration

  • Fixed failure: #107

Security Patches

Notes

These improvements are for contributors only.

0.7.8

20 Apr 01:23
Compare
Choose a tag to compare

Fixes

Continuous Integration

  • Fixed failure: #104

Security Patches

Notes

These improvements are for contributors only.

0.7.7

22 Jan 02:42
7d27393
Compare
Choose a tag to compare

Security Patches

Miscellaneous

  • Updated copyright: #100

0.7.6

08 Dec 02:57
6d05662
Compare
Choose a tag to compare

New Features

  • GoogleMapsGeocoder now has only a single dependency, Rack, for an even lighter-weight profile: #79

Continuous Integration

  • Moved Inch-CI into the test GitHub Action: #95
  • Code Climate also displays test coverage: #88
  • CI caches gems: #75
  • Log output is silenced during testing for cleaner output: #92
  • Test badge links to results: de25060

Project Management

  • Require two-person review: #81

Security Patches

Miscellaneous

  • Optimized gemspec: #73, #80
  • Used https where possible: #78
  • Updated outdated links: #70, #86, #94

0.7.5

15 Nov 06:58
e4447fb
Compare
Choose a tag to compare

New Features

GoogleMapsGeocoder now complies with the Linux Foundation's Best Practices to help assure software and project quality: aa03f14

Continuous Integration

  • CI only runs when programmatic changes are committed: #61

Project Management

  • PRs require specs, README links to RDoc: #62
  • Added:
    • a security policy: #59
    • Developer Certificate of Origin: #66
    • a code of conduct: #65
    • RDoc example to PR template: #67
    • copyright and license notices to source files, up-for-grabs link to contributing guidelines, cert and secure-install notes: #68

Security Patches

  • Now requires the minimum supported Ruby version 2.5: #58
  • rubocop: #53, #54, #55, #56, #57

0.7.4

29 Jun 04:03
Compare
Choose a tag to compare

New Features

Integrated Buy Me a Coffee so you can support GoogleMapsGeocoder. Cheers!

Continuous Integration

  1. Migrated testing from Travis CI to a GitHub action for better performance and ease of use: #25, #33, 72de2ec.
  2. Integrated Coveralls, Rubocop with 1.
  3. Integrated Dependabot for improved security, replacing Hakiri.

Project Management

Added a template for tasks; labeled bugs, features, tasks: 3545a33.

Security Patches

Notes

Apart from the security patches, these improvements are for contributors only.

0.7.3

01 Feb 21:01
Compare
Choose a tag to compare

Bug Fixes

Fixed (false) failure due to address mismatch.

Security Patches

rack

0.7.2

31 May 03:50
Compare
Choose a tag to compare

New Features

Ensure broader Ruby support by:

Security Patches

rack

Notes

Thanks to @olleolleolle for his contributions!