YARD v0.9.27 Release Notes
Release Date: 2021-11-29 // over 3 years ago-
- โ Add support for Ruby 3.0 endless method definitions. (#1376, #1381)
- โ Add existence check for README file (#1367)
- ๐ Support module_function decorator (#1365)
- โ Add CommonMarker markup support (
-m commonmarker
) (#1157, #1388) - ๐ Fix nested array parsing (#1389)
- โ Add WEBrick as a runtime dependency for Ruby 3.0 support (#1400)
- Support
fail_on_warning
option inyard stats
command (#1392) - ๐ Better integration with Sorbet (#1401)
- ๐ Handle include mixins on complex paths (#1386)
- ๐ Fix
@!scope
maintaining state in lone comment blocks (#1411) - โ Remove support for Travis CI
Previous changes from v0.9.26
-
- โ Add support for Ruby 3.0 and fix tests
- Fix support for
frozen_string_literal: false
magic comments (#1363)