Kevin Kirsche
e0573d5f0d
Remove moot version
property from bower.json
...
Per bower/bower.json-spec@a325da3
2015-06-10 20:59:28 -04:00
Liam Newman
3d549068bf
1.5.6
2015-05-27 18:02:09 -07:00
Liam Newman
5f09c45524
Version update for 1.5.6
2015-05-27 18:02:05 -07:00
Liam Newman
3a70712b15
Update changelog for 1.5.6
2015-05-27 17:59:29 -07:00
Liam Newman
c0ff4b35ef
Fix escaping
2015-05-27 16:51:54 -07:00
Liam Newman
f8dcef139c
Correctly indent functions followed by comments
...
Fixes #583
Fixes #691
2015-05-27 16:43:38 -07:00
Liam Newman
1dba7379b0
Allow python --replace on files in the current directory
...
Fixes #686
2015-05-27 15:04:03 -07:00
Liam Newman
7a1ce5bad5
Add source to unclosed tags list
...
Fixes #692
2015-05-27 14:29:48 -07:00
Liam Newman
1e64e1d159
Merge pull request #696 from wh1100717/master
...
fix global variable result issue
2015-05-27 10:34:52 -07:00
Liam Newman
3e267770e9
Do not add extra newline for non-header comments
...
Fixes #609
2015-05-26 18:11:53 -07:00
Liam Newman
852017f66c
Merge pull request #695 from danfern-simi/master
...
Simple, minor grammar fixes
2015-05-26 11:33:36 -07:00
Liam Newman
fea94e6fce
Merge pull request #684 from rlindner81/Fix587
...
Fixes issue #587 for javascript implementation
2015-05-26 11:32:58 -07:00
Liam Newman
208eed79a1
Merge pull request #693 from redapple/tokenizer-open-stack
...
Fix tokenizer's bracket pairs' open stack
2015-05-26 11:29:19 -07:00
Eric Wang
9177556933
fix global variable result issue
2015-05-22 22:48:01 +08:00
Daniel Fernandez
1e57657c2d
Merge pull request #2 from danfern-simi/patch-1
...
Simple grammar fix
2015-05-17 17:16:27 -07:00
Daniel Fernandez
db183120a1
Merge pull request #1 from danfern-simi/patch-2
...
Add space between words
2015-05-17 17:15:42 -07:00
Daniel Fernandez
e1cb602ff2
Add space between words
...
Fixes minor typo.
2015-05-17 17:14:42 -07:00
Daniel Fernandez
b687f2efac
Simple grammar fix
...
Removed "the" before "GitHub" and changed "github" to "GitHub."
2015-05-17 17:12:41 -07:00
Paul Tremberth
6ff52daab5
Add tests and fix js based tokenizer too
2015-05-17 20:19:57 +02:00
Paul Tremberth
252dd3b3ef
Fix tokenizer's bracket pairs' open stack
2015-05-17 19:05:47 +02:00
Richard Lindner
f0ca12475e
JS/HTML: added generated test file for buildcheck
2015-05-06 21:51:31 +02:00
Richard Lindner
6607998f5b
JS/HTML: fix for tests
2015-05-06 20:25:19 +02:00
Richard Lindner
c14d371dce
JS/HTML: test for indent with tabs
2015-05-06 11:29:38 +02:00
Richard Lindner
40ac6c023c
Python/CSSBeautifier: added missing comma
2015-05-06 10:27:59 +02:00
Richard Lindner
720efe8b78
Python/CSSBeautifier: added indent_with_tabs to default options
2015-05-06 10:14:26 +02:00
Richard Lindner
6aa2aea764
Fixes missing tabs option for python implementation of CSS beautifier
2015-05-05 15:35:18 +02:00
Richard Lindner
74b966e959
Fixes issue #587 for javascript implementation
2015-05-03 14:16:38 +02:00
Liam Newman
cb0f3a8dea
Fix test data file formatting
2015-04-08 12:12:25 -07:00
Liam Newman
0dc993e1f2
Update README.md
2015-04-08 12:07:17 -07:00
Liam Newman
d5da0ad780
Make @page pseudo-class format correctly
...
Fixes #661
2015-03-31 17:08:33 -07:00
Liam Newman
d8fe5ac51a
Merge pull request #616 from OneOfOne/master
...
make extra_liners configurable
2015-03-31 15:47:19 -07:00
Liam Newman
2d9460182a
Merge pull request #663 from btjones/typo-fix
...
fix "iff" typo
2015-03-31 15:45:33 -07:00
Brandon Jones
7d6ed565ab
fix "iff" typo
2015-03-30 16:13:20 -04:00
Liam Newman
59e9d045f2
Add "eol" option to support non-newline line endings
...
Note: this is still a bit hacky. There are cases in some constructs where newlines will not be normalized.
We'll address these as people see the need for them. This handles the 90% case.
Fixes #260
2015-03-23 15:11:19 -07:00
Liam Newman
8c3ddc5c64
Additional jsx tests
...
Related to #425
2015-03-16 13:29:32 -07:00
Liam Newman
f8abc1561d
Improve jsx support in e4x
...
Related to #425
2015-03-16 12:53:01 -07:00
Liam Newman
966d63e804
Add e4x/jsx checkbox to webpage
2015-03-16 12:53:01 -07:00
Liam Newman
1fd3ff55de
Fix comma-first checkbox on web
2015-03-16 12:53:01 -07:00
Liam Newman
3b43befd66
Merge pull request #650 from coderhaoxin/doc
...
doc: add end_with_newline option
2015-03-15 13:03:18 -07:00
haoxin
0da3da7198
doc: add end_with_newline option
2015-03-16 02:10:26 +08:00
Liam Newman
cef1712dba
Add tests for multiline handlebar comments
...
Closes #636
2015-03-12 16:42:38 -07:00
Don Walling
be3a07ca36
Treat handlebars comments as unformatted
...
Fixes #635
2015-03-12 16:38:32 -07:00
Liam Newman
5d9e49e590
Allow whitespace in attribute assignment in e4x (reactJS)
...
Also migrated e4x tests to data generated, and added a few more tests
Fixes #646
2015-03-12 16:29:13 -07:00
Liam Newman
c5813e054f
Support handlebar testing in the generated tests
...
This also removes some previous hacks around content testing for handlebars.
2015-03-11 16:44:13 -07:00
Liam Newman
b22d297805
Convert regression tests
2015-03-09 13:21:37 -07:00
Liam Newman
edefb7b9b0
Move more tests to data file
2015-03-08 15:09:42 -07:00
Liam Newman
765a1f9b0c
Update test generator
...
Highlights unchanged input-output tests
Fragment as flag instead of test input field
2015-03-08 13:16:17 -07:00
Chris Thomas
46cf32151a
async function should stay on the same line
...
Fixes #630
Closes #634
2015-03-08 10:32:59 -07:00
Ahmed (OneOfOne) W
2565d5ef61
rebased against master
2015-03-07 04:08:19 +02:00
Ahmed (OneOfOne) W
815941a689
implemented @bitwiseman's notes
2015-03-07 03:42:22 +02:00