Releases: FoveaCentral/google_maps_geocoder
Releases · FoveaCentral/google_maps_geocoder
1.0.1
New Features
Project Management
- You can now sponsor the maintainers (thanks for your support!): caf2d2a, #117
- The project now observes conventions from the RSpec Style Guide to ensure idiomatic consistency: #125
- Added
rubocop-performance
, enabled existing Rubocop extensions, and fixed resulting warnings: #126
Miscellaneous
- Loosened
rake
version, removed Buy Me a Coffee link: #118
Security Patches
1.0.0
New Features
GoogleMapsGeocoder::GeocodingError.new
now returns the full JSON response, allowing users to inspect the errors Google Maps returns: #113
Continuous Integration
- CI tests against supported ruby versions (>= 3.0) only: #110
- Dependabot updates its GitHub Actions: #111
Security Patches
rubocop
: #114
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
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
rubocop
: #72
Miscellaneous
0.7.5
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:
Security Patches
0.7.4
New Features
Integrated Buy Me a Coffee so you can support GoogleMapsGeocoder. Cheers!
Continuous Integration
- Migrated testing from Travis CI to a GitHub action for better performance and ease of use: #25, #33, 72de2ec.
- Integrated Coveralls, Rubocop with 1.
- Integrated Dependabot for improved security, replacing Hakiri.
Project Management
Added a template for tasks; labeled bugs, features, tasks: 3545a33.
Security Patches
codeclimate-test-reporter
rubocop
: #38, #46, #48, #49, #50, #51rake
rack
activesupport
Notes
Apart from the security patches, these improvements are for contributors only.