1 # rocambole-indent changelog
5 - fix comment alignment if surrounded by empty lines (#5)
9 - fix edge cases related to comments just after `{` followed by an empty line.
11 ## v2.0.1 (2015-03-25)
13 - safeguard against empty nodes/ast on `alignComments()`
15 ## v2.0.0 (2015-03-25)
17 - change `alignComments()` rule to add one indent level if comment is inside
18 empty block/array/parenthesis
20 ## v1.1.1 (2015-03-25)
22 - fix `WhiteSpace` conversion into `Indent` inside `alignComments()`
24 ## v1.1.0 (2015-03-25)
26 - update `alignComments()` to consider `WhiteSpace` tokens at the begining of
27 the line as `Indent` tokens as well
28 - add `whiteSpaceToIndent()`
30 ## v1.0.0 (2015-03-24)
32 - add `alignComments()`
33 - expose `updateBlockComment()`
35 ## v0.2.0 (2015-03-20)
37 - rename `line()` as `addLevel()`
38 - change the way `inBetween()` loops through the `start` and `end` tokens
40 - `sanitize()` won't call `updateBlockComment()` since this is already handled
43 ## v0.1.0 (2015-03-20)