| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-25 | 0.2.7 patch release0.2.7 | mitermayer | |
| 2018-05-25 | Remove trailing empty line introduced by append | Sam Howie | |
| 2018-05-24 | Fix PrettierAsync segmentation fault | Sam Howie | |
| 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 | Fixing inverted flag | mitermayer | |
| 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-01 | updating command to respect shell and shellcmdflag | mitermayer | |
| 2018-02-01 | In order for vim8 async job to work with escaped directories we need to | mitermayer | |
| make sure we specify the shell | |||
| 2018-01-31 | Fix #108 spaces in executable path problem | Nelson Yeung | |
| 2018-01-18 | Support the `--arrow-parens` configuration option | Nick Thurow | |
| 2018-01-15 | Disabling nvim async by default under feature flag | mitermayer | |
| - The new nvim async had some bugs reported, while we are still investigating fixes for it we will then disable it by default, users should be able to still use it by enabling the flag on their .vimrc in the meantime `g:prettier#nvim_unstable_async` | |||
| 2018-01-14 | Fixing linting | mitermayer | |
| 2017-12-29 | Merge pull request #81 from neoclide/nvim-job | Mitermayer Reis | |
| Add async support for neovim | |||
| 2017-12-28 | bugfix - making sure we do not replace content with empty buffer | mitermayer | |
| 2017-12-15 | bugfix - fixing error on prettier async since we should not include | mitermayer | |
| quotes for bash args | |||
| 2017-12-12 | Add --prose-wrap option | Franky Chung | |
| 2017-12-08 | release 0.2.60.2.6 | mitermayer | |
| 2017-12-08 | issues-83-and-84 - Fixing prettier 1.9 regression | mitermayer | |
| - Latest prettier version introduced a regression when using config-precedence - https://github.com/prettier/prettier/issues/3432 | |||
| 2017-11-15 | Add async support for neovim | chemzqm | |
| 2017-11-08 | 0.2.5 release0.2.5 | mitermayer | |
| 2017-11-08 | issues/76 - the shellescapping util function was breaking async | mitermayer | |
| formatting - Removing this for now and will try to address this again in subsequent PRs | |||
| 2017-11-07 | Fixing error matching regex to match new prettier CLI errors | mitermayer | |
| - Adapting the CLI error message parsing to handle new prettier error output format | |||
| 2017-11-02 | Borrow escape code form ale.vim | Qiming zhao | |
| 2017-11-02 | Add shellescape for file path | Qiming zhao | |
| 2017-10-19 | version 0.2.4 release0.2.4 | mitermayer | |
| 2017-10-19 | Fixing bug where config was not being correctly loaded based on file | mitermayer | |
| edited | |||
| 2017-10-14 | Including extra information on the autoload header and doc header | mitermayer | |
| 2017-10-07 | adding suppor for vim8 versions older than 8.0.0015 to use async job API | mitermayer | |
| 2017-10-07 | Making sure we can still save the results of last prettier async run on | mitermayer | |
| older buffers | |||
| 2017-10-07 | bugfix: fixing race condition incorrect buffer formating | mitermayer | |
| 2017-10-03 | bug: Fixing config overwrite value for non js by levaraging --stdin-filepath ↵ | mitermayer | |
| from prettier | |||
| 2017-09-29 | WIP | mitermayer | |
| 2017-09-25 | issue/56 - Allowing user path overwrite configuration | mitermayer | |
| 2017-09-18 | Fixing typo | 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-05 | Adding support for prettier configuration | mitermayer | |
| 2017-08-29 | Making sure that after formatting we preserve in the same line | mitermayer | |
| 2017-08-24 | Async command was not working for windows this patch will make sure it | mitermayer | |
| works for normal shells | |||
| 2017-08-12 | bugfix: should not clear quickfix unles there are errors | mitermayer | |
| - making sure quickfix list is not cleared unless it is already opened with errors | |||
| 2017-07-11 | adding-support-for-vim7 - adding support for vim7 | mitermayer | |
| - adding support for vim7 | |||
| 2017-06-19 | feature: enabling partial buffer conversion (tech review) | mitermayer | |
| - removing trailing spaces - removing extra param from error callback - changing function signature with more consistent params | |||
| 2017-06-19 | feature: enabling partial buffer conversion | mitermayer | |
| - bumping plugin prettier version - minor fix, avoiding unecessary sync formattings when content has not changed - adding support for partial convertion when on visual selection | |||
| 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 | |||
| 2017-06-06 | Bumping support to latest prettier ^1.4.X and enabling support for | mitermayer | |
| autofomat css, less, scss, sass and typescript files | |||
| 2017-06-02 | Minor refactoring variable scoping | mitermayer | |
| 2017-05-31 | feature: Adding support for quick-fix error handling0.0.4 | mitermayer | |
| 2017-05-31 | Moving executable check up | mitermayer | |
| 2017-05-27 | bugfix: fixing bug where prettier installation of the plugin was never | mitermayer | |
| executed | |||
| 2017-05-27 | Adding support for async formating and making it default for autosave | mitermayer | |
| 2017-05-25 | bugfix: Making sure that when prettier fail to parse buffer we do not | mitermayer | |
| overwrite file with stdout output | |||
