aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-29Merge pull request #17 from vutran/add-json-parser0.0.8Mitermayer Reis
Add JSON/GraphQL parser (prettier 1.5)
2017-06-29more missing doc updatesVu Tran
2017-06-29update README with graphqlVu Tran
2017-06-29add graphql parser + bump for prettier 1.5Vu Tran
2017-06-22Merge pull request #16 from vutran/fix-defaultsMitermayer Reis
Updating documentation to better reflect vim-prettier defaults choice
2017-06-21add json parserVu Tran
2017-06-21break linesVu Tran
2017-06-21add default config notesVu Tran
2017-06-21Updating tag versionmitermayer
2017-06-19Merge pull request #15 from mitermayer/feature/allow-partial-buffer-conversion0.0.7Mitermayer Reis
feature: enabling partial buffer conversion
2017-06-19feature: 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-19feature: enabling partial buffer conversionmitermayer
- 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-08Merge pull request #13 from wangsongiam/masterMitermayer Reis
fixed typo
2017-06-08fixed typo in docSong Wang
2017-06-08fixed typoSong Wang
2017-06-07version bump0.0.6mitermayer
2017-06-07Merge pull request #12 from ↵Mitermayer Reis
mitermayer/adding-async-command-and-configuration-controls Adding async command and configuration controls
2017-06-07Updating docsmitermayer
2017-06-07Adding async command and user configurationsmitermayer
- 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-06Merge pull request #11 from ↵0.0.5Mitermayer Reis
mitermayer/feature/adding-support-for-new-parsers-bump-prettier Bumping support to latest prettier ^1.4.X, enabling support for css,scss,less,typescript formatting and allowing user configuration to enable async as the default for configuration for `:Prettier` command
2017-06-06Bumping support to latest prettier ^1.4.X and enabling support formitermayer
autofomat css, less, scss, sass and typescript files
2017-06-02Minor refactoring variable scopingmitermayer
2017-05-31feature: Adding support for quick-fix error handling0.0.4mitermayer
2017-05-31Moving executable check upmitermayer
2017-05-27Merge pull request #10 from mitermayer/fixing-argument-passed-to-prettier-cli0.0.3Mitermayer Reis
Prettier CLI seems to expect 'false' for some parameters instead of 0
2017-05-27Prettier CLI seems to expect 'false' for some parameters instead of 0mitermayer
2017-05-27Merge pull request #8 from mitermayer/bug/incorrect-check-for-directoryMitermayer Reis
bugfix: fixing bug where prettier installation of the plugin was never
2017-05-27bugfix: fixing bug where prettier installation of the plugin was nevermitermayer
executed
2017-05-27Merge pull request #6 from mitermayer/feature/adding-async-supportMitermayer Reis
Adding support for async formating and making it default for autosave
2017-05-27Adding support for async formating and making it default for autosavemitermayer
2017-05-25Merge pull request #3 from ↵0.0.2Mitermayer Reis
mitermayer/bug/should-not-overwrite-buffer-when-fail-to-parse-file bugfix: Making sure that when prettier fail to parse buffer we do not
2017-05-25bugfix: Making sure that when prettier fail to parse buffer we do notmitermayer
overwrite file with stdout output
2017-05-25Merge pull request #1 from mitermayer/adding-working-example-gifMitermayer Reis
Adding working example GIF
2017-05-25Adding working example GIFmitermayer
2017-05-24Making it clear that auto format is enable by default on files withmitermayer
'@format' tag
2017-05-24Removing already actioned TODO and fixing indentationmitermayer
2017-05-24First commit0.0.1mitermayer