Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 747 Bytes

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 747 Bytes

2.0.0

  • Breaking Changes Rails 6.0 is no longer supported. #28
  • Support Rails 7.2.0 #27

1.0.0

  • Breaking Changes Rails 5.0, 5.1 and 5.2 are no longer supported. #23
  • Changed the version of rails specified in appraisal to stable version. #20
  • Migrate travis.ci to Github Actions #22
  • Support ruby 3.2 #24

0.0.6

  • Deprecate #attribute?(*args) in favor of #attribute_bitmask?(*args). #17
  • Support Rails 7.0.0.alpha1 #18

0.0.5

  • Support Rails 6.1.0 #14

0.0.4

  • Fixes security alert #9

  • Query methods supports string arguments #12

0.0.3

  • Enumerize ActiveRecordBitmask::Map #4

  • Support old rails #5

  • Run RuboCop on CI. #6

0.0.2

  • Support blank values for checkbox #3

0.0.1

  • first release.