Glavin Wiechert
bc14c04f84
Closes #235 . Add tilda (~) support for Uncrustify config paths
2015-03-16 01:54:27 -03:00
Glavin Wiechert
7ea50c6131
Prepare 0.22.0 release
2015-03-16 01:39:16 -03:00
Glavin Wiechert
e527b6756d
Merge branch 'master' of github.com:Glavin001/atom-beautify
2015-03-16 01:37:50 -03:00
Glavin Wiechert
874d281dd6
Closes #237 . Add debugging information command
2015-03-16 01:36:53 -03:00
Glavin Wiechert
daf3230119
Add donation information
2015-03-15 22:46:31 -03:00
Glavin Wiechert
77ec0b2e6f
Prepare 0.21.6 release
2015-03-12 13:36:11 -03:00
Glavin Wiechert
94322648b9
Closes #230 . Add ASP.NET Web Forms and User Controls support.
2015-03-12 13:35:21 -03:00
Glavin Wiechert
4a3045b3eb
Fixes #232 . Add option for htmlbeautifier path
2015-03-12 13:33:27 -03:00
Glavin Wiechert
fddfd0b027
Prepare 0.21.5 release
2015-03-11 13:18:38 -03:00
Glavin Wiechert
f4b29167f1
See #213 . Disable `Beautify Directory` menu option.
2015-03-11 13:18:06 -03:00
Glavin Wiechert
469ca04e17
Prepare 0.21.4 release
2015-03-08 12:52:53 -03:00
Glavin Wiechert
a475a507e5
Add commit link to v0.21.4 CHANGELOG
2015-03-08 12:52:19 -03:00
Glavin Wiechert
09c13fa044
Merge pull request #228 from filipesilva/master
...
Update options for js-beautify
2015-03-08 12:35:23 -03:00
Filipe Silva
7d8dc10310
Unbumped package.json
2015-03-08 10:46:59 +00:00
filipesilva
fdd1668c20
Updated options for js-beautify
2015-03-07 21:55:52 +00:00
Glavin Wiechert
5067eee2ef
Merge pull request #219 from peterdotjs/master
...
Add support for Marko templates.
2015-02-21 17:34:50 -04:00
Peter Shin
8d870d0a25
Correcting new line.
2015-02-21 13:10:37 -08:00
Peter Shin
893ab473da
Updated README with marko info.
2015-02-21 12:33:41 -08:00
Peter Shin
aa06255e6f
Added support Marko templates.
2015-02-21 12:27:39 -08:00
Glavin Wiechert
42382c0e56
Update CHANGELOG to v0.21.3
2015-02-08 22:42:43 -04:00
Glavin Wiechert
6d68b5c7e6
Prepare 0.21.3 release
2015-02-08 22:40:16 -04:00
Glavin Wiechert
182e776f2d
Update CHANGELOG to v0.21.2
2015-02-08 22:39:46 -04:00
Glavin Wiechert
fc376b860e
Disable failing Python beautify test.
2015-02-08 22:22:50 -04:00
Glavin Wiechert
df4d987072
Update Travis CI build script.
2015-02-08 22:10:46 -04:00
Glavin Wiechert
c916f51650
Disable failing Uncrustify tests for C and C++
2015-02-08 21:53:45 -04:00
Glavin Wiechert
c12c8c27a2
Merge branch 'aparedes-master'
2015-02-02 12:43:26 -04:00
Glavin Wiechert
e61c5f1da4
Fix incorrectly named directory for Stylesheets.
2015-02-02 12:42:33 -04:00
Glavin Wiechert
dedecf8cff
Merge branch 'master' of git://github.com/aparedes/atom-beautify into aparedes-master
2015-02-02 12:32:06 -04:00
Glavin Wiechert
a50c5a3c4c
Clean up LESS/SCSS Unit Tests and update Prettydiff
...
Fixes #181 and fixes #180 .
2015-02-02 12:26:40 -04:00
Glavin Wiechert
617317afcc
Merge pull request #193 from tcarlsen/patch-1
...
Update selectors to the new Atom API
2015-02-02 10:45:00 -04:00
Alejandro Paredes Alva
d24a454ef7
Updates to Atoms new API
...
Small changes for the the new API
2015-01-27 11:58:49 +01:00
Thomas Carlsen
d2ad4ccbfe
updating selectors to the new atom API
...
atom-beautify
menus/atom-beautify.cson
Use the `atom-workspace` tag instead of the `workspace` class.
Use the `atom-text-editor` tag instead of the `editor` class.
2015-01-26 14:50:25 +01:00
Glavin Wiechert
9566a49743
Prepare 0.21.2 release
2015-01-06 11:41:53 -04:00
Glavin Wiechert
9a5eda156e
Update changelog to v0.21.1
2015-01-06 11:41:36 -04:00
Glavin Wiechert
5aaeae4cc7
Fixes #177 . Update keybinding to beautify:beautify-editor
2015-01-06 11:40:02 -04:00
Glavin Wiechert
91798257ce
Prepare 0.21.1 release
2015-01-03 11:37:38 -04:00
Glavin Wiechert
c110ca72a4
Fixes #173 . Remove @ prefix from showError call
2015-01-03 11:36:34 -04:00
Glavin Wiechert
0d20a43538
Prepare 0.21.0 release
2015-01-03 02:24:26 -04:00
Glavin Wiechert
7f115a5675
Update CHANGELOG to v0.21.0
2015-01-03 02:23:58 -04:00
Glavin Wiechert
0b20005e9a
See #169 . Fix Markdown YAML Front Matter Test 2
...
My local pandoc was not the same as Travis CI's
and so my beautifications were always different and tests would not
match. I used `brew install pandoc` and am now in sync at v1.13.2
2015-01-03 02:10:28 -04:00
Glavin Wiechert
eb1471d23b
Closes #172 , #146 . Update to new Atom Config API.
...
What's new:
- Add settings descriptions
- Update options for js-beautify (JS, CSS, HTML)
- Update Spec to support new changes
2015-01-03 01:58:52 -04:00
Glavin Wiechert
a2292201a3
Remove newline in expected output for Markdown YAML Front Matter test 2
...
Fixes https://travis-ci.org/Glavin001/atom-beautify/builds/45710683
2015-01-02 16:18:43 -04:00
Glavin Wiechert
954a78cf6a
Prepare 0.20.2 release
2015-01-02 15:28:51 -04:00
Glavin Wiechert
c857a9eba4
Update CHANGELOG to v0.20.2
2015-01-02 15:28:34 -04:00
Glavin Wiechert
c4c847948d
Fixes #171 . Fix typo for CSS indent_char
2015-01-02 15:09:54 -04:00
Glavin Wiechert
bddf667c82
See #171 , #169 . Add more tests for CSS & Markdown w/ YAML Front Matter
2015-01-02 15:01:07 -04:00
Glavin Wiechert
6e708a8922
Closes #166 . Add check for an Active Editor when beautifying
2015-01-02 14:41:37 -04:00
Glavin Wiechert
39d1e945a3
Prepare 0.20.1 release
2015-01-02 01:31:09 -04:00
Glavin Wiechert
f280469e77
Fixes #169 . Remove JS-Yaml and use YAML-Front-Matter, resolving conflict
2015-01-02 01:30:24 -04:00
Glavin Wiechert
e507701d13
Prepare 0.20.0 release
2015-01-02 01:09:00 -04:00