0.3.1
svc-autorelease
released this
12 Nov 19:35
·
986 commits
to develop
since this release
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 |