Liam Newman
679f9f938e
Updated test data to use improve matrix generation
2017-02-19 15:58:53 -08:00
Liam Newman
481f4d3032
Rewrote test line generation
2017-02-19 15:58:53 -08:00
Liam Newman
4370c5ce92
Merge branch 'master' into master
2017-02-16 10:58:15 -08:00
Tim van den Eijnden
416abb7797
blank lines should not have spaces/tabs
2017-02-11 13:59:46 +01:00
Liam Newman
d865010c0e
Python 1.6.9
2017-02-10 16:50:26 -08:00
Tim van den Eijnden
244397fd41
update tests and fix issues with tabs
2017-01-24 15:34:47 +01:00
Tim van den Eijnden
8e7d5ab687
fix multiple for multiple empty lines
2017-01-23 11:50:16 +01:00
Tim van den Eijnden
a28bf5f04c
WIP - add more tests
2017-01-23 11:25:36 +01:00
Tim van den Eijnden
c0889aa9bc
update printable version of BeautifierOptions
2017-01-20 16:30:01 +01:00
Tim van den Eijnden
262a3e7923
added preserve_newlines for css
2017-01-20 16:27:29 +01:00
Liam Newman
c5cece7153
Python 1.6.8
2017-01-02 00:50:48 -08:00
Liam Newman
5952364b50
Added tests for newlines between chained methods
...
Closes #892
2017-01-02 00:28:15 -08:00
Liam Newman
d963e9c781
Added regression tests for #569
...
Closes #569
2017-01-02 00:19:04 -08:00
Liam Newman
f9f6566122
Fixed comment side-effect bugs
...
Fixes #713
Fixes #815
Fixes #913
Fixes #964
Fixes #1043
Fixes #1090
2016-12-31 18:31:07 -08:00
Liam Newman
6d0ad2b038
Fixed function declaration with wrong blank line after operator
...
Fixes #1085
2016-12-30 00:20:52 -08:00
Liam Newman
3e52b98d22
Fixed extra line before function declaration
...
Fixes #1085
2016-12-29 23:55:28 -08:00
Liam Newman
0ab9bfe66a
Python 1.6.7
2016-12-28 12:43:36 -08:00
Liam Newman
3ce9bce743
Python 1.6.6
2016-12-26 03:08:43 -08:00
Liam Newman
a0bc8c3ecb
Added support for editorconfig from stdin ( #1082 )
...
Fixes #1012
2016-12-26 02:23:45 -08:00
Liam Newman
21fac820c7
Fixed unbraced if with comments
...
Fixes #1079
2016-12-22 22:56:50 -08:00
Liam Newman
119403d88d
Added one more if-else test
2016-12-22 20:41:24 -08:00
Liam Newman
dcf4576a5f
Fixed progid filter formatting
...
Fixes #755
2016-12-22 00:09:11 -08:00
Liam Newman
5fb9542908
Fixed missing space before get for inline import block
...
Fixes #888
2016-12-21 23:24:34 -08:00
Liam Newman
e8f01d6805
Fixed generator shorthand in class block
...
Fixes #1013
2016-12-21 22:43:12 -08:00
Liam Newman
387708b707
Fixed template string processing
...
Fixes #1030
2016-12-21 22:11:23 -08:00
Liam Newman
e6e3c0ae60
Added support for spread operator …
...
Fixes #1023
2016-12-21 20:58:06 -08:00
Liam Newman
3198cea7c9
Add eol auto-detection to html and css
...
Fixed #899
2016-12-20 20:52:31 -08:00
Liam Newman
b278b988c7
Added of operator support
...
Fixes #875
2016-12-20 18:02:03 -08:00
Liam Newman
f6409ccb7e
Added Liam Newman to the copyright
2016-12-18 08:45:17 -08:00
Liam Newman
1c21d5b99a
Added Language-specific settings handling
2016-12-18 08:45:17 -08:00
Liam Newman
797e3126ac
Removed accidentally added -V option
2016-12-09 12:53:06 -08:00
Peter "Coburn" Fornari
1509a1fa54
Added comma separation CLI option for brace_style
...
Removed brace_preserve_inline from everywhere
Correctly validates CLI arguments in both Python and Javascript
2016-12-07 21:51:14 -05:00
Peter "Coburn" Fornari
510a88750b
Added 10 new tests
...
2 new tests * 5 matrix items = 10 tests
Updated matrix template names so they made more sense
2016-12-07 18:55:21 -05:00
Peter "Coburn" Fornari
f35d83fab9
Complex test is a bit more robust (wanted to test two statements in one func)
2016-12-07 18:54:53 -05:00
Peter "Coburn" Fornari
7384ee33cd
Fixed python errors
2016-12-07 18:54:46 -05:00
Peter "Coburn" Fornari
b9a9a2b653
CI build fix
2016-12-07 18:54:39 -05:00
Peter "Coburn" Fornari
b8491f8ce5
Fixed python parsing error
2016-12-07 18:54:31 -05:00
Peter "Coburn" Fornari
d36f5b1020
Updated python implementation
2016-12-07 18:54:24 -05:00
Peter "Coburn" Fornari
2811c3cfba
Fixed ambiguous line endings for CI builds
2016-12-07 18:54:17 -05:00
Peter "Coburn" Fornari
47c4533bec
Fixed matrix test
2016-12-07 18:54:08 -05:00
Peter "Coburn" Fornari
9ea859e00d
Fixed beautify.js (did it quite wrong the first time)
...
Basically I tried to follow around wherever brace_style, frame_inline, collapse-preserve-inline, and modify it to work with the new frame_inline for all brace_styles instead of just the one
2016-12-07 18:53:58 -05:00
Liam Newman
b4d63c8d3e
Fixed parsing for exponents like 1.e-7
...
Fixes #1054
2016-11-06 12:30:02 -08:00
Liam Newman
4dce378801
Python 1.6.4
2016-08-29 20:25:34 -07:00
Liam Newman
2cbcb0ae08
Tweaked combinator setting resolution
2016-08-29 20:05:43 -07:00
Liam Newman
4291717e45
Fixed combinator recognition and output
...
Fixes #957
Fixes #1001
2016-08-29 19:55:06 -07:00
Liam Newman
6ab08c53de
Added regression test for #565
...
Closes #565
2016-08-29 18:28:20 -07:00
Liam Newman
1b52eb1f90
Added support for object literal shorthand generators
...
Fixes #941
Closes #942
2016-08-29 18:04:19 -07:00
Jim Geurts
2f5284c089
Tests for object literal shorthand functions
2016-08-29 18:01:07 -07:00
Jim Geurts
98b3c53657
Format yield* the same as function*
...
Fixes #920
Closes #921
2016-08-29 15:24:49 -07:00
Liam Newman
7230c8cbb5
Fixed JSX Multiline root tag
...
Fixes #914
2016-08-29 13:39:52 -07:00