v0.14.4
What's Changed
✨ Enhancements
- Start passing in an option to
ActiveRecordColumns
compiler for how to generate column types by @paracycle in #1888 - Support array types in
typed_store
compiler by @amomchilov in #1924
🐛 Bug Fixes
- Protobuf generated classes should extend from
Google::Protobuf::AbstractMessage
by @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:
ActiveSupportConcern
recursively checks forClassMethod
by @spencewenski in #1933
New Contributors
- @spencewenski made their first contribution in #1933
Full Changelog: v0.14.3...v0.14.4