Commit Graph

548 Commits

Author SHA1 Message Date
Steven Zeck 5444fc1f5b Add contributor to package.json 2017-10-13 23:04:14 -05:00
Malte Brodersen cc08dbd6c6 run docs 2017-10-09 22:09:06 +02:00
Glavin Wiechert f8509fc2ee Update prettydiff to 2.2.7, change UX Markup to xml 2017-10-07 22:00:45 -03:00
Glavin Wiechert 42d4d18404 Merge branch 'prettydiff2' of https://github.com/prettydiff/atom-beautify into prettydiff-prettydiff2 2017-10-07 14:14:31 -03:00
Glavin Wiechert ee0dc5e646 Update docs
Fix #1857 #1860
2017-10-07 12:45:13 -03:00
Glavin Wiechert 6757b26dd8 Prepare 0.30.5 release 2017-08-11 22:23:15 -03:00
kamontat abaf1e76e1 update 2017-07-15 21:38:10 +07:00
kamontat a101ff94a7 update CHANGELOG and package.json 2017-07-15 21:33:22 +07:00
Glavin Wiechert ab25796e8b Prepare 0.30.4 release 2017-07-14 09:43:02 -03:00
Glavin Wiechert a5806abb07 Revert coffeelint dependency to 1.16.0
8b12c5ae08 (commitcomment-23091155)
2017-07-14 09:42:20 -03:00
greenkeeper[bot] 8b12c5ae08 chore(package): update coffeelint to version 1.16.1 2017-07-04 21:25:40 +00:00
Austin Cheney 06dd035041 removing added line from package.json per guidance 2017-07-01 09:54:15 -05:00
Austin Cheney 002b668ca2 adding language-fuse to package.json 2017-06-30 21:27:47 -05:00
Austin Cheney c9f2f1fbd3 still working the prettydiff2 2017-06-30 16:51:06 -05:00
Austin Cheney 9e8f64fc91 adding a necessary missing lib to prettydiff 2017-06-30 11:58:04 -05:00
Austin Cheney dc36110a28 fixing a 1 character typo 2017-06-30 11:43:45 -05:00
Austin Cheney d57c90c2e3 converting prettydiff to prettydiff2 2017-06-30 11:31:34 -05:00
Glavin Wiechert 35e97e0d49 Prepare 0.30.3 release 2017-06-21 22:47:08 -03:00
Glavin Wiechert 4a93f3b4ee Merge branch 'goimports' of https://github.com/tanyadegurechaff/atom-beautify into tanyadegurechaff-goimports 2017-06-21 21:22:03 -03:00
Glavin Wiechert 75e09923ee See #1728. Update Changelog [skip ci] 2017-06-21 20:55:39 -03:00
Glavin Wiechert 75f63293d4 Fixes #1728. Remove Shell-Env from Executable, use Atom's process.env instead
Atom has builtin a fix for the process.env being out of sync with
the user's actual environment variables. It is similar to how Shell-Env works
which Atom-Beautify was using. Now we no longer need it.

