| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-07 | Force reevaluation of autoformat settings at buffer write time | Chris LaRose | |
| 2020-03-21 | Merge pull request #231 from ↵ | Mitermayer Reis | |
| prettier/bugfix/issue-229-fixing-neovim-0-4-compatibility bugfix/issue-229-fixing-neovim-0-4-compatibility | |||
| 2020-03-21 | bugfix/issue-229-fixing-neovim-0-4-compatibility | mitermayer | |
| - Updated nvim test version to latest 0.4.3 on Dockerfile - Updated nvim async job to behave similar to vim8 - Removing support for python plugins since it has been archieved from repository - bumping prettier dep - updating snapshots | |||
| 2020-02-18 | issues/214 - Fixing reference to wrong prettier cli version | mitermayer | |
| - yarn lock was pointing to a broken prettier cli version | |||
| 2020-02-16 | Merge pull request #225 from ParamagicDev/patch-1 | Mitermayer Reis | |
| Fix readme to properly reflect how to downgrade | |||
| 2020-02-15 | Fix readme to properly reflect how to downgrade | Konnor Rogers | |
| The current version of the readme returns a syntax error when attempting to downgrade. Added a '\' to fix the syntax error. | |||
| 2020-02-15 | Fixing linting | mitermayer | |
| - Fixing linting rules | |||
| 2020-02-15 | Added support for prettier xml plugin | mitermayer | |
| - updated package.json deps - added tests - updated lock file | |||
| 2020-02-15 | Adding support for the prettier lua plugin | mitermayer | |
| 2020-02-15 | Adding support for prettier ruby plugin | mitermayer | |
| - Update docker container image to be able to run the prettier ruby plugin tests | |||
| 2020-02-15 | Removing swift plugin support | mitermayer | |
| - Unfortunetly the prettier swift plugin could not be installed in a linux box making testing development and maintainence of it very tricky | |||
| 2020-02-15 | Adding support for prettier python plugin | mitermayer | |
| - updating Dockerfile to include python3 on vim test bed image in order to work with prettier python plugin - prettier python plugin seems to require python3 to be available on the system | |||
| 2020-02-13 | Including snapshots as part of assertions | mitermayer | |
| - Having snapshots can help when debugging tests | |||
| 2020-02-13 | Adding support for the php pluggin | mitermayer | |
| - This adds support for the PHP prettier plugin - Fixes a bug where html overwrites php files parsers | |||
| 2020-02-12 | Adding vue fixture test | mitermayer | |
| 2020-02-12 | Adding yaml testing fixture | mitermayer | |
| 2020-02-12 | Adding json testing fixture | mitermayer | |
| 2020-02-12 | Adding fixture for graphql | mitermayer | |
| 2020-02-12 | Adding fixture tests for markdown file | mitermayer | |
| 2020-02-12 | Addin formatting tests for html | mitermayer | |
| 2020-02-12 | Adding test fixture for less | mitermayer | |
| 2020-02-12 | Adding test fixtures for scss | mitermayer | |
| 2020-02-12 | Adding tests for typescript | mitermayer | |
| 2020-02-12 | Adding new tests fixtures | mitermayer | |
| - Adding fixture tests for css | |||
| 2020-02-12 | Updating changelog | mitermayer | |
| 2020-02-12 | Fixing dockerfile | mitermayer | |
| - Ensuring that we don't use the default image vim versions for testing | |||
| 2020-02-09 | Merge pull request #224 from simnalamburt/autoformat_require_pragma | Mitermayer Reis | |
| New option: prettier#autoformat_require_pragma | |||
| 2020-02-09 | New option: prettier#autoformat_require_pragma | Hyeon Kim | |
| The 'prettier#autoformat_config_present' option is useful but it only worked with files with pragma. Now, you can use 'autoformat_config_present' even with files without pragma using this 'autoformat_require_pragma' option. | |||
| 2020-02-05 | Updating README.md message for alpha release instructions on how to | mitermayer | |
| fallback to older version | |||
| 2020-02-05 | Updating yarn.lock file | mitermayer | |
| 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 | |||
