Skip to content

Releases: braingourmets/currency_select

V8.0.0: Add support for Rails 8.0, drop support for Rails 6.1

08 Nov 12:33
v8.0.0
6ce0deb
Compare
Choose a tag to compare

Added

  • Add support for Rails 8.0 (#179)

Removed

  • Drop support for Rails 6.1 (#183)

V7.0.0: Add support for Rails 7.2, drop support for Ruby 3.0

12 Aug 10:06
v7.0.0
1b84ee0
Compare
Choose a tag to compare

Added

  • Add support for Rails 7.2 (#176)
  • Add official support for Ruby 3.3 (#156)

Removed

  • Drop support for Ruby 3.0 (#161)

V6.0.0: Add support for Rails 7.1, drop support for Rails 6.0

13 Dec 14:24
v6.0.0
4bb97ac
Compare
Choose a tag to compare

Added

Removed

  • Drop support for Rails 6.0 (#142)

🎉 First-time contributors

V5.0.1: Fix release

01 Aug 14:14
v5.0.1
05bdd63
Compare
Choose a tag to compare

Fixed

  • Add missing files to the gemspec file (#137)

V5.0.0: Add support for Ruby 3.2, drop support for Rails 5.2 and Ruby 2.6/2.7

28 Jul 10:42
v5.0.0
8b486c1
Compare
Choose a tag to compare

Added

  • Add official support for Ruby 3.2 (#125)

Changed

  • Allow the non-formbuilder version to set the selected option (#134)
  • Drop whitespace between HTML tags (#115)

Removed

  • Drop support for Rails 5.2 (#112)
  • Drop support for Ruby 2.6 and 2.7 (#111, #132)

Congrats to @silent-e for their first contribution! ❤️

V4.1.0: Add support for Ruby 3.1.0

25 Feb 11:12
v4.1.0
d5e7de7
Compare
Choose a tag to compare

Added

  • Add support for Ruby 3.1 (#105)

V4.0.0: Add support for Rails 7.0, drop support for Ruby 2.5

17 Dec 16:31
v4.0.0
2594102
Compare
Choose a tag to compare

Added

  • Add support for Rails 7.0 (#96)

Removed

  • Drop support for Ruby 2.5 (#90)

V3.0.0

22 Jan 18:57
v3.0.0
5cf58ba
Compare
Choose a tag to compare

Added

  • Add automatic gem release (#86, #88)
  • Support Ruby 3 (#81)
  • Add support for Rails 6.1 (#78, #79, #83)
  • Check the code with RuboCop (#72)
  • Add support for Ruby 2.7 (#66)

Changed

  • Switch the CI from Travis to GitHub Actions (#80, #85)
  • Upgrade RSpec and RSpec-Rails (#71)
  • Update the Ruby versions on Travis CI (#68)

Removed

  • Drop support for Ruby 2.4 (#70)
  • Drop support for Rails < 5.2 (#65)

Fixed

  • Fix some RuboCop warnings (#73)
  • Fix warnings in the .travis.yml (#67, #69)

V2.0.0

02 Sep 15:39
v2.0.0
64d7ba4
Compare
Choose a tag to compare

Added

  • Add support for Rails 6.0
    (#60)
  • Officially support Rails 5.2
    (#51)
  • Add Ruby 2.5.1 to the Travis build matrix
    (#49)

Removed

  • Drop support for Rails < 5.1
    (#62)
  • Drop support for Ruby < 2.4
    (#61)
  • Drop support for Ruby < 2.3
    (#48)

Fixed

  • Add version to the requirements in the gemspec file
    (#53)
  • Fix file names references from the gemspec file
    (#52)
  • Fix value call on Rails 5.2
    (#47)

V1.0.0

16 Sep 09:10
v1.0.0
a9498e1
Compare
Choose a tag to compare

Added

  • Officially support Rails 5.2
    (#51)
  • Add Ruby 2.5.1 to the Travis build matrix
    (#49)

Removed

  • Drop support for Ruby < 2.3
    (#48)

Fixed

  • Add version to the requirements in the gemspec file
    (#53)
  • Fix file names references from the gemspec file
    (#52)
  • Fix value call on Rails 5.2
    (#47)