aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-03Enabling partial formatting but still maintaining support for fragmentmitermayer
formatting
2018-05-250.2.7 patch release0.2.7mitermayer
2018-05-25Merge pull request #138 from SamHowie/masterMitermayer Reis
Fix PrettierAsync segmentation fault
2018-05-25Remove trailing empty line introduced by appendSam Howie
2018-05-24Fix PrettierAsync segmentation faultSam Howie
2018-05-16Adding presetsmitermayer
- adding facebook presets as a configurable option to overwrite prettier defaults
2018-05-09Fixing neovim offset for removing extra linesmitermayer
2018-05-09Merge pull request #136 from chemzqm/fix-nvimMitermayer Reis
use buffered mode for neovim job
2018-05-09use buffered mode for neovim jobchemzqm
2018-05-08Merge branch 'master' into release/1.xmitermayer
2018-05-08grammar fixmitermayer
2018-05-08Merge branch 'master' into release/1.xmitermayer
2018-05-08Adding note information about 1.x releasemitermayer
2018-05-04Adding support for neovimmitermayer
2018-05-04Adding support for neovim finalizedmitermayer
2018-05-04Adding follow up todosmitermayer
2018-05-04Making sure only single job is executed at a time with neovimmitermayer
2018-05-04Adding neovim runner modulemitermayer
2018-05-04Removing unused variablemitermayer
2018-05-04Simple heading commentsmitermayer
2018-05-04Creating buffer replace and save utilsmitermayer
2018-05-04Moving modern vim async formater into its own modulemitermayer
2018-05-04cosmetic comments and todosmitermayer
2018-05-04Removing unecessary methodmitermayer
2018-05-04Refactoring out sync jobs and quickfix modulemitermayer
2018-05-04WIPmitermayer
2018-05-04Moving formating ultils to buffer modulemitermayer
- moving formating utils to buffer module to make it easier to interact and test
2018-05-03We still need to ensure we use prefer-file over cli-overridemitermayer
- prefer-file setting for config-precedence is what allow us to leverage from user defined configuration files like .prettierrc
2018-05-03Moving argument build into config resolver modulemitermayer
2018-05-02Creating shim utils to handle backwards compatiblity functionsmitermayer
- Movingthe shiftwidth compat helper to a shim module responsible for dealing with backwards compatiblity
2018-05-02Refactoring executable resolver out into its own modulemitermayer
- Refactoring the executable resolver into its own module for making it easier to test
2018-05-02Adding bridge handlermitermayer
- Refactoring parser out into its own module in order to make it easier to test
2018-05-02Cleaning up unecessary functionmitermayer
2018-05-02Merge branch 'master' into release/1.xmitermayer
2018-05-02Starting refactoring methods out to componentsmitermayer
- This is the first commit on refactoring methods outs on self contained components, this will help on unit testing and maintainability
2018-04-16Merge pull request #131 from prettier/adding-discord-infoMitermayer Reis
Adding discord link
2018-04-16Adding discord linkmitermayer
2018-04-13Merge pull request #130 from docwhat/pr/defaulted_cli_argsMitermayer Reis
Start using prettier default arguments
2018-04-13Start using prettier default argumentsChristian 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-12Merge pull request #129 from docwhat/pr/yarn-lockMitermayer Reis
git: ignore unix yarn.lock file
2018-04-12git: ignore unix yarn.lock fileChristian Höltje
2018-03-28Updating docs to match README information on prettier default configmitermayer
2018-03-28Merge pull request #127 from chris-kobrzak/readme-amendmentsMitermayer Reis
Amend syntax in documentation around config overrides
2018-03-28Amend syntax in documentation around config overridesChris Kobrzak
2018-03-25Updating PR template with proper markdown separatormitermayer
2018-03-25Merge pull request #125 from prettier/updating-quickfix-focus-control-flagMitermayer Reis
Updating the logic for controlling the quickfix flag
2018-03-25Updating the logic for controlling the quickfix flagmitermayer
- Negation flags are usually more confusing to understand specially when the default is having it enabled.
2018-03-25Updating readme and docs with the correct defaultsmitermayer
2018-03-25Fixing inverted flagmitermayer
2018-03-25Merge pull request #122 from docwhat/pr/no-focus-quickfixMitermayer Reis
don't change focus to the quicklist