Glavin Wiechert
95530edf2d
Prepare 0.26.0 release
2015-05-03 02:08:17 -03:00
Glavin Wiechert
1fd94e871b
Closes #192 . Add coffee-fmt beautifier for CoffeeScript language
2015-05-03 01:57:17 -03:00
Glavin Wiechert
0a0ba673e8
Closes #176 . Add gofmt beautifier for Golang language
2015-05-03 01:23:29 -03:00
Glavin Wiechert
81fde0c9ea
Closes #209 . Add CSScomb beautifier for CSS/LESS/SCSS/Sass languages.
...
To switch from `JS Beautify` (CSS) or `Pretty Diff` (SCSS/Sass/LESS) to
using `CSScomb`, you will go into Atom Beautify package settings and
find the option for `Language Config - <Your Desired Language: CSS, etc>
- Default Beautifier` and select `CSScomb`.
CSScomb looks for a `.csscomb.json` file in your Atom's first project
directory. If it does not find one, or if importing it fails, it will
fallback to `csscomb` predefined configuration.
2015-05-03 01:01:33 -03:00
Glavin Wiechert
57e3ef4a48
Fixes #283 . Update Coffee-Formatter and add more CoffeeScript tests
2015-05-02 23:07:45 -03:00
Glavin Wiechert
4b5477e07b
Prepare 0.25.0 release
2015-05-02 22:26:41 -03:00
Glavin Wiechert
a30dc62510
See #282 . Fix getLanguages for finding by name and namespace
...
- Was causing "Duplicate option" warnings
2015-05-01 03:53:25 -03:00
Glavin Wiechert
5797b4bb00
Major improvement to tests: display diff of original vs expected
2015-04-29 16:41:57 -03:00
Glavin Wiechert
7432334d08
See #282 . Restructure internal API
...
Done:
- Create base Beautifier class
- All Languages are separate files
- Options are separated for each language
- Beautifiers reference applicable Languages/Options
- Atom Beautify builds and tests can run
- 19 failures out of 34 tests
TODO:
- Render Language Options to Atom Package Settings
- Support for Language fallback option namespaces
- Support for chosing from multiple applicable beautifiers
2015-04-29 04:50:09 -03:00
Glavin Wiechert
4915c38b2a
Prepare 0.24.1 release
2015-04-19 21:49:34 -03:00
Glavin Wiechert
ca39ac08f2
Prepare 0.24.0 release
2015-04-12 12:59:18 -03:00
Glavin Wiechert
868505da0b
Prepare 0.23.4 release
2015-04-07 14:06:07 -03:00
Glavin Wiechert
42e733d1ba
Prepare 0.23.3 release
2015-04-07 14:01:54 -03:00
Glavin Wiechert
712cca71f0
Prepare 0.23.2 release
2015-04-05 09:52:10 -03:00
Glavin Wiechert
0386e385d9
Prepare 0.23.1 release
2015-03-25 14:14:31 -03:00
Glavin Wiechert
31aa5fdf31
Prepare 0.23.0 release
2015-03-20 14:48:27 -03:00
Glavin Wiechert
a10b363884
Prepare 0.22.5 release
2015-03-20 14:06:58 -03:00
Glavin Wiechert
c84f7656aa
Fixes #245 , fixes #180 . Add Preserve new lines support for LESS/SCSS
2015-03-20 14:06:02 -03:00
Glavin Wiechert
347dc81fc6
Prepare 0.22.4 release
2015-03-20 13:34:31 -03:00
Glavin Wiechert
e67425f0f9
Fixes #240 . Change Debug command name to make `beautify editor` first
2015-03-20 13:33:17 -03:00
Glavin Wiechert
41bad3c891
Prepare 0.22.3 release
2015-03-16 10:37:42 -03:00
Glavin Wiechert
62a8667d11
Prepare 0.22.2 release
2015-03-16 02:20:54 -03:00
Glavin Wiechert
a4f57a403f
Update prettydiff dependency to 0.11.0
2015-03-16 02:20:10 -03:00
Glavin Wiechert
3c9db26134
Prepare 0.22.1 release
2015-03-16 01:54:57 -03:00
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
874d281dd6
Closes #237 . Add debugging information command
2015-03-16 01:36:53 -03:00
Glavin Wiechert
77ec0b2e6f
Prepare 0.21.6 release
2015-03-12 13:36:11 -03:00
Glavin Wiechert
fddfd0b027
Prepare 0.21.5 release
2015-03-11 13:18:38 -03:00
Glavin Wiechert
469ca04e17
Prepare 0.21.4 release
2015-03-08 12:52:53 -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
Peter Shin
aa06255e6f
Added support Marko templates.
2015-02-21 12:27:39 -08:00
Glavin Wiechert
6d68b5c7e6
Prepare 0.21.3 release
2015-02-08 22:40:16 -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
Alejandro Paredes Alva
d24a454ef7
Updates to Atoms new API
...
Small changes for the the new API
2015-01-27 11:58:49 +01:00
Glavin Wiechert
9566a49743
Prepare 0.21.2 release
2015-01-06 11:41:53 -04:00
Glavin Wiechert
91798257ce
Prepare 0.21.1 release
2015-01-03 11:37:38 -04:00
Glavin Wiechert
0d20a43538
Prepare 0.21.0 release
2015-01-03 02:24:26 -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
954a78cf6a
Prepare 0.20.2 release
2015-01-02 15:28:51 -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
Glavin Wiechert
e328aca56d
Update CHANGELOG for v0.20.0
2015-01-02 01:08:39 -04:00
Glavin Wiechert
e7a980045d
Closes #169 . Add YAML Front Matter support to Markdown beautification
2015-01-02 00:53:55 -04:00
Glavin Wiechert
20206a654c
Prepare 0.19.0 release
2015-01-01 23:35:56 -04:00
Glavin Wiechert
bd278968b4
Closes #36 . Add right-click beautification of directory (sub-files)
2015-01-01 23:34:04 -04:00
Glavin Wiechert
827adb5d1a
Prepare 0.18.0 release
2015-01-01 17:05:33 -04:00
Glavin Wiechert
dc1e720e90
Fixes #149 . Update prettydiff to fix interpolated text vars in SCSS
2015-01-01 16:54:44 -04:00
Glavin Wiechert
3550280502
Closes #159 , #149 . Update prettydiff to fix LESS and SCSS.
...
- SCSS Interpolated text variables
- LESS &:extend
2015-01-01 15:15:39 -04:00
Glavin Wiechert
259bb7083d
Fixes #168 . Update Coffee-Formatter to fix broken CoffeeScript beautifier
2015-01-01 14:45:45 -04:00
Glavin Wiechert
c9ede3d59d
See #18 . Force install of Coffee-Formatter for testing.
2014-12-28 18:59:15 -04:00
Glavin Wiechert
e678fdf759
See #36 . Add right-click Beautification of single files in Tree view
2014-12-28 18:17:46 -04:00
Glavin Wiechert
fd8c70e9ba
See #159 . Add failing LESS code to test once fix is available.
...
See https://github.com/austincheney/prettydiff/issues/31
fix is not yet available on NPM.
2014-12-27 22:21:38 -04:00
Glavin Wiechert
c9f3bbc8c7
Prepare 0.17.3 release
2014-12-27 19:56:02 -04:00
Glavin Wiechert
ae9ff90435
Prepare 0.17.2 release
2014-12-14 15:57:26 -04:00
Glavin Wiechert
ff4a5a3a71
Fixes #135 . Switch from Git to npm Coffee-Formatter dependency.
2014-12-14 15:47:33 -04:00
Glavin Wiechert
5267b119ad
Prepare 0.17.1 release
2014-11-19 20:42:38 -04:00
Glavin Wiechert
7097bd3c31
Prepare 0.17.0 release
2014-11-16 10:29:29 -04:00
Glavin Wiechert
9413e06609
Prepare 0.16.0 release
2014-11-16 10:04:22 -04:00
Glavin Wiechert
428ebe44f9
Fixes #140 . Update js-beautify dependency to 1.5.4.
2014-11-16 10:00:02 -04:00
Glavin Wiechert
a25ad22a8d
Prepare 0.15.1 release
2014-10-26 16:38:58 -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
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
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
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
0f734aaf47
Prepare 0.13.2 release
2014-09-28 17:32:03 -03:00
Glavin Wiechert
403143e1aa
Prepare 0.13.1 release
2014-09-28 16:37:34 -03:00
Glavin Wiechert
3f64cfc03c
Prepare 0.13.0 release
2014-09-28 16:28:39 -03:00
Glavin Wiechert
cd3656501c
Prepare 0.12.0 release
2014-09-18 01:58:19 -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
Glavin Wiechert
38f71aed07
Prepare 0.11.1 release
2014-09-16 14:00:28 -03:00
Glavin Wiechert
80e1c03885
Closes #96 . Update Pretty-Diff dependency to ^1.2.4
2014-09-16 13:59:00 -03:00
Bengt Lüers
ad662271c1
implement normalizing markdown through pandoc
2014-09-15 23:12:06 +02:00
Glavin Wiechert
30e8ce5971
Prepare 0.11.0 release
2014-09-15 00:15:54 -03:00
Glavin Wiechert
04478b1619
Prepare 0.10.4 release
2014-09-12 14:27:05 -03:00
Glavin Wiechert
d483a438a1
Prepare 0.10.3 release
2014-09-10 17:12:40 -03:00
Glavin Wiechert
2c4202b472
Prepare 0.10.2 release
2014-09-10 16:34:39 -03:00
Glavin Wiechert
3784722068
Prepare 0.10.1 release
2014-09-10 10:29:13 -03:00
Glavin Wiechert
de52acfcf6
Prepare 0.10.0 release
2014-09-09 01:28:37 -03:00
Glavin Wiechert
baf3e49b97
Closes #68 . Support editorconfig files.
2014-09-09 01:26:51 -03:00
Glavin Wiechert
437be294e2
Prepare 0.9.0 release
2014-09-09 00:31:12 -03:00
Glavin Wiechert
d60fec55d7
Prepare 0.8.1 release
2014-09-08 19:12:17 -03:00
Glavin Wiechert
c6a4101893
Fixes #70 . Update Pretty-Diff dep. from ^1.0.23 to ^1.2.1
2014-09-08 19:11:17 -03:00
Glavin Wiechert
cfa6b74e80
Prepare 0.8.0 release
2014-09-08 18:51:21 -03:00
Glavin Wiechert
6652e7f703
Closes #80 . Add HTML Embedded Ruby (ERB) support.
2014-09-08 18:50:54 -03:00
Glavin Wiechert
98d1799a9a
Prepare 0.7.1 release
2014-09-08 16:28:54 -03:00
Glavin Wiechert
e031397ade
Prepare 0.7.0 release
2014-09-08 01:02:55 -03:00
Glavin Wiechert
ffa2249c3e
See #56 . Add Atom-Message-Panel to display Unsupported Language messages
2014-09-08 01:02:23 -03:00
Glavin Wiechert
a3bbd805b9
Prepare 0.6.5 release
2014-09-07 19:42:04 -03:00
Glavin Wiechert
3453841d1c
Prepare 0.6.4 release
2014-09-04 14:49:17 -03:00
Glavin Wiechert
372bc34979
Prepare 0.6.3 release
2014-08-30 15:45:21 -03:00
Glavin Wiechert
09c6770cd2
Closes #60 . Convert package scripts from JavaScript to CoffeeScript.
2014-08-10 18:51:44 -03:00