| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-10 | Relese 1.01.0.0 | mitermayer | |
| - Adding support for prettier 3.x | |||
| 2021-06-28 | feat: Adding support for prettier svelte plugin | Dmitriy | |
| 2021-03-03 | fix incorrect reference in readme | emurph | |
| 2020-09-07 | Version bump1.0.0-beta | mitermayer | |
| 2020-09-07 | Merge branch 'master' into issue/232-adding-support-for-prettier-2.x | Mitermayer Reis | |
| 2020-08-06 | Add buffer-level prettier exec command to doc | Jay Sitter | |
| 2020-04-27 | issue/232-adding-support-for-prettier-2.x - Adding support for prettier | mitermayer | |
| 2.x - Updating default config - Adding missing configuration - Updating yarn lock - Updating package.json depedencies | |||
| 2019-10-09 | Update documentation to include autoformat_config_* options. | Adam Macumber | |
| 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-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-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 | Bumping 1.0 tag to alpha | mitermayer | |
| 2019-08-25 | Adding documentation for prettier partial formatting | mitermayer | |
| 2019-08-25 | We still need to ensure we use prefer-file over cli-override | mitermayer | |
| - prefer-file setting for config-precedence is what allow us to leverage from user defined configuration files like .prettierrc | |||
| 2019-08-25 | Start using prettier default arguments | Christian Höltje | |
| This is one approach for handling default prettier arguments. It is a little verbose, but I think ejecting the flags that don't have to be set by the editor (in favor of .prettierrc files) is a win. | |||
| 2018-11-27 | Add option for html whitespace sensitivity | John DeWyze | |
| Per Prettier's [Blog Post](https://prettier.io/blog/2018/11/07/1.15.0.html) there is an option for prettiers sensitivity to html whitespace. See blog post for more details. This adds that option to vim-prettier and sets the default to the prettier default. | |||
| 2018-11-07 | Updating doc references to the newly included html support | mitermayer | |
| 2018-11-05 | Adding yaml ref to the docs | mitermayer | |
| 2018-05-25 | 0.2.7 patch release0.2.7 | mitermayer | |
| 2018-03-28 | Updating docs to match README information on prettier default config | mitermayer | |
| 2018-03-25 | Updating the logic for controlling the quickfix flag | mitermayer | |
| - Negation flags are usually more confusing to understand specially when the default is having it enabled. | |||
| 2018-03-25 | Updating readme and docs with the correct defaults | mitermayer | |
| 2018-03-25 | Merge pull request #122 from docwhat/pr/no-focus-quickfix | Mitermayer Reis | |
| don't change focus to the quicklist | |||
| 2018-03-24 | doc: typo for quickfix option | Christian Höltje | |
| 2018-03-24 | don't change focus to the quicklist | Christian Höltje | |
| Add an option to restore the cursor's window & position after calling `setqflist()`. | |||
| 2018-02-21 | Removing whitespace that was breaking commands | mitermayer | |
| 2018-01-30 | Updating docs with vue support reference | mitermayer | |
| 2018-01-18 | Support the `--arrow-parens` configuration option | Nick Thurow | |
| 2017-12-12 | Add --prose-wrap option | Franky Chung | |
| 2017-12-08 | release 0.2.60.2.6 | mitermayer | |
| 2017-11-08 | 0.2.5 release0.2.5 | mitermayer | |
| 2017-11-08 | Updating docs | mitermayer | |
| 2017-10-14 | Including extra information on the autoload header and doc header | mitermayer | |
| 2017-09-25 | issue/56 - Allowing user path overwrite configuration | mitermayer | |
| 2017-09-19 | Fixing typo on doc | mitermayer | |
| 2017-09-17 | feature: Adding more commands | mitermayer | |
| This includes more commands to interact with the prettier CLI from within vim itself | |||
| 2017-09-14 | Adding note on required prettier version | mitermayer | |
| 2017-09-05 | Adding support for prettier configuration | mitermayer | |
| 2017-09-02 | Fixing typo on doc | mitermayer | |
| 2017-07-19 | Minor readme updates | mitermayer | |
| 2017-07-19 | Updating the readme to new location | mitermayer | |
| 2017-06-29 | Merge pull request #17 from vutran/add-json-parser0.0.8 | Mitermayer Reis | |
| Add JSON/GraphQL parser (prettier 1.5) | |||
| 2017-06-29 | more missing doc updates | Vu Tran | |
| 2017-06-29 | add graphql parser + bump for prettier 1.5 | Vu Tran | |
| 2017-06-21 | add json parser | Vu Tran | |
| 2017-06-21 | break lines | Vu Tran | |
| 2017-06-21 | add default config notes | Vu Tran | |
| 2017-06-08 | fixed typo in doc | Song Wang | |
| 2017-06-07 | Updating docs | mitermayer | |
| 2017-06-07 | Adding async command and user configurations | mitermayer | |
| - Adding configuration toggle for controlling error quick fix parsing - Adding PrettierAsync command - Fixing configuration bug where boolean values where not correctly parsed - Making sure that async jobs do not execute if already in progress | |||
