| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-24 | v0.0.14 release0.0.14 | mitermayer | |
| 2017-08-24 | Merge pull request #47 from prettier/issue/46-fixing-async-cmd-for-windows | Mitermayer Reis | |
| bugfix: Async command was not working for windows this patch will make sure it | |||
| 2017-08-24 | Async command was not working for windows this patch will make sure it | mitermayer | |
| works for normal shells | |||
| 2017-08-16 | Merge pull request #43 from eddiezane/patch-1 | Mitermayer Reis | |
| Add instructions on changing the mapping to README | |||
| 2017-08-16 | Add instructions on changing the mapping to README | Eddie Zaneski | |
| 2017-08-12 | updating changelog | mitermayer | |
| 2017-08-12 | Bumping version | mitermayer | |
| 2017-08-12 | Updating changelog0.0.13 | mitermayer | |
| 2017-08-12 | Merge pull request #40 from ↵ | Mitermayer Reis | |
| prettier/issue-39/prettier-quickfix-other-plugins-compatibility bugfix: should not clear quickfix unless opened by vim-prettier itself | |||
| 2017-08-12 | bugfix: should not clear quickfix unles there are errors | mitermayer | |
| - making sure quickfix list is not cleared unless it is already opened with errors | |||
| 2017-08-06 | version bump | mitermayer | |
| 2017-08-06 | Updating released changelog | mitermayer | |
| 2017-08-06 | Merge pull request #38 from prettier/issue-35/include-changelog-file0.0.12 | Mitermayer Reis | |
| Adding changelog file | |||
| 2017-08-06 | Merge pull request #36 from prettier/issue-34/bumping-prettier-to-1.5.3 | Mitermayer Reis | |
| Bumping prettier internal dependencie plugin to 1.5.3 | |||
| 2017-08-06 | Merge pull request #37 from prettier/issue-33/including-MIT-license | Mitermayer Reis | |
| Adding MIT license | |||
| 2017-08-06 | Adding changelog file | mitermayer | |
| - Changelog has been generated using (https://github.com/skywinder/github-changelog-generator) | |||
| 2017-08-06 | Adding MIT license | mitermayer | |
| 2017-08-06 | Bumping prettier internal dependencie plugin to 1.5.3 | mitermayer | |
| 2017-07-19 | Minor readme updates | mitermayer | |
| 2017-07-19 | Updating the readme to new location | mitermayer | |
| 2017-07-12 | version bump | mitermayer | |
| 2017-07-11 | Merge pull request #29 from mitermayer/adding-support-for-vim70.0.11 | Mitermayer Reis | |
| adding-support-for-vim7 - adding support for vim7 | |||
| 2017-07-11 | adding-support-for-vim7 - adding support for vim7 | mitermayer | |
| - adding support for vim7 | |||
| 2017-07-01 | Merge pull request #27 from mitermayer/bugfix-json-parser | Mitermayer Reis | |
| bugfix: json parser should not add extra comma to the end | |||
| 2017-07-01 | bugfix: json parser should not add extra comma to the end | mitermayer | |
| - adding extra comma to the end properties cause creates invalid json | |||
| 2017-06-30 | Merge pull request #24 from mitermayer/feature/add-filetype-support0.0.9 | Mitermayer Reis | |
| feature/add-filetype-support - Adding filetype detection support | |||
| 2017-06-30 | feature/add-filetype-support - Adding filetype detection support when | mitermayer | |
| not already provided - Adding support for filetype detection when not already provided by other plugins | |||
| 2017-06-29 | Merge pull request #17 from vutran/add-json-parser0.0.8 | Mitermayer Reis | |
| Add JSON/GraphQL parser (prettier 1.5) | |||
| 2017-06-29 | more missing doc updates | Vu Tran | |
| 2017-06-29 | update README with graphql | Vu Tran | |
| 2017-06-29 | add graphql parser + bump for prettier 1.5 | Vu Tran | |
| 2017-06-22 | Merge pull request #16 from vutran/fix-defaults | Mitermayer Reis | |
| Updating documentation to better reflect vim-prettier defaults choice | |||
| 2017-06-21 | add json parser | Vu Tran | |
| 2017-06-21 | break lines | Vu Tran | |
| 2017-06-21 | add default config notes | Vu Tran | |
| 2017-06-21 | Updating tag version | mitermayer | |
| 2017-06-19 | Merge pull request #15 from mitermayer/feature/allow-partial-buffer-conversion0.0.7 | Mitermayer Reis | |
| feature: enabling partial buffer conversion | |||
| 2017-06-19 | feature: 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-19 | feature: enabling partial buffer conversion | mitermayer | |
| - 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-08 | Merge pull request #13 from wangsongiam/master | Mitermayer Reis | |
| fixed typo | |||
| 2017-06-08 | fixed typo in doc | Song Wang | |
| 2017-06-08 | fixed typo | Song Wang | |
| 2017-06-07 | version bump0.0.6 | mitermayer | |
| 2017-06-07 | Merge pull request #12 from ↵ | Mitermayer Reis | |
| mitermayer/adding-async-command-and-configuration-controls Adding async command and configuration controls | |||
| 2017-06-07 | Updating docs | mitermayer | |
| 2017-06-07 | Adding async command and user configurations | mitermayer | |
| - 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-06 | Merge pull request #11 from ↵0.0.5 | Mitermayer 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-06 | Bumping support to latest prettier ^1.4.X and enabling support for | mitermayer | |
| autofomat css, less, scss, sass and typescript files | |||
| 2017-06-02 | Minor refactoring variable scoping | mitermayer | |
| 2017-05-31 | feature: Adding support for quick-fix error handling0.0.4 | mitermayer | |
