Releases: AaronLasseigne/active_interaction
Releases · AaronLasseigne/active_interaction
v1.3.1
Fixed
- #235: Fix a bug that prevented custom translations from loading.
- #224: Fix a bug that incorrectly inferred plural class names for filters
inside arrays.
v1.3.0
Added
- #178: Add an interface filter.
- #196: Add a
type_check
callback that happens before the validation
callback.
v1.2.5
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
Fixed
- #203: Fix a bug that prevented transaction options from being passed to
subclasses.
v1.2.3
Fixed
- #192: Fix a bug that raised
ActiveRecord::Rollback
when composing even
when not in a transaction.
v1.2.2
Fixed
- Fix a bug that raised
NameError
s when there were invalid nested hash
errors.
- Add missing translation for symbol filters.
v1.2.1: Version 1.2.1
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
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
Fixed
- #174: Fix a bug that leaked validators among all child classes.
v1.1.6
Fixed
- #36: Fix a bug that caused nested hash error messages to be misleading.