|
| 1 | +## styler 0.0-8 (2017-08-24) |
| 2 | + |
| 3 | +- Vignette on customizing styler (#145). |
| 4 | +- No line break after `switch()` and friends (#152). |
| 5 | +- Remove flat relicts completely (#151). |
| 6 | +- Don't reindent function calls and break line correctly for multi-line calls (#149). |
| 7 | +- Set space between "=" and "," (#150). |
| 8 | +- Make R CMD Check perfect (#148). |
| 9 | +- Adding tests for exception handling with invalid parse data (#139). |
| 10 | +- Fix indention by checking for all potential triggers (#142). |
| 11 | +- Fix un-indention (#135). |
| 12 | +- Support wide characters (#130). |
| 13 | +- No spaces around :, :: and :::. |
| 14 | +- Redesigning the API (#123). |
| 15 | +- Solve eq_sub indention in general (#125). |
| 16 | +- Minor refactorings. |
| 17 | +- Re-indent token-dependent (#119). |
| 18 | +- Supporting more indention patterns. |
| 19 | +- Allow raw indention. |
| 20 | +- Definitively fixing eol issue with comments. |
| 21 | +- Infrastructure. |
| 22 | +- Flattening out the parse table. |
| 23 | +- New rule: no space after ! -> !!! for tidyeval. |
| 24 | +- Fix spacing around '{'. |
| 25 | +- Don't drop tokens! Fixes #101. |
| 26 | +- EOL spaces in empty comments (and in general) (#98). |
| 27 | +- mal-indention in conditional statement due to wrong specification of indent_without_paren) (#95). |
| 28 | +- Complicated indentions based on arithmetic and special operators (#96). |
| 29 | +- indention interaction on with assignment operator and other operators (#97). |
| 30 | + |
1 | 31 | ## styler 0.0-7 (2017-07-27)
|
2 | 32 |
|
3 | 33 | - curly braces don't move a line up if previous token is comment.
|
|
0 commit comments