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
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
5d7b0e0823
Update CHANGELOG to v0.19.0
2015-01-01 23:35:42 -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
0df6e4734b
See #169 . Add failing test for YAML Front Matter in Markdown.
...
Test is disabled so that Travis CI still marks as successful.
2015-01-01 23:30:54 -04:00
Glavin Wiechert
827adb5d1a
Prepare 0.18.0 release
2015-01-01 17:05:33 -04:00
Glavin Wiechert
6c25be9e2b
Update CHANGELOG for v0.18.0
2015-01-01 17:05:16 -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
31d49c5acf
Update Editor Beautification to use the centralized options manager
2014-12-28 19:17:40 -04:00
Glavin Wiechert
c9ede3d59d
See #18 . Force install of Coffee-Formatter for testing.
2014-12-28 18:59:15 -04:00
Glavin Wiechert
220fc7666d
See #18 . Enable CoffeeScript Tests for Travis CI.
2014-12-28 18:19:50 -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
19c6046cd8
See #18 . Add Gitter Travis CI webhook notifications
2014-12-28 16:33:13 -04:00
Glavin Wiechert
062aecfb8d
See #18 . Disable CPP header test.
2014-12-28 16:29:26 -04:00
Glavin Wiechert
a4bc3fa417
See #18 . Remove packages already bundled with Atom.
2014-12-28 16:27:44 -04:00
Glavin Wiechert
e46001b48f
See #18 . Enable tests for CPP, Python, and SQL.
2014-12-28 16:20:01 -04:00
Glavin Wiechert
314c267d9b
See #18 . Use default config options instead of Atom Editor for specs
2014-12-28 16:18:30 -04:00
Glavin Wiechert
8cbc8741df
See #18 . Enable Markdown tests.
2014-12-28 15:28:41 -04:00
Glavin Wiechert
74e7ab0e06
See #18 . Disable failing tests.
...
Will fix later.
2014-12-28 14:57:53 -04:00