File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# main
22
3+ # [ 0.9.38] - December 5th, 2025
4+
5+ [ 0.9.38 ] : https://github.com/lsegal/yard/compare/v0.9.37...v0.9.38
6+
7+ - Add support for complex constant assignment (#1599 )
8+ - Add support for Data type structs (#1600 )
9+ - Support multi method duck type syntax in type explainer (#1631 )
10+ - Improve Ruby 3.5 compatibility (#1616 )
11+ - Update documentation for various type annotations (#1615 )
12+ - JavaScript frontend updates (resizer, JS bugs, reduce console verbosity) for default template
13+ - Fix beginless/endless range errors (#1549 , #1625 )
14+ - Fix path structure in Templates.md documentation (#1588 )
15+ - Fix signature handling in overload (#1590 )
16+ - Fix handling of ** nil with named block (#1623 )
17+ - Fix directives in empty class bodies (#1624 )
18+ - Fix parsing of array within array syntax (#1604 )
19+ - Fix parsing of visibility keywords in front of class methods (#1632 )
20+
321# [ 0.9.37] - September 4th, 2024
422
523[ 0.9.37 ] : https://github.com/lsegal/yard/compare/v0.9.36...v0.9.37
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44module YARD
5- VERSION = '0.9.37 '
5+ VERSION = '0.9.38 '
66end
You can’t perform that action at this time.
0 commit comments