Commit Graph

471 Commits

Author SHA1 Message Date
Steven Zeck aefb7794d6 Add new language tsx, add tsx support to typescript-formatter 2018-01-30 17:35:23 -06:00
Steven Zeck 2ef6dbbabb Update typescript-formatter 2018-01-21 23:05:51 -06:00
Glavin Wiechert 0ba7fc5817 Prepare 0.30.9 release 2017-11-22 10:52:23 -04:00
Glavin Wiechert 03c2a03cb1 Change repository to using git instead of https 2017-11-22 10:51:59 -04:00
Glavin Wiechert 1b223e3e4c Prepare 0.30.8 release 2017-11-22 10:17:21 -04:00
Glavin Wiechert b86c2bec48 Revert to v0.30.7 2017-11-22 10:17:11 -04:00
Glavin Wiechert ef35eec706 Prepare 0.30.9 release 2017-11-22 10:12:58 -04:00
Glavin Wiechert ffc94e92ba Prepare 0.30.8 release 2017-11-22 10:11:40 -04:00
Glavin Wiechert 386924e59f Revert to v0.30.7 2017-11-22 10:11:31 -04:00
Glavin Wiechert 948671fe8a Prepare 0.30.12 release 2017-11-22 10:07:25 -04:00
Glavin Wiechert b806475d9f Prepare 0.30.11 release 2017-11-22 10:03:36 -04:00
Glavin Wiechert 5e8ee37b07 Prepare 0.30.10 release 2017-11-22 10:00:29 -04:00
Glavin Wiechert fafd8c2991 Prepare 0.30.9 release 2017-11-22 09:59:03 -04:00
Glavin Wiechert 56d1f48bad Prepare 0.30.8 release 2017-11-22 09:58:33 -04:00
Glavin Wiechert 2690d2665b Prepare 0.30.7 release 2017-11-21 23:20:57 -04:00
Glavin Wiechert e167e6881a Revert to v0.30.6 2017-11-21 23:20:49 -04:00
Glavin Wiechert 2c87c50f2f Prepare 0.30.7 release 2017-11-21 23:15:42 -04:00
Glavin Wiechert 8eee55bf2d Revert to v0.30.6 2017-11-21 23:15:30 -04:00
Glavin Wiechert 6043983c70 0.30.7 2017-11-21 23:14:53 -04:00
Steven Zeck a5c5d339a5 Refactor handleSaveEvent to use onWillSave async (#1924)
* Update handleSaveEvent to use onWillSave and refactor

* Remove old handleSaveEvent function

* Specify minimum version of Atom of 1.21.0
2017-11-21 23:08:06 -04:00
Glavin Wiechert 78db075f83 Prepare 0.30.6 release 2017-10-30 02:01:39 -03:00
Steven Zeck 11f54a3e7c
Merge branch 'master' into terraform-support 2017-10-29 17:17:01 -05:00
Steven Zeck 4522232642 Add Settings option to Atom Beautify menu to access package settings 2017-10-18 18:44:52 -05:00
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