Skip to content

Latest commit

 

History

History
117 lines (92 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

117 lines (92 loc) · 3.44 KB

ChangeLog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Your contribution here!

4.6.0 - 2022-02-14

Changed

  • CI covers Latest Rails version 7 and Ruby 3.1
  • Use YAML.safe_load and allow aliases

4.5.2 - 2021-01-28

Changed

  • CI covers Latest Rails version 6,5,4 and Ruby 3,2.7,2.6,2.5

Removed

  • Support for Ruby < 2.5 (EOL versions not supported)
  • No longer testing against Rails 3 in CI

4.5.1 - 2020-01-28

Fixed

  • add Rails Railtie to fix rake task loading

Removed

  • Support for Ruby < 2.4 (EOL versions not supported)

4.5.0 - 2019-04-22

Added

  • # frozen_string_literal: true to all Ruby files

Removed

  • Support for Ruby < 2.3 (earlier versions no longer supported)

4.4.1 - 2018-05-20

Changed

  • Fetch from JSON endpoint, rather than XML
  • Regular MiniTest used for tests
  • Update README, LICENSE, CHANGELOG, gemspec etc.

Added

  • Test against Rails 5.1.5
  • API/network errors logged by default
  • Allow API/network errors to be raised with raise_errors option
  • Allow endpoint to be configured with api_endpoint option

Removed

  • Coveralls (now Code Climate & SimpleCov)

4.3.0 - 2018-02-18

Changed

  • Update README, fixed Code Climate

Removed

  • Support for Ruby 2.0

4.2.0 - 2018-01-17

Changed

  • Updated Rubies for Travis CI.
  • Update tests to remove MiniTest warnings.
  • Latest Rails (~> 5.1.4) now set in gemspec.

4.1.3 - 2016-0-28

Changed

  • Updated gem dependencies.
  • Switched from FakeWeb to Webmock.
  • Cleaned up Rakefile.
  • README now in markdown, badges fixed up.

Added

  • bin/console
  • MIT license and Code of Conduct.

Removed

  • Pry gem (dev dependency)

4.1.2 - 2014-05-11

Changed

  • Updated gem dependencies.

Added

  • rake console for helpful debugging.

4.1.1 2014-01-13

Removed

4.1.0 - 2014-01-02

Added

  • CHANGELOG (this file) added.

Removed

  • Support for Rails 2.

4.0.0 - 2014-01-01

Changed

  • Using a cache store to persist answers between requests.
  • README updated.
  • Test coverage improved.