Skip to content

Latest commit

 

History

History
84 lines (61 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

84 lines (61 loc) · 2.49 KB

Unreleased

Changes

  • Add Ruby 3.2 support and drop Ruby 2.x support
  • Drop ActiveSupport 5.2/6.0 support

Misc

  • Test without activesupport
  • Change the default branch from master to main
  • Fix RuboCop offenses

1.1.0 (2022-11-25)

Changes

  • Add ActiveSupport 6.0 support
  • Add Ruby 2.7 support
  • Add Ruby 3.0 and ActiveSupport 6.1 support
  • Drop Ruby 2.4 support
  • Call super when Rekkyo::Type is included
  • Add Ruby 3.1 and ActiveSupport 7.0 support
  • Override freeze method to freeze enum members
  • Drop ActiveSupport 5.1 support
  • Split Rekkyo::Type::ClassMethods module into role-specific modules

Misc

  • Migrate CI from Travis CI from GitHub Actions
  • Require MFA to release gem
  • Fix RuboCop offenses

1.0.0 (2019-04-08)

Changes

  • Add support Ruby 2.6

Misc

  • Add examples
  • Relax bundler version

0.2.0 (2018-12-12)

Changes

  • Add Rekkyo::Type::Member#=== as an alias of Rekkyo::Type::Member#match?
  • Change predicate methods for Rekkyo::Type::Member to auto-define
  • Improve matching with String/Symbol
  • Re-implement Rekkyo::Type::Member using PORO

Misc

  • Change required rake version in development

0.1.0 (2018-12-07)

Initial release