aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-05Updating README information in regards to fallback to older versions1.0.0-alphamitermayer
- We now made `release/1.x` default branch and added message to users to enable them to fallback to older branch
2020-02-05Merge pull request #175 from prettier/release/1.xMitermayer Reis
Release/1.x
2020-02-05Merge branch 'master' into release/1.xmitermayer
2020-02-05release/1.x - Bringing back filetype definitionsmitermayer
2020-01-08Merge pull request #212 from atomdmac/toggle-autoformat-by-configMitermayer Reis
Toggle the autoformat setting based on config file presence.
2019-11-18Merge pull request #217 from hankchiutw/161-safe-condition-check-ftpluginMitermayer Reis
Use `get()` to check `g:prettier#autoformat` safely in ftplugin
2019-11-06Use `get()` to check `g:prettier#autoformat` safely in ftpluginhank
Due to the fact that `plugin` will be loaded after `ftplugin`(http://vimdoc.sourceforge.net/htmldoc/filetype.html#ftplugin-overrule), even we set `g:prettier#autoformat` in plugin/prettier.vim, it's treated as undefined in ftplugin/*.vim. This happened when using `vim-pathogen`.
2019-10-13Clarify that autoformat will be overridden by config_presentAtom Mac
2019-10-13Fix linting issue: autoloaded func needed 'abort'Atom Mac
2019-10-12Add autoformat_config_* options to READMEAtom Mac
2019-10-09Update documentation to include autoformat_config_* options.Adam Macumber
2019-10-09Toggle the autoformat setting based on config file presence.Adam Macumber
2019-09-13Merge pull request #208 from prettier/making-auto-format-disabled-by-defaultMitermayer Reis
making-auto-format-disabled-by-default - Making autoformat disabled by
2019-09-14making-auto-format-disabled-by-default - Updating comment descriptionmitermayer
- updating comment description to match new behaviour
2019-09-14making-auto-format-disabled-by-default - Making autoformat disabled bymitermayer
default - This is a breaking change as on versions 0.x autoformat was enabled by default. This should ensure users dont need to disable autoformat anymore in their vimrc
2019-09-13Merge pull request #207 from prettier/issues/184-fixing-undo-stepMitermayer Reis
Issues/184 fixing undo step
2019-09-14issues/184-fixing-undo-step - fixing lintingmitermayer
2019-09-14issues/184-fixing-undo-step - Ensuring that autoformat does not getsmitermayer
trigger autoformat
2019-09-14issues/184-fixing-undo-step - Fixing undo stepmitermayer
- in order to bypass vimdefaults we can fake a change prior to formatting and merging that back to undostack operation
2019-09-14issues/184-fixing-undo-step - Writting should not trigger autocomandsmitermayer
- when formatting files we should not trigger auto commands
2019-09-13Merge pull request #206 from prettier/issues/184-fixing-undo-stepMitermayer Reis
Adding support for require-pragma and depracting previous naive implemenation
2019-09-13issues/184-fixing-undo-step - Removing previous naive implementation ofmitermayer
requirePragma - This commit ensures that we use `prettier` default way to identify pragmas for the auto save and remove our previous naive implementation
2019-09-12issues/184-fixing-undo-step - Adding support for require-pragmamitermayer
- Our previous undo implementation tried to be naive on implementing require-pragma, and created some undo bugs due to it. This diff enables us to use the prettier upstream support for require-pragma - On subsequent PR's we will completetly phase out the previous undo implementation in favour to this one in order to fix bug https://github.com/prettier/vim-prettier/issues/184
2019-08-30Merge pull request #203 from prettier/moving-build-to-make-fileMitermayer Reis
moving-build-to-make-file - Adding build file
2019-08-31moving-build-to-make-file - Adding build filemitermayer
- Adding Makefile - Updating travis to use Makefile - removing run script
2019-08-30Updating changelogmitermayer
- this updates the changelog for the previous last legacy release
2019-08-30Updating changelogmitermayer
- this updates the changelog for the previous last legacy release
2019-08-30Merge pull request #201 from prettier/enabling-tests-to-auto-run-on-ciMitermayer Reis
enabling-tests-on-ci - Enabling tests as part of the CI run
2019-08-31enabling-tests-to-auto-run-on-ci - Enabling newly fixed docker imagemitermayer
- Docker image is now ready to be tested
2019-08-31enabling-tests-to-auto-run-on-ci - Updating docker containermitermayer
- Updating Dockerfile to ensure we have a compatible vim version to vim-driver
2019-08-30enabling-tests-to-auto-run-on-ci - broken commandmitermayer
- the command is broken, but now we are able to reproduce the same output as in travis
2019-08-30Removing the version printermitermayer
2019-08-30enabling-tests-to-auto-run-on-ci - fixing test execution runmitermayer
- fix test execution command and docker image ref
2019-08-30enabling-tests-to-auto-run-on-ci - printing vim version prior to runningmitermayer
tests - printing vim version prior to running tests for debugging purposes
2019-08-30enabling-tests-to-auto-run-on-ci - Updating jest timeout for functionsmitermayer
- testing if the reason why things are failing is due to timeout
2019-08-30enabling-tests-to-auto-run-on-ci - testing new settings and includingmitermayer
lock
2019-08-30enabling-tests-to-auto-run-on-ci - Increasing timeout per functionmitermayer
- increased timeout per function to 10s
2019-08-30enabling-tests-to-auto-run-on-ci - Fixing linting and moving to use yarnmitermayer
on the tests - fixing lint that was forced to test build - use yarn over npm - use yarn cache
2019-08-30enabling-tests-to-auto-run-on-ci - forcing linter to fail to see if itmitermayer
breaks the build
2019-08-30removing hardcoded node versionmitermayer
2019-08-30enabling-tests-to-auto-run-on-ci - adding test running scriptmitermayer
2019-08-30Updating scriptmitermayer
2019-08-30enabling-tests-to-auto-run-on-ci - fixing testmitermayer
- This commit fixes test that was used to force fail to test CI integration
2019-08-30enabling-tests-to-auto-run-on-ci - forcing build to fail to test cimitermayer
- This commit forces the build to fail to check CI integration is working as expected
2019-08-30enabling-tests-to-auto-run-on-ci - updating node depmitermayer
2019-08-30enabling-tests-on-ci - Enabling tests as part of the CI runmitermayer
- Ensuring we can run vim-driver tests on the CI
2019-08-27Bumping latest supported versionmitermayer
2019-08-27Fixing bug where formatting filepath could not be foundmitermayer
- parsers are no longer parsed so we required to make sure to give prettier the filepath
2019-08-26Fixing path for tests directorymitermayer
2019-08-26Merge pull request #198 from prettier/updating-travis-to-use-dockerMitermayer Reis
updating-travis-to-use-docker - Moving to use vint from docker image