f0f75e96b6ec17169a85e387d14198fb0a8428e3
[platform/framework/web/crosswalk-tizen.git] /
1 # rocambole-indent changelog
2
3 ## v2.0.3 (2015-03-26)
4
5  - fix comment alignment if surrounded by empty lines (#5)
6
7 ## v2.0.2 (2015-03-25)
8
9  - fix edge cases related to comments just after `{` followed by an empty line.
10
11 ## v2.0.1 (2015-03-25)
12
13  - safeguard against empty nodes/ast on `alignComments()`
14
15 ## v2.0.0 (2015-03-25)
16
17  - change `alignComments()` rule to add one indent level if comment is inside
18    empty block/array/parenthesis
19
20 ## v1.1.1 (2015-03-25)
21
22  - fix `WhiteSpace` conversion into `Indent` inside `alignComments()`
23
24 ## v1.1.0 (2015-03-25)
25
26  - update `alignComments()` to consider `WhiteSpace` tokens at the begining of
27    the line as `Indent` tokens as well
28  - add `whiteSpaceToIndent()`
29
30 ## v1.0.0 (2015-03-24)
31
32  - add `alignComments()`
33  - expose `updateBlockComment()`
34
35 ## v0.2.0 (2015-03-20)
36
37  - rename `line()` as `addLevel()`
38  - change the way `inBetween()` loops through the `start` and `end` tokens
39    (not inclusive)
40  - `sanitize()` won't call `updateBlockComment()` since this is already handled
41    by `addLevel()`
42
43 ## v0.1.0 (2015-03-20)
44
45  - initial release
46