However, there is still an issue when running specs. Thus, Atom-Beautify
specs still patch process.env with Shell-Env.
See https://discuss.atom.io/t/specs-do-not-load-shell-environment-variables-activationhooks-core-loaded-shell-environment/44199
for details.
2017-06-21 20:39:40 -03:00
Glavin Wiechert e648acc34e Prepare 0.30.2 release 2017-06-20 00:42:38 -03:00
tanyadegurechaff d2eaba720d Add goimports beautifier for Go language 2017-06-20 01:27:36 +00:00
Glavin Wiechert e1d9da1df5 See #1708. Re-generate documentation for Fortran file extension changes 2017-06-19 22:20:49 -03:00
Glavin Wiechert 4171ad05bc Prepare 0.30.1 release 2017-06-19 02:41:56 -03:00
Glavin Wiechert 070c307bf7 Prepare 0.30.0 release 2017-06-17 16:22:10 -03:00
Glavin Wiechert 996cf91887 Merge branch 'feature/executables' into greenkeeper/initial 2017-06-16 22:53:27 -03:00
Glavin Wiechert a23be4d6d9 Add more dependencies to next-update and greenkeep ignore list 2017-06-16 22:34:21 -03:00
Glavin Wiechert 3909da31ee Update dependencies 2017-06-15 23:39:27 -03:00
Glavin Wiechert 45fa44680f Update dependencies 2017-06-15 23:35:03 -03:00
Glavin Wiechert 02d4c8f404 Switch beautysh to using Executables 2017-06-02 17:33:18 -03:00
greenkeeper[bot] 20ff1c0d3c chore(package): update dependencies 2017-05-29 08:01:42 +00:00
Glavin Wiechert fcc32d3fab Generate config options (i.e. path) for Beautifier's Executables 2017-05-29 01:34:12 -03:00
Glavin Wiechert bc21afd424 Add Executable class to abstract CLI beautifiers 2017-05-28 18:21:10 -03:00
Glavin Wiechert 2c9dc3282a Prepare 0.29.26 release 2017-05-28 02:36:05 -03:00
Glavin Wiechert d9b97b3d88 Merge branch 'add-config-to-xml' of https://github.com/EliJDonahue/atom-beautify into EliJDonahue-add-config-to-xml 2017-05-28 02:28:35 -03:00
Glavin Wiechert 015d78304d See #1603. Update docs 2017-05-28 01:22:22 -03:00
James Power a3821639c9 Update CSSComb to v4.0.1. 2017-05-12 10:36:34 +01:00
Glavin Wiechert 84ad7780a4 Update docs 2017-05-06 17:27:28 -03:00
Glavin Wiechert b4e425688e Prepare 0.29.24 release 2017-05-06 16:53:45 -03:00
Glavin Wiechert 346bf3c1af Close #27. Add commands for beautifying with specific language 2017-05-06 16:32:58 -03:00
Glavin Wiechert 69731d1ead Show Nginx Beautify as preinstalled in docs
See https://github.com/Glavin001/atom-beautify/pull/1494#issuecomment-295617352
2017-04-20 10:17:38 -03:00
Glavin Wiechert 5663e6f903 Prepare 0.29.23 release 2017-04-20 02:58:51 -03:00
Glavin Wiechert 526e3ff426 Remove old Marko test, update marko-prettyprint 2017-04-19 23:16:42 -03:00
Glavin Wiechert dbfc939271 Prepare 0.29.22 release 2017-04-15 22:02:50 -03:00
Glavin Wiechert 48bd5584da See #312. Add align-yaml as YAML beautifier 2017-04-15 21:03:25 -03:00
Glavin Wiechert 9ea040a219 Prepare 0.29.21 release 2017-04-15 19:56:19 -03:00
Glavin Wiechert 7990806008 Merge branch 'master' of github.com:Glavin001/atom-beautify into issue894 2017-04-15 17:16:52 -03:00
Glavin Wiechert 4041918037 Prepare 0.29.20 release 2017-04-15 16:40:46 -03:00
Glavin Wiechert c19a079040 Update docs 2017-04-15 03:42:12 -03:00
Glavin Wiechert 6756b6747d Prepare 0.29.19 release 2017-04-15 03:27:20 -03:00
Glavin Wiechert 22b33d1c91 Merge branch 'master' into master 2017-04-15 03:10:47 -03:00
Glavin Wiechert 0066451ff5 Merge branch 'master' into master 2017-04-15 01:57:31 -03:00
Glavin Wiechert bc58ae9fe6 Merge pull request #1466 from s4l1h/master
Golang template support.
2017-04-15 01:47:58 -03:00
Glavin Wiechert 08ca36e67b Merge branch 'master' into use-local-phpcs-settings 2017-04-15 01:41:03 -03:00
Ben Bodenmiller 3b56c809b6 use tidy-markdown 2.0.3 explicitly
Because 2.0.5 is broken

