New
v0.17.8
What's Changed
✨ Enhancements
- Prevent gems from calling
exitorabortduring gem load by @paracycle in https://github.com/Shopify/tapioca/pull/2387 - Print currently compiling gems. Add verbose attribute to gem command. by @cub8 in https://github.com/Shopify/tapioca/pull/2395
🐛 Bug Fixes
- Generate Active Model attributes in an included
GeneratedAttributeMethodsmodule by @paracycle in https://github.com/Shopify/tapioca/pull/2356 - Fix RBS comment prefix in YardDoc listener by @KaanOzkan in https://github.com/Shopify/tapioca/pull/2364
- Fix rbi deleted when route_dsl runs on files affected by other compilers by @domingo2000 in https://github.com/Shopify/tapioca/pull/2358
- Use
Bundler.load.specsinstead of readingGemfile.lockby @KaanOzkan in https://github.com/Shopify/tapioca/pull/2363 - Sort YARD comments that have the same tag name by @KaanOzkan in https://github.com/Shopify/tapioca/pull/2375
- use ActiveRecordColumnTypeHelper for primary key types by @bobcats in https://github.com/Shopify/tapioca/pull/2377
- Do not mixin Kernel for modules by @KaanOzkan in https://github.com/Shopify/tapioca/pull/2394
New Contributors
- @domingo2000 made their first contribution in https://github.com/Shopify/tapioca/pull/2358
- @bobcats made their first contribution in https://github.com/Shopify/tapioca/pull/2377
- @cub8 made their first contribution in https://github.com/Shopify/tapioca/pull/2395
Full Changelog: https://github.com/Shopify/tapioca/compare/v0.17.7...v0.17.8