Skip to content

Commit 2a11f80

Browse files
authored
Merge pull request #244 from godenji/0.2.1
0.2.1 release
2 parents 8380d17 + f66c504 commit 2a11f80

File tree

10 files changed

+450
-310
lines changed

10 files changed

+450
-310
lines changed

CHANGELOG

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
0.2.0 (11/July/17)
2+
3+
* Added alignArguments
4+
* Added compactControlReadability
5+
* Added doubleIndentConstructorArguments
6+
* Added doubleIndentMethodDeclaration
7+
* Added firstArgumentOnNewline
8+
* Added firstParameterOnNewline
9+
* Added indentWithTabs
10+
* Added multilineScaladocCommentsStartOnFirstLine
11+
* Added newlineAtEndOfFile
12+
* Added placeScaladocAsterisksBeneathSecondAsterisk
13+
* Added spaceBeforeContextColon
14+
* Added lexer support for string extractors with wildcards (#144)
15+
* Added support for Scala 2.12
16+
* Added support for ScalaTest 3.0
17+
* FIX: multi-line indentation in more than call and match expressions (#143)
18+
* FIX: line-wrapping of class parameters when using DoubleIndentClassDeclaration (#187)
19+
* FIX: comment formatter to retain blank lines in multiline comments (#208)
20+
* Default danglingCloseParenthesis to Prevent (#200)
21+
* Default spacesAroundMultiImports to true (#198)
22+
* Remove RARROW TokenType (#210)
23+
* Deprecated PreserveDanglingCloseParenthesis replaced with DanglingCloseParenthesis
24+
* Deprecated DoubleIndentClassDeclaration replaced with DoubleIndentConstructorArguments
25+
126
0.1.8 (7/December/15)
227
* FIX: broken indentation in multiline argument lists. (issue #85)
328
* Added backwards compatible dangling parenthesis via DanglingCloseParenthesis (issue #79, #29)

0 commit comments

Comments
 (0)