Related to #1549
2017-04-13 02:24:32 -07:00
Glavin Wiechert 84a81021be Update docs 2017-04-10 04:39:42 -03:00
Glavin Wiechert 9373a63bd4 Prepare 0.29.18 release 2017-04-10 04:20:17 -03:00
Glavin Wiechert b269279010 Merge branch 'master' into master 2017-04-10 03:52:35 -03:00
Glavin Wiechert 80958a02cb Merge pull request #1513 from taylon/eslint
Add ESLint beautifier
2017-04-10 03:40:28 -03:00
Glavin Wiechert ba2198675c Add beautifiers information to README
See https://github.com/Glavin001/atom-beautify/issues/1525#issuecomment-292817161
2017-04-10 02:53:34 -03:00
re6exp 678fc18146 Support for additional wrap attributes options of js-beautify (html): force-aligned and force-expand-multiline. 2017-02-19 10:45:02 +03:00
Taylon Silmer e314fdf099 Add ESLint beautifier 2017-02-13 14:58:31 -02:00
Denys Vitali d9f81e84eb Add nginx keywords 2017-01-30 16:38:35 +01:00
Denys Vitali 1a687b8327 Add contributor 2017-01-30 15:39:06 +01:00
Denys Vitali afee0a47c9 Add support for nginx 2017-01-30 15:38:05 +01:00
Glavin Wiechert cdb52a873d Prepare 0.29.17 release 2017-01-24 22:01:11 -04:00
s4l1h 6f9f36ac4a reverte prettydiff version 1.16.27 2017-01-13 23:21:46 +03:00
s4l1h 40a1a4237a Latest version prettydiff 2017-01-13 14:31:50 +03:00
s4l1h bf91dd2d7a Golang template support added doc. 2017-01-13 01:48:16 +03:00
Glavin Wiechert d6a6fcde94 See #894. WIP no default value for certain Atom-Beautify language options 2017-01-03 02:07:35 -04:00
Glavin Wiechert 1fc3dbb99a See #1327. Add JavaScript to Vue language fallback options 2017-01-02 02:46:52 -04:00
Glavin Wiechert 03279a46c8 Prepare 0.29.16 release 2016-12-30 02:45:22 -04:00
Glavin Wiechert cb052d868b See #1212. Update docs for new hh_format beautifier. 2016-12-30 01:58:15 -04:00
Glavin Wiechert ead7e33df7 Prepare 0.29.15 release 2016-12-29 21:42:14 -04:00
Glavin Wiechert 674c5ca69f Merge branch 'master' into master_bash_beautifier 2016-12-29 19:34:07 -04:00
Glavin Wiechert acfad3f7d0 Merge pull request #1397 from cadenasgmbh/master
Added language support for GLSL via clang-format
2016-12-29 00:17:38 -04:00
Glavin Wiechert 84abff4d13 Prepare 0.29.14 release 2016-12-18 18:04:13 -04:00
Glavin Wiechert 591e51359f Switch debug info command to create new TextEditor instead of Gist 2016-12-18 18:04:01 -04:00
Pascal Häusler 640c71c2b9 Added language support for GLSL via clang-format 2016-12-05 15:05:43 +01:00
guyskk d85bd22bcb add pybeautifier 2016-11-20 09:27:47 +00:00
Daniel Brodin 85d0f19e37 Use local phpcs config file if available. 2016-10-25 10:19:26 +02:00
Eli Donahue ec78815887 Fixed tab v. space formatting error 2016-10-19 14:04:36 -04:00
Eli Donahue 862ec200fc Update changelog and contributors
Updating before pull request, per contribution recommentation in project readme.
2016-10-19 11:00:47 -04:00
Victor Uriarte 0c28d39fe6 Update to new remark api.
Change was documented on v5.0 release

