Skip to content

Releases: shioyama/mobility

1.0.7

04 Feb 14:23
2e0c40c
Compare
Choose a tag to compare
  • Require set before using Set (#503)

1.0.6

04 Feb 14:23
6592302
Compare
Choose a tag to compare
  • Merge options including defaults into backend options (#502)

1.0.5

01 Feb 08:13
7c25fe9
Compare
Choose a tag to compare
  • Fix duping with AR Table backend, fixes #490 (#499 and #501)

1.0.4

01 Feb 08:12
75ab870
Compare
Choose a tag to compare
  • Correctly override default backend options, fixes #492 (#495)

1.0.3

01 Feb 08:12
e25cba0
Compare
Choose a tag to compare
  • Fix Mobility.default_backend (#497)

1.0.1

01 Feb 08:11
6ea4dfb
Compare
Choose a tag to compare
  • Make Mobility::Plugins::ActiveRecord::Query::VirtualRow and Mobility::Plugins::ActiveRecord::Query::QueryExtension (#471) public
  • Fix typo in initializer template (#474)

1.0.0

12 Dec 03:01
2f384a6
Compare
Choose a tag to compare

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade.

  • Fix setting a locale from Rails config (#468)
  • Fixes validations with validates_uniqueness_of (#470)

Plus many other changes in earlier pre-releases.

1.0.0.rc1

23 Nov 03:06
50a0f36
Compare
Choose a tag to compare
1.0.0.rc1 Pre-release
Pre-release

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade.

This is the first release candidate for 1.0. If there are no issues reported in a few days, I will release this as 1.0.0.

  • Remove Mobility::ActiveRecord, Mobility::Sequel and Mobility::Arel, and general cleanup (#464)

1.0.0.beta2

11 Nov 13:03
f684b4b
Compare
Choose a tag to compare
1.0.0.beta2 Pre-release
Pre-release

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade. (Note that this is still pre-release.)

  • Refactor attributes & backend plugins and make mobility_attributes public (#462)
  • Make attribute_methods plugin depend on attributes (#461)

1.0.0.beta1

03 Nov 08:00
103abe0
Compare
Choose a tag to compare
1.0.0.beta1 Pre-release
Pre-release

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade. (Note that this is still pre-release.)

  • Remove Mobility::Backend#apply_plugin (#454)
  • Instance exec configure block if it takes no arguments (#456)
  • Raise an exception if invalid options are passed to Translations initializer (#457)
  • Fix Ruby 2.7 deprecation warnings (#460)