| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2019-08-27 | updating-travis-to-use-docker - Fixing path for plugin configuration | mitermayer | |
| - Fixing path for plugin in docker image configuration | |||
| 2019-08-27 | updating-travis-to-use-docker - Moving to use vint from docker image | mitermayer | |
| instead of system install - Moving to use the docker image to run builds | |||
| 2019-08-27 | Updating Dockerfile image to have all vint dependencies in place | mitermayer | |
| 2019-08-26 | Adding docker config for building test containers | mitermayer | |
| - As part of integrating vim-driver as main testing platform for vim-prettier we will now ensure we can run tests on vim7 vim8 and neovim | |||
| 2019-08-26 | Removing leading space | mitermayer | |
| 2019-08-26 | porting-master-fixes-to-release-1.x | mitermayer | |
| - Porting fixes done on 5779a87d901da3f44991feb3a6480b1156c37f3f - Porting fixes done on c91d1bc5c15677fdb6585fc54c680809329ee88a - Porting fixes done on c0f7d81faf849589688c4584edb9c3b8d50afb84 - Fixing linting from 1c601bcba1eed6faa15b255aeb765a12717d7de3 | |||
| 2019-08-25 | Merge pull request #196 from prettier/shore/master-rebasing | Mitermayer Reis | |
| Shore/master rebasing | |||
| 2019-08-25 | Merge branch 'release/1.x' into shore/master-rebasing | mitermayer | |
| 2019-08-25 | Merge pull request #176 from prettier/integrating-vim-driver | Mitermayer Reis | |
| Integrating vim driver | |||
| 2019-08-25 | Adding new version dep for prettier/ruby | mitermayer | |
| - the new version of prettier ruby has support for older node versions | |||
| 2019-08-25 | Fix README markdown. | Arnaud Christ | |
| 2019-08-25 | Set default "config_precendence" to "file-override" | Shulhan | |
| If user have custom file type plugin that set "parser" option, calling ":Prettier" will return error "Prettier: failed to parse buffer". This was caused by running prettier with CLI option "--parser X" with "--config-precedence prefer_file" will cause prettier to ignore the "parser" option. Fix #178 | |||
| 2019-08-25 | Adding prettier ruby support | mitermayer | |
| 2019-08-25 | Upgrading prettier base dep | mitermayer | |
| 2019-08-25 | Updating dependencies | mitermayer | |
| 2019-08-25 | Prettier does not require the `parser` to be explicitly passed, it now | mitermayer | |
| can be inferred | |||
| 2019-08-25 | space for --use-tabs | Andrei Glingeanu | |
| 2019-08-25 | removing already actioned todo | mitermayer | |
| 2019-08-25 | Fixing linting | mitermayer | |
| 2019-08-25 | Rebasing vim-prettier plugin Pull Request 120 to 1.0 branch | mitermayer | |
| This is a rebase of https://github.com/prettier/vim-prettier/pull/120/files | |||
