Commit Graph

1812 Commits

Author SHA1 Message Date
呼啸随风 b97f106537
Update test.lua 2018-03-08 15:14:04 +08:00
hxsf b99527a349 fix #1790 2018-03-05 10:53:18 +08:00
Glavin Wiechert bf971abc7f
Merge pull request #2063 from joaomlneto/patch-1
Fix package.json repository.url; fix travis build
2018-03-04 11:00:13 -04:00
João Neto 22ba792723 revert explicit npm version, fix pretest script 2018-03-04 09:25:12 +00:00
João Neto 280d803358 changelog 2018-03-04 00:51:01 +00:00
João Neto a766cbc34b remove coffee-formatter, added coffeelint on test 2018-03-03 20:38:58 +00:00
João Neto ffe5f5fa9a Merge remote-tracking branch 'upstream/master' into patch-1 2018-03-03 20:10:51 +00:00
João Neto 6aa51fdf78 Bump NPM version in Travis
Got issue with npm on pull request #2063
Fix is to use npm >=5.6 (issue npm/npm#17858)
2018-03-03 20:09:21 +00:00
Glavin Wiechert 386601934b
Merge pull request #2060 from kachkaev/upgrade-prettier-to-1.11
Upgrade prettier to 1.11
2018-03-03 15:51:37 -04:00
Alexander Kachkaev bba9616300
Mention Prettier 1.11 in CHANGELOG 2018-03-03 08:49:24 +00:00
João Neto b54ce54a5d
package.json repository: fix shorthand github 2018-03-02 23:57:35 +00:00
João Neto e774fffd9c
Fix repository.url format 2018-03-02 23:47:16 +00:00
Steven Zeck ef5a1b1f4b
Add link to issue listed in changes 2018-03-02 12:46:42 -06:00
Glavin Wiechert b6fa68bf08
Merge pull request #2061 from szeck87/disable-gn-verilog
Disable gn and verilog CI tests for now
2018-03-02 14:12:32 -04:00
Steven Zeck 4cd81a388d
Disable gn and verilog CI tests for now 2018-03-02 11:53:38 -06:00
Alexander Kachkaev 7c4d09781c
Update package-lock.json following the upgrade of Prettier 2018-03-02 07:15:34 +00:00
Alexander Kachkaev bddad381c5
Upgrade prettier to 1.11.1
Changelog: https://github.com/prettier/prettier/blob/master/CHANGELOG.md
1.11 blog post: https://prettier.io/blog/2018/02/26/1.11.0.html
2018-03-02 07:15:06 +00:00
Glavin Wiechert e22a895d1b Change v0.31.0 to v0.32.0 in CHANGELOG, accidentally bumped version twice 2018-03-02 00:33:51 -04:00
Glavin Wiechert a00dd4cf6d Prepare 0.32.0 release 2018-03-02 00:32:06 -04:00
Glavin Wiechert 8f8d93993a Prepare 0.31.0 release 2018-03-02 00:30:56 -04:00
Glavin Wiechert 6873a9b3b0 Revert version to 0.30.9, let apm bump version 2018-03-02 00:30:43 -04:00
Glavin Wiechert 52a18ec9f6 Update CHANGELOG 2018-03-02 00:29:58 -04:00
Glavin Wiechert fe9f0b49e2 0.31.0 2018-03-02 00:29:09 -04:00
Glavin Wiechert 436a9998df
Merge pull request #2057 from Glavin001/greenkeeper/yaml-front-matter-3.4.1
Update yaml-front-matter to the latest version 🚀
2018-03-02 00:13:13 -04:00
Glavin Wiechert f98ba7f911 Merge branch 'greenkeeper/coffeelint-2.1.0' 2018-03-02 00:12:28 -04:00
Glavin Wiechert b96c9a066e Add package-lock.json file 2018-03-02 00:12:19 -04:00
Glavin Wiechert 19ccdafc18 Update code docs 2018-03-02 00:11:16 -04:00
Glavin Wiechert c9069875c9 Fix linting errors, remove message-view file 2018-03-02 00:08:28 -04:00
Glavin Wiechert a019ff545a Merge branch 'master' into greenkeeper/coffeelint-2.1.0 2018-03-01 23:52:18 -04:00
Glavin Wiechert bd04d75888 Merge branch 'master' of github.com:Glavin001/atom-beautify 2018-03-01 23:49:28 -04:00
Glavin Wiechert 4a2be78a71 Merge branch 'range3-add-vue-support-to-eslint' 2018-03-01 23:49:23 -04:00
Glavin Wiechert b1f50f1e92 See #2026 #2033. Add note about eslint-plugin-vue to CHANGELOG 2018-03-01 23:49:15 -04:00
Glavin Wiechert ce74fe0a37 Merge branch 'add-vue-support-to-eslint' of https://github.com/range3/atom-beautify into range3-add-vue-support-to-eslint 2018-03-01 23:48:23 -04:00
Glavin Wiechert d84d44c0a0
Merge pull request #2024 from szeck87/coffeescript-update
Change from coffee-script to coffeescript for npm package
2018-03-01 23:35:09 -04:00
Glavin Wiechert 9fca1386d5
Merge pull request #2019 from szeck87/uuid-prepublish
Change node-uuid to uuid, prepublish to prepare
2018-03-01 23:33:57 -04:00
Glavin Wiechert ae3ef9c7a8
Merge branch 'master' into uuid-prepublish 2018-03-01 23:33:42 -04:00
Glavin Wiechert 33d98ed587 Merge branch 'JackTreble-fix-beautify-file-option-for-lua-files' 2018-03-01 23:30:26 -04:00
Glavin Wiechert ae7372d89b Fix #2014. Improve Lua beautifier indentation 2018-03-01 23:30:12 -04:00
Glavin Wiechert 14b5d6c31e Remove package-lock.json 2018-03-01 23:22:58 -04:00
Glavin Wiechert e979422c51 Merge branch 'fix-beautify-file-option-for-lua-files' of https://github.com/JackTreble/atom-beautify into JackTreble-fix-beautify-file-option-for-lua-files 2018-03-01 23:22:34 -04:00
Glavin Wiechert 4e2476f4f0 Merge branch 'kachkaev-remark-by-default' 2018-03-01 22:39:43 -04:00
Glavin Wiechert 02098d6c7a Merge branch 'remark-by-default' of https://github.com/kachkaev/atom-beautify into kachkaev-remark-by-default 2018-03-01 22:39:35 -04:00
Glavin Wiechert 40374599ce Merge branch 'samogot-gn' 2018-03-01 21:54:51 -04:00
Glavin Wiechert 1e80a3553d Merge branch 'gn' of https://github.com/samogot/atom-beautify into samogot-gn 2018-03-01 21:54:31 -04:00
Glavin Wiechert 175137fd9a Merge branch 'Lawstorant-master' 2018-03-01 21:26:19 -04:00
Glavin Wiechert 111e3756b3 See #1959, #1951. Add indent_with_tabs to Bash language (replaces use_tabs) 2018-03-01 21:26:08 -04:00
Glavin Wiechert a9d3a0cce6 Merge branch 'master' of https://github.com/Lawstorant/atom-beautify into Lawstorant-master 2018-03-01 21:22:29 -04:00
Glavin Wiechert 854d1b201d See #1980. Add VHDL beautifier to CHANGELOG 2018-03-01 21:12:38 -04:00
Glavin Wiechert a616d664a1 Merge branch 'g0t00-master' 2018-03-01 21:11:10 -04:00
Glavin Wiechert c8e5baf53f See #1980. Improve VHDL beautifier based on PR review 2018-03-01 21:10:48 -04:00