v0.11.7
What's Changed
✨ Enhancements
- Implement support for
has_attached_class!
method by @paracycle in #1514 - Default to raising exception if Rails app cannot be loaded by @KaanOzkan in #1523
🛠 Other Changes
- Do not generate file fixture methods by @sambostock in #1506
- Stop generating
new
singleton methods for abstract classes by @paracycle in #1524 - Limit
AutoRequireHook
effect to be localized to loading the bundle by @paracycle in #1529 - Fix
Reflection#inherited_ancestors_of
method for modules by @paracycle in #1530 - Simplify check for
Google::Protobuf::Map
type by @paracycle in #1538 - Revert: Simplify check for Google::Protobuf::Map type by @bitwise-aiden in #1539
- Simplify check for
Google::Protobuf::Map
type - redux by @paracycle in #1541
New Contributors
- @bitwise-aiden made their first contribution in #1539
Full Changelog: v0.11.6...v0.11.7