Skip to content

0.3.1

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 12 Nov 19:35
· 986 commits to develop since this release
750740b
Type Description Link
Improvement Limit how far dots may appear in long method chains to 80 chars.

Note that this doesn't currently apply to prefixes (such as foo.bar().baz().stream()) because prefixes are also used to group together fully qualified class names and it's a bit trickier to handle that case.
#70