Releases: dduugg/yard-sorbet
Releases · dduugg/yard-sorbet
yard-sorbet v0.9.0
What's Changed
Bug Fixes
- Fix syntax of order-dependent lists
Changes
- #311 Increase minimum required ruby version to
3.1
New Contributors
- @p-linnane made their first contribution in #281
- @pre-commit-ci made their first contribution in #288
Full Changelog: v0.8.1...v0.9.0
yard-sorbet v0.8.1
What's Changed
Bug Fixes
- #201 Caching not reloading docstring when using Sorbet signature
Full Changelog: v0.8.0...v0.8.1
yard-sorbet v0.8.0
New Features
- #141 Merge RBI sigs into existing documentation
Bug Fixes
- Handle multiple invocations of
mixes_in_class_methods
within a class - Label
T::Struct
prop
s withimmutable: true
asreadonly
yard-sorbet v0.7.0
yard-sorbet v0.6.1
Bug fixes
- #78 Fix
mixes_in_class_methods
across files
yard-sorbet v0.6.0
New features
- #77 Add
mixes_in_class_methods
support
yard-sorbet v0.5.3
Bug fixes
- #71 Fix
T::Struct
constructor object creation
yard-sorbet v0.5.2
yard-sorbet v0.5.1
Bug fixes
- #52 Fix
sig
parsing of attr_* methods that use parens