v0.14.4
What's Changed
✨ Enhancements
- Start passing in an option to
ActiveRecordColumnscompiler for how to generate column types by @paracycle in #1888 - Support array types in
typed_storecompiler by @amomchilov in #1924
🐛 Bug Fixes
- Protobuf generated classes should extend from
Google::Protobuf::AbstractMessageby @andyw8 in #1911 - Handle fixtures with no associated model by @vinistock in #1921
- Make Rails engine path check more specific by @vinistock in #1925
- Check for constant definition before invoking by @KaanOzkan in #1928
- fix:
ActiveSupportConcernrecursively checks forClassMethodby @spencewenski in #1933
New Contributors
- @spencewenski made their first contribution in #1933
Full Changelog: v0.14.3...v0.14.4