| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-07 | Version bump1.0.0-beta | mitermayer | |
| 2020-04-07 | Force reevaluation of autoformat settings at buffer write time | Chris LaRose | |
| 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. | |||
| 2019-10-13 | Fix linting issue: autoloaded func needed 'abort' | Atom Mac | |
| 2019-10-09 | Toggle the autoformat setting based on config file presence. | Adam Macumber | |
| 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 | |||
| 2018-11-05 | Bumping 1.0 tag to alpha | mitermayer | |
| 2018-11-05 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-06-19 | Enable the default editorconfig support again | Oskar | |
| 2018-06-15 | Fix PrettierAsync unchanged buffer rendering issue | Sam Howie | |
| 2018-06-15 | Fix PrettierAsync ignored file contents mangling | Sam Howie | |
| 2018-06-03 | Enabling partial formatting but still maintaining support for fragment | mitermayer | |
| formatting | |||
| 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-05-16 | Adding presets | mitermayer | |
| - adding facebook presets as a configurable option to overwrite prettier defaults | |||
| 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 | Moving modern vim async formater into its own module | mitermayer | |
| 2018-05-04 | Removing unecessary method | mitermayer | |
| 2018-05-04 | Refactoring out sync jobs and quickfix module | 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 | |||
