| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Merge pull request #138 from SamHowie/master | Mitermayer Reis | |
| Fix PrettierAsync segmentation fault | |||
| 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-09 | Fixing neovim offset for removing extra lines | mitermayer | |
| 2018-05-09 | Merge pull request #136 from chemzqm/fix-nvim | Mitermayer Reis | |
| use buffered mode for neovim job | |||
| 2018-05-09 | use buffered mode for neovim job | chemzqm | |
| 2018-05-08 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-05-08 | grammar fix | mitermayer | |
| 2018-05-08 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-05-08 | Adding note information about 1.x release | mitermayer | |
| 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 | 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 | |||
| 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 | Merge branch 'master' into release/1.x | 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-16 | Merge pull request #131 from prettier/adding-discord-info | Mitermayer Reis | |
| Adding discord link | |||
| 2018-04-16 | Adding discord link | mitermayer | |
| 2018-04-13 | Merge pull request #130 from docwhat/pr/defaulted_cli_args | Mitermayer Reis | |
| Start using prettier default arguments | |||
| 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-04-12 | Merge pull request #129 from docwhat/pr/yarn-lock | Mitermayer Reis | |
| git: ignore unix yarn.lock file | |||
| 2018-04-12 | git: ignore unix yarn.lock file | Christian Höltje | |
| 2018-03-28 | Updating docs to match README information on prettier default config | mitermayer | |
| 2018-03-28 | Merge pull request #127 from chris-kobrzak/readme-amendments | Mitermayer Reis | |
| Amend syntax in documentation around config overrides | |||
| 2018-03-28 | Amend syntax in documentation around config overrides | Chris Kobrzak | |
| 2018-03-25 | Updating PR template with proper markdown separator | mitermayer | |
| 2018-03-25 | Merge pull request #125 from prettier/updating-quickfix-focus-control-flag | Mitermayer Reis | |
| Updating the logic for controlling the quickfix flag | |||
| 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 | Fixing inverted flag | mitermayer | |
| 2018-03-25 | Merge pull request #122 from docwhat/pr/no-focus-quickfix | Mitermayer Reis | |
| don't change focus to the quicklist | |||