https://github.com/wooorm/remark/commit/8108fe5
2016-10-08 11:57:46 -07:00
quilicicf 93916c3559 🔧 Update install scrtips 2016-09-29 09:40:14 +02:00
Glavin Wiechert e34d1b98a7 Merge branch 'master' of github.com:Glavin001/atom-beautify 2016-09-25 19:46:47 -03:00
Glavin Wiechert 4a9085ecc7 Combine Mac & Linux Travis CI badges in table
[ci skip]
2016-09-25 19:45:21 -03:00
Glavin Wiechert 10263d6bd4 Merge pull request #1221 from Glavin001/greenkeeper-coffee-script-1.11.0
coffee-script@1.11.0 breaks build ⚠️
2016-09-25 19:04:21 -03:00
Glavin Wiechert 2bd38eda6e Merge pull request #1222 from Glavin001/greenkeeper-github-3.1.1
github@3.1.1 breaks build ⚠️
2016-09-25 19:04:01 -03:00
Glavin Wiechert 6c8149d4a0 Prepare 0.29.13 release 2016-09-25 15:34:13 -03:00
Glavin Wiechert db5469b73e Closes #1224, see #1209. Improve error handling of Debug helper 2016-09-25 15:32:33 -03:00
greenkeeperio-bot ff0ccd6c4c chore(package): update github to version 3.1.1
https://greenkeeper.io/
2016-09-24 13:21:39 -03:00
greenkeeperio-bot f4561708c8 chore(package): update coffee-script to version 1.11.0
https://greenkeeper.io/
2016-09-24 09:44:14 -03:00
quilicicf df89047046 🆕 Add beautysh as bash/shell beautifier 2016-09-23 18:59:28 +02:00
greenkeeperio-bot 00b284b278 chore(package): update github to version 3.1.0
https://greenkeeper.io/
2016-09-15 23:08:54 -03:00
Glavin Wiechert a540d7540a Prepare 0.29.12 release 2016-09-15 20:28:27 -03:00
qwemaze b1d023a6fe Add PrettyDiff's bracepadding support 2016-09-15 01:26:46 +05:00
Glavin Wiechert 0f82daa55c Clean up some PR code 2016-09-11 21:14:44 -03:00
Glavin Wiechert 2c57253bd3 Merge branch 'fuse-ux' of https://github.com/louisgv/atom-beautify into louisgv-fuse-ux 2016-09-11 20:59:27 -03:00
Glavin Wiechert 2677454496 Merge branch 'master' into greenkeeper-marko-prettyprint-1.2.0 2016-09-11 20:57:52 -03:00
Glavin Wiechert 16af7f4d9a Merge pull request #1152 from Glavin001/greenkeeper-bluebird-3.4.3
bluebird@3.4.3 breaks build ⚠️
2016-09-11 20:56:50 -03:00
Glavin Wiechert b3d75f3feb Merge branch 'master' into greenkeeper-diff-3.0.0 2016-09-11 20:55:41 -03:00
Glavin Wiechert bc6cc32a09 Merge branch 'master' into greenkeeper-remark-6.0.1 2016-09-11 20:53:29 -03:00
Glavin Wiechert c2ef578774 Merge branch 'master' into greenkeeper-node-dir-0.1.16 2016-09-11 20:52:39 -03:00
Glavin Wiechert 84aa091a38 Merge branch 'language/nunjucks' of https://github.com/rtablada/atom-beautify into rtablada-language/nunjucks 2016-09-11 20:43:21 -03:00
Glavin Wiechert 71041b1189 Merge pull request #1177 from Glavin001/greenkeeper-which-1.2.11
which@1.2.11 breaks build ⚠️
2016-09-11 20:41:16 -03:00
Glavin Wiechert bd111f3940 Merge pull request #1178 from Glavin001/greenkeeper-github-3.0.0
Update github to version 3.0.0 🚀
2016-09-11 20:40:53 -03:00
Glavin Wiechert 1059860943 Merge pull request #1124 from Glavin001/greenkeeper-remark-5.1.0
Update remark to version 5.1.0 🚀
2016-09-11 20:40:22 -03:00
Ryan Tablada a7c4ebb508 docs: generate docs after adding nunjucks 2016-09-11 16:48:16 -05:00
greenkeeperio-bot 6bae8263a2 chore(package): update github to version 3.0.0
https://greenkeeper.io/
2016-09-05 14:41:06 -03:00
greenkeeperio-bot 13a162ae1b chore(package): update which to version 1.2.11
https://greenkeeper.io/
2016-09-05 13:40:47 -03:00
Dan Vingo 9ed56bd351 Add Clojure support using cljfmt 2016-09-03 21:26:54 -04:00
greenkeeperio-bot ba0988068e chore(package): update remark to version 6.0.1
https://greenkeeper.io/
2016-09-03 16:22:04 -03:00
Sebastian DiLorenzo 507a712b39 removing 'r beautifier' line from package.json 2016-09-02 11:28:28 +02:00
Sebastian DiLorenzo f748204e55 deleting r-beautifier folder, changing name of r-beautifier.r to formatR.r, changing name to formatR in index.coffee, generating docs. 2016-09-02 11:15:30 +02:00
Sebastian DiLorenzo 48fa8dd634 fixing merge conflicts 2016-08-29 11:35:41 +02:00
Aidi Stan 722054a47f Update documents by `npm run docs` 2016-08-28 12:45:48 +08:00
Glavin Wiechert 7dbfb7fe7c Prepare 0.29.11 release 2016-08-26 01:33:15 -03:00
Glavin Wiechert f7ddbf1085 Improve and update docs 2016-08-26 01:32:59 -03:00
greenkeeperio-bot 891a0dd259 chore(package): update marko-prettyprint to version 1.2.0
https://greenkeeper.io/
2016-08-25 22:27:09 -03:00
greenkeeperio-bot 05880665c9 chore(package): update bluebird to version 3.4.3
https://greenkeeper.io/
2016-08-25 06:48:06 -03:00
Sebastian DiLorenzo 32daae825f fixed settings and travis missing bracket 2016-08-24 17:05:58 +02:00
greenkeeperio-bot 1feb51b7c2 chore(package): update diff to version 3.0.0
https://greenkeeper.io/
2016-08-24 10:53:57 -03:00
Sebastian DiLorenzo a8ceae0626 Adding travis R install and fixed merge 2016-08-24 12:06:56 +02:00
Glavin Wiechert 94fc58dc5d Merge pull request #1127 from emileber/json-warning
Added notification for both YAML and JSON .jsbeautifyrc parse error
2016-08-22 09:44:32 -03:00
Glavin Wiechert 3310941ad7 Merge pull request #1121 from Glavin001/greenkeeper-event-kit-2.1.0
event-kit@2.1.0 breaks build ⚠️
2016-08-22 09:42:40 -03:00
greenkeeperio-bot befe0a6828 chore(package): update node-dir to version 0.1.16
https://greenkeeper.io/
2016-08-22 09:42:38 -03:00
greenkeeperio-bot 95f8235c3d chore(package): update remark to version 5.1.0
https://greenkeeper.io/
2016-08-22 09:42:38 -03:00
Louis G. Vichy 848762df61 Added self as contributor 2016-08-13 04:34:49 -04:00
Sebastian DiLorenzo 2c6d6b613b afaik a working version of atom-beautify with r language implemented! Includes examples 2016-08-10 15:00:38 +02:00
Sebastian DiLorenzo 0374217846 small readme changes 2016-08-10 10:42:36 +02:00
ebergeron ac11278bf4 Added notification for both YAML and JSON .jsbeautifyrc parse error 2016-08-09 22:40:32 -04:00
Sebastian DiLorenzo 1bc8d13f93 first try adding r to atom-beautify 2016-08-09 16:06:26 +02:00
greenkeeperio-bot 34e8f50a5c chore(package): update event-kit to version 2.1.0
https://greenkeeper.io/
2016-08-08 14:12:44 -04:00
greenkeeperio-bot 64478094ff chore(package): update lodash to version 4.14.2
https://greenkeeper.io/
2016-08-08 11:45:52 -04:00
greenkeeperio-bot 6ee0a34718 chore(package): update lodash to version 4.14.1
https://greenkeeper.io/
2016-07-29 11:58:32 -03:00
greenkeeperio-bot 6e16aca1d2 chore(package): update github to version 2.4.0
https://greenkeeper.io/
2016-07-28 17:58:50 -03:00
greenkeeperio-bot 91ce226a58 chore(package): update github to version 2.3.0
https://greenkeeper.io/
2016-07-24 18:34:11 -03:00
greenkeeperio-bot f0b4527682 chore(package): update lodash to version 4.14.0
https://greenkeeper.io/
2016-07-24 15:50:20 -03:00
greenkeeperio-bot 1c179a0118 chore(package): update async to version 2.0.1
https://greenkeeper.io/
2016-07-22 17:44:08 -03:00
Glavin Wiechert fd1a5cba50 Close #1083. Add table of supported Operating Systems 2016-07-22 11:27:47 -03:00
greenkeeperio-bot 13933f79c8 chore(package): update universal-analytics to version 0.4.2
https://greenkeeper.io/
2016-07-22 03:04:51 -03:00
Glavin Wiechert 4faa7226f7 Prepare 0.29.10 release 2016-07-19 01:20:10 -03:00
Glavin Wiechert 0212f49c83 Close #1061. Help Debug Editor command creates Gist (no Clipboard) 2016-07-19 01:17:21 -03:00
Glavin Wiechert 9ae1b4c8d0 Merge pull request #1065 from Glavin001/greenkeeper-jscs-3.0.7
jscs@3.0.7 breaks build ⚠️
2016-07-16 10:41:26 -03:00
greenkeeperio-bot 1c84e334db chore(package): update typescript-formatter to version 2.3.0
https://greenkeeper.io/
2016-07-16 03:31:03 -03:00
greenkeeperio-bot 792a1cfa7e chore(package): update jscs to version 3.0.7
https://greenkeeper.io/
2016-07-13 21:39:33 -03:00
greenkeeperio-bot 698572e53e chore(package): update async to version 2.0.0
https://greenkeeper.io/
2016-07-12 21:28:57 -03:00
Arman Yessenamanov 5b2e0a1ab3 Fix phpcbf hanging issue by closing stdin 2016-07-11 19:58:59 +06:00