Glavin Wiechert
f0ed7ac5ad
Merge pull request #141 from MetaMemoryT/disable-languages-option
...
disable beautification of specific languages
2014-11-16 10:17:49 -04:00
Glavin Wiechert
ba7d9ce799
Merge pull request #139 from wok/master
...
Add support for HTML (Rails) and Ruby on Rails grammar
2014-11-16 10:15:18 -04:00
Glavin Wiechert
9413e06609
Prepare 0.16.0 release
2014-11-16 10:04:22 -04:00
Glavin Wiechert
2c4bf9828b
Update CHANGELOG to v0.16.0
2014-11-16 10:04:05 -04:00
Glavin Wiechert
31390e0a74
Merge branch 'master' of github.com:Glavin001/atom-beautify
2014-11-16 10:00:28 -04:00
Glavin Wiechert
428ebe44f9
Fixes #140 . Update js-beautify dependency to 1.5.4.
2014-11-16 10:00:02 -04:00
Sean Usick
18b04595e5
disable beautification of specific languages
...
Created option to disable beautification of specific languages. This is
useful when a particular language formatter is broken, but you still
want beautifyEntireFileOnSave for other languages.
2014-11-15 18:24:33 -06:00
Glavin Wiechert
8d76336b77
Merge pull request #138 from biffen/perltidy
...
Add Perl support (using perltidy).
Closes #33 .
2014-11-12 10:52:13 -04:00
Wolfgang Kölbl
e828a62fd1
Add support for HTML (Rails) and Ruby on Rails grammer
2014-11-07 09:46:10 +02:00
Theo Willows
362d1a9d93
Added a test Perl file
2014-11-05 22:35:15 +01:00
Theo Willows
f64d2bae20
Perl support (using perltidy) (see Glavin001/atom-beautify#33 )
2014-11-05 13:46:06 +01:00
Glavin Wiechert
a25ad22a8d
Prepare 0.15.1 release
2014-10-26 16:38:58 -03:00
Glavin Wiechert
5e2fbffbc7
Update CHANGELOG for v0.15.1
2014-10-26 16:38:43 -03:00
Glavin Wiechert
dda313fbfe
Fixes #103 . BeautifyEntireFileOnSave only applies when saving
2014-10-26 16:35:59 -03:00
Glavin Wiechert
9ec22bf43f
Prepare 0.15.0 release
2014-10-26 16:17:57 -03:00
Glavin Wiechert
b699143c0a
Update CHANGELOG, README, and package info for v0.15.0
...
See #127 , #123 .
2014-10-26 16:17:09 -03:00
Glavin Wiechert
ecbbbaec29
Closes #123 . Add Mustache support.
2014-10-26 16:11:44 -03:00
Glavin Wiechert
7e5562aecd
Prepare 0.14.1 release
2014-10-21 15:35:35 -03:00
Glavin Wiechert
c0ee2bed96
Closes #127 . Increase startup time by using ActivationEvents
2014-10-21 15:35:08 -03:00
Glavin Wiechert
38a198c8e3
Prepare 0.14.0 release
2014-10-16 21:47:27 -03:00
Glavin Wiechert
ccd9247ac6
Update CHANGELOG to v0.14.0
2014-10-16 21:47:10 -03:00
Glavin Wiechert
405da30c6f
Merge branch 'ewgenius-master'
2014-10-16 21:42:07 -03:00
Glavin Wiechert
80701cf2cd
See #49 . Add unformatted TypeScript example.
2014-10-16 21:40:44 -03:00
ewgenius
dcc9e2d3b5
Add TypeScript support
2014-10-14 11:09:38 +04:00
Glavin Wiechert
6013e7eddc
Prepare 0.13.4 release
2014-10-05 13:23:25 -03:00
Glavin Wiechert
120315f90d
Fixes #110 . Fixes Handlebars missing beautification
...
When converting JavaScript to CoffeeScript the case for Handlebars
did not fallback to the HTML case.
2014-10-05 13:20:15 -03:00
Glavin Wiechert
9d52c30cdd
Prepare 0.13.3 release
2014-10-05 10:18:59 -03:00
Glavin Wiechert
fbc58a648d
See #113 , #114 , #115 , Attempt to resolve Unsafe-Eval error
2014-10-05 10:15:57 -03:00
Glavin Wiechert
3fa4aa292f
See #106 . Add another example PHP script.
2014-10-05 09:51:24 -03:00
Glavin Wiechert
0f734aaf47
Prepare 0.13.2 release
2014-09-28 17:32:03 -03:00
Glavin Wiechert
bbe1d5d8d2
Add IssueStats badges.
...
See http://issuestats.com/github/glavin001/atom-beautify
2014-09-28 17:31:40 -03:00
Glavin Wiechert
095d2263a7
Update CHANGELOG for v0.13.2
2014-09-28 17:30:48 -03:00
Glavin Wiechert
ccc8802f36
Fixes #96 . Fix support for Alphasort option for LESS/SCSS properties
2014-09-28 17:28:51 -03:00
Glavin Wiechert
403143e1aa
Prepare 0.13.1 release
2014-09-28 16:37:34 -03:00
Glavin Wiechert
d8618fdcaf
Update CHANGELOG to v0.13.1
2014-09-28 16:37:15 -03:00
Glavin Wiechert
7e828be199
Fixes #102 . Fix error when beautifying Python using custom autopep8 path
...
Credit goes to @thedadams for creating issue
https://github.com/Glavin001/atom-beautify/issues/102
with solution.
2014-09-28 16:33:23 -03:00
Glavin Wiechert
3f64cfc03c
Prepare 0.13.0 release
2014-09-28 16:28:39 -03:00
Glavin Wiechert
f1fe4567d9
Update CHANGELOG to v0.13.0
2014-09-28 16:28:18 -03:00
Glavin Wiechert
9542e55833
Merge branch 'master' of github.com:Glavin001/atom-beautify
2014-09-28 16:23:17 -03:00
Glavin Wiechert
79fcdd9111
Closes #105 . Add options to mute errors.
...
New options:
- muteUnsupportedLanguageErrors
- muteAllErrors
2014-09-28 16:22:29 -03:00
Glavin Wiechert
251b868420
Merge pull request #97 from Bengt/patch-1
...
add simple example of ill-indented Markdown
2014-09-18 10:39:42 -03:00
Glavin Wiechert
5e18bd8bf2
Merge pull request #98 from Bengt/patch-2
...
Add nested example of ill-indented Markdown
2014-09-18 10:38:52 -03:00
Glavin Wiechert
184520004a
Merge pull request #99 from Bengt/patch-3
...
add note on Markdown support
2014-09-18 10:38:21 -03:00
Bengt Lüers
950802c64b
add note on Markdown support
2014-09-18 15:28:14 +02:00
Bengt Lüers
3edc155279
Add nested example of ill-indented Markdown
2014-09-18 15:19:37 +02:00
Bengt Lüers
bff9b440d6
add simple example of ill-indented Markdown
2014-09-18 15:17:34 +02:00
Glavin Wiechert
cd3656501c
Prepare 0.12.0 release
2014-09-18 01:58:19 -03:00
Glavin Wiechert
bffbc4e53c
Update CHANGELOG for v0.12.0.
2014-09-18 01:57:42 -03:00
Glavin Wiechert
1b37444c46
Merge branch 'Bengt-markdown-pandoc'
2014-09-18 01:53:00 -03:00
Glavin Wiechert
05480f3a44
Merge branch 'markdown-pandoc' of https://github.com/Bengt/atom-beautify into Bengt-markdown-pandoc
2014-09-18 01:48:58 -03:00