- PR #128 Fix fetch to handle
nil
values (@danielvdao)
- PR #117 Rails 7 support (@DmitryTsepelev)
- PR #112 Fix validation for cast attributes (@zk475811)
- PR #112 Deprecate ruby 2.5 (@DmitryTsepelev)
- PR #108 Fix saving unknown_attributes (@nikokon)
- PR #102 Add support for enum affixes (@CodeMogul)
- PR #88 Avoid overriding parent validation messages when child is invalid (@DmitryTsepelev)
- PR #79 Fix infinite loop with nested model and :attributes key (@timhwang21)
- Rename type classes to One/Many (@DmitryTsepelev)
- PR #61 Add polymorfic associations (@HolyWalley)
- PR #42 Depend on activerecord only in the gemspec (@keithpitt)
- PR #38 Fix inspect output for false values (@zokioki)
- PR #29 Properly compare enum attributes in
Model#==
(@DmitryTsepelev) - PR #26 Add YARD docs (@DmitryTsepelev)
- PR #25 Add
#has_attribute?
method to keepsimple_form
compatibility (@DmitryTsepelev)
- PR #22 Store unknown attributes in
#unknown_attributes
(@DmitryTsepelev)
- PR #21 Properly validate and handle nested models (@DmitryTsepelev)
- PR #17 Update nested store models with
#accepts_nested_attributes_for
(@DmitryTsepelev) - PR #16 Add support for enums (@DmitryTsepelev)
- PR #12 Fixes Issue #11 (@DmitryTsepelev)
- PR #10 Fixes Issue #9 (@DmitryTsepelev)
- PR #6 Rewrite MergeErrorStrategy to work with Rails 6.1 (@DmitryTsepelev)
- PR #5 Raise error when
#cast
cannot handle the passed instance (@DmitryTsepelev) - PR #5 Add array type generation via Model#to_array_type (@DmitryTsepelev)
:store_model
validation should not allow nil by default
- Fix crash in presence validator (@DmitryTsepelev)
- Initial version (@DmitryTsepelev)