Skip to content

Releases: AaronLasseigne/active_interaction

v1.3.0

15 Aug 15:40
Compare
Choose a tag to compare

Added

  • #178: Add an interface filter.
  • #196: Add a type_check callback that happens before the validation
    callback.

v1.2.5

15 Aug 15:32
Compare
Choose a tag to compare

Fixed

  • #207: Fix a bug that incorrectly converted plural class names
    to their singular form.
  • #206: Fix a bug that caused an i18n deprecation warning.
  • #201: Prevented time filters from being initialized with the
    format option when time zones are available.

v1.2.4

07 Aug 15:12
Compare
Choose a tag to compare

Fixed

  • #203: Fix a bug that prevented transaction options from being passed to
    subclasses.

v1.2.3

12 May 21:21
Compare
Choose a tag to compare

Fixed

  • #192: Fix a bug that raised ActiveRecord::Rollback when composing even
    when not in a transaction.

v1.2.2

07 May 18:33
Compare
Choose a tag to compare

Fixed

  • Fix a bug that raised NameErrors when there were invalid nested hash
    errors.
  • Add missing translation for symbol filters.

v1.2.1: Version 1.2.1

03 May 01:47
Compare
Choose a tag to compare

Fixed

  • #179: Fix a bug that marked model inputs as invalid even if they returned true
    for object.is_a?(klass).

v1.2.0: Version 1.2.0

30 Apr 18:16
Compare
Choose a tag to compare

Added

  • #175: Add support for Rails-style date and time parameters like date(1i).
  • #173: Add a decimal filter.
  • #155: Add support for disabling and modifying transactions through the
    transaction helper method.
  • #140: Add support for column_for_attribute which provides better
    interoperability with gems like Formtastic and Simple Form.

v1.1.7

30 Apr 15:46
Compare
Choose a tag to compare

Fixed

  • #174: Fix a bug that leaked validators among all child classes.

v1.1.6

29 Apr 17:34
Compare
Choose a tag to compare

Fixed

  • #36: Fix a bug that caused nested hash error messages to be misleading.

v1.1.5: Version 1.1.5

31 Mar 19:47
Compare
Choose a tag to compare

Fixed

  • The transform_keys method broke backwards compatibility because it's not
    available until Rails 4.0.2.