v1.5.2
Closed Sep 30, 2014
100% complete
- Improved indenting for statements, array, variable declaration, "Starless" block-comments
- Support for bitwise-not, yield, get, set, let, const, generator functions
- Reserved words can be used as object property names
- Added options: space_after_anon_function, end-with-newline
- Properly tokenize Numbers (including decimals and exponents)
- Do not break "x++ + y"
- Improved indenting for statements, array, variable declaration, "Starless" block-comments
- Support for bitwise-not, yield, get, set, let, const, generator functions
- Reserved words can be used as object property names
- Added options: space_after_anon_function, end-with-newline
- Properly tokenize Numbers (including decimals and exponents)
- Do not break "x++ + y"
- function declaration inside array behaves the same as in expression
- Close String literals at newline
- Support handlebar syntax
- Check
<script>
"type"-attribute - Allow
<style>
and<script>
tags to be unformatted - Port css nesting fix to python
- Fix python six dependency
- Initial very cursory support for ES6 module, export, and import
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.