v0.19.0
v0.19.0
🚧 Breaking Changes
- Add version constraint for add-ons (#2638) by @vinistock
✨ Enhancements
- Add infrastructure for keyword documentation (#2581) by @vinistock
- Reduce noise from "This file is too long" warning (#2651) by @alexcrocha
- Allow declaration of project addons (#2601) by @vinistock
- Add rename support for constants (#2626) by @vinistock
🐛 Bug Fixes
- Handle multibyte characters in indexing (#2619) by @NotFounds
- Guess types for chained invocations (#2637) by @vinistock
📦 Other Changes
- Avoid a deprecation warning on Ruby 3.4 with the uri gem (#2618) by @Earlopain