| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-24 | Fix PrettierAsync segmentation fault | Sam Howie | |
| 2018-05-16 | Adding presets | mitermayer | |
| - adding facebook presets as a configurable option to overwrite prettier defaults | |||
| 2018-05-09 | Fixing neovim offset for removing extra lines | mitermayer | |
| 2018-05-09 | use buffered mode for neovim job | chemzqm | |
| 2018-05-04 | Adding support for neovim | mitermayer | |
| 2018-05-04 | Adding support for neovim finalized | mitermayer | |
| 2018-05-04 | Adding follow up todos | mitermayer | |
| 2018-05-04 | Making sure only single job is executed at a time with neovim | mitermayer | |
| 2018-05-04 | Adding neovim runner module | mitermayer | |
| 2018-05-04 | Removing unused variable | mitermayer | |
| 2018-05-04 | Simple heading comments | mitermayer | |
| 2018-05-04 | Creating buffer replace and save utils | mitermayer | |
| 2018-05-04 | Moving modern vim async formater into its own module | mitermayer | |
| 2018-05-04 | cosmetic comments and todos | mitermayer | |
| 2018-05-04 | Removing unecessary method | mitermayer | |
| 2018-05-04 | Refactoring out sync jobs and quickfix module | mitermayer | |
| 2018-05-04 | WIP | mitermayer | |
| 2018-05-04 | Moving formating ultils to buffer module | mitermayer | |
| - moving formating utils to buffer module to make it easier to interact and test | |||
| 2018-05-03 | Moving argument build into config resolver module | mitermayer | |
| 2018-05-02 | Creating shim utils to handle backwards compatiblity functions | mitermayer | |
| - Movingthe shiftwidth compat helper to a shim module responsible for dealing with backwards compatiblity | |||
| 2018-05-02 | Refactoring executable resolver out into its own module | mitermayer | |
| - Refactoring the executable resolver into its own module for making it easier to test | |||
| 2018-05-02 | Adding bridge handler | mitermayer | |
| - Refactoring parser out into its own module in order to make it easier to test | |||
| 2018-05-02 | Cleaning up unecessary function | mitermayer | |
| 2018-05-02 | Starting refactoring methods out to components | mitermayer | |
| - This is the first commit on refactoring methods outs on self contained components, this will help on unit testing and maintainability | |||
| 2018-04-13 | 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-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 | |
