| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-05 | Updating README information in regards to fallback to older versions1.0.0-alpha | mitermayer | |
| - We now made `release/1.x` default branch and added message to users to enable them to fallback to older branch | |||
| 2020-02-05 | Merge pull request #175 from prettier/release/1.x | Mitermayer Reis | |
| Release/1.x | |||
| 2020-02-05 | Merge branch 'master' into release/1.x | mitermayer | |
| 2020-02-05 | release/1.x - Bringing back filetype definitions | mitermayer | |
| 2020-01-08 | Merge pull request #212 from atomdmac/toggle-autoformat-by-config | Mitermayer Reis | |
| Toggle the autoformat setting based on config file presence. | |||
| 2019-11-18 | Merge pull request #217 from hankchiutw/161-safe-condition-check-ftplugin | Mitermayer Reis | |
| Use `get()` to check `g:prettier#autoformat` safely in ftplugin | |||
| 2019-11-06 | Use `get()` to check `g:prettier#autoformat` safely in ftplugin | hank | |
| 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-13 | Clarify that autoformat will be overridden by config_present | Atom Mac | |
| 2019-10-13 | Fix linting issue: autoloaded func needed 'abort' | Atom Mac | |
| 2019-10-12 | Add autoformat_config_* options to README | Atom Mac | |
| 2019-10-09 | Update documentation to include autoformat_config_* options. | Adam Macumber | |
| 2019-10-09 | Toggle the autoformat setting based on config file presence. | Adam Macumber | |
| 2019-09-13 | Merge pull request #208 from prettier/making-auto-format-disabled-by-default | Mitermayer Reis | |
| making-auto-format-disabled-by-default - Making autoformat disabled by | |||
| 2019-09-14 | making-auto-format-disabled-by-default - Updating comment description | mitermayer | |
| - updating comment description to match new behaviour | |||
| 2019-09-14 | making-auto-format-disabled-by-default - Making autoformat disabled by | mitermayer | |
| 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-13 | Merge pull request #207 from prettier/issues/184-fixing-undo-step | Mitermayer Reis | |
| Issues/184 fixing undo step | |||
| 2019-09-14 | issues/184-fixing-undo-step - fixing linting | mitermayer | |
| 2019-09-14 | issues/184-fixing-undo-step - Ensuring that autoformat does not gets | mitermayer | |
| trigger autoformat | |||
| 2019-09-14 | issues/184-fixing-undo-step - Fixing undo step | mitermayer | |
| - in order to bypass vimdefaults we can fake a change prior to formatting and merging that back to undostack operation | |||
| 2019-09-14 | issues/184-fixing-undo-step - Writting should not trigger autocomands | mitermayer | |
| - when formatting files we should not trigger auto commands | |||
| 2019-09-13 | Merge pull request #206 from prettier/issues/184-fixing-undo-step | Mitermayer Reis | |
| Adding support for require-pragma and depracting previous naive implemenation | |||
| 2019-09-13 | issues/184-fixing-undo-step - Removing previous naive implementation of | mitermayer | |
| 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-12 | issues/184-fixing-undo-step - Adding support for require-pragma | mitermayer | |
| - 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-30 | Merge pull request #203 from prettier/moving-build-to-make-file | Mitermayer Reis | |
| moving-build-to-make-file - Adding build file | |||
| 2019-08-31 | moving-build-to-make-file - Adding build file | mitermayer | |
| - Adding Makefile - Updating travis to use Makefile - removing run script | |||
| 2019-08-30 | Updating changelog | mitermayer | |
| - this updates the changelog for the previous last legacy release | |||
| 2019-08-30 | Updating changelog | mitermayer | |
| - this updates the changelog for the previous last legacy release | |||
| 2019-08-30 | Merge pull request #201 from prettier/enabling-tests-to-auto-run-on-ci | Mitermayer Reis | |
| enabling-tests-on-ci - Enabling tests as part of the CI run | |||
| 2019-08-31 | enabling-tests-to-auto-run-on-ci - Enabling newly fixed docker image | mitermayer | |
| - Docker image is now ready to be tested | |||
| 2019-08-31 | enabling-tests-to-auto-run-on-ci - Updating docker container | mitermayer | |
| - Updating Dockerfile to ensure we have a compatible vim version to vim-driver | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - broken command | mitermayer | |
| - the command is broken, but now we are able to reproduce the same output as in travis | |||
| 2019-08-30 | Removing the version printer | mitermayer | |
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - fixing test execution run | mitermayer | |
| - fix test execution command and docker image ref | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - printing vim version prior to running | mitermayer | |
| tests - printing vim version prior to running tests for debugging purposes | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - Updating jest timeout for functions | mitermayer | |
| - testing if the reason why things are failing is due to timeout | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - testing new settings and including | mitermayer | |
| lock | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - Increasing timeout per function | mitermayer | |
| - increased timeout per function to 10s | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - Fixing linting and moving to use yarn | mitermayer | |
| on the tests - fixing lint that was forced to test build - use yarn over npm - use yarn cache | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - forcing linter to fail to see if it | mitermayer | |
| breaks the build | |||
| 2019-08-30 | removing hardcoded node version | mitermayer | |
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - adding test running script | mitermayer | |
| 2019-08-30 | Updating script | mitermayer | |
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - fixing test | mitermayer | |
| - This commit fixes test that was used to force fail to test CI integration | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - forcing build to fail to test ci | mitermayer | |
| - This commit forces the build to fail to check CI integration is working as expected | |||
| 2019-08-30 | enabling-tests-to-auto-run-on-ci - updating node dep | mitermayer | |
| 2019-08-30 | enabling-tests-on-ci - Enabling tests as part of the CI run | mitermayer | |
| - Ensuring we can run vim-driver tests on the CI | |||
| 2019-08-27 | Bumping latest supported version | mitermayer | |
| 2019-08-27 | Fixing bug where formatting filepath could not be found | mitermayer | |
| - parsers are no longer parsed so we required to make sure to give prettier the filepath | |||
| 2019-08-26 | Fixing path for tests directory | mitermayer | |
| 2019-08-26 | Merge pull request #198 from prettier/updating-travis-to-use-docker | Mitermayer Reis | |
| updating-travis-to-use-docker - Moving to use vint from docker image | |||
