diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2017-11-08 11:27:37 -0800 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2017-11-08 11:27:37 -0800 |
| commit | cf0e726c45797f90917377125e98feb19c6c320b (patch) | |
| tree | f3088f2f8266437a7ef6af6f54210e15447ad858 | |
| parent | ebf508efd4a40be39bbe3320bc520e41dfe0b538 (diff) | |
| download | vim-prettier-cf0e726c45797f90917377125e98feb19c6c320b.tar.xz | |
Updating changelog
| -rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee07825..7782011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [0.2.5](https://github.com/prettier/vim-prettier/tree/0.2.5) (2017-11-08) +[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.4...0.2.5) + +**Implemented enhancements:** + +- Add support for prettier 1.8 [\#77](https://github.com/prettier/vim-prettier/issues/77) + +**Fixed bugs:** + +- Prettier: failed to parse buffer. Prettier fails on css files. [\#76](https://github.com/prettier/vim-prettier/issues/76) + +**Closed issues:** + +- prepends `Ignored unknown option: --config-precedence` in buffer [\#73](https://github.com/prettier/vim-prettier/issues/73) + +**Merged pull requests:** + +- Issue 77/adding support for prettier 1.8 [\#80](https://github.com/prettier/vim-prettier/pull/80) ([mitermayer](https://github.com/mitermayer)) +- issues/76 - the shellescapping util function was breaking async [\#79](https://github.com/prettier/vim-prettier/pull/79) ([mitermayer](https://github.com/mitermayer)) +- Add shellescape for file path [\#74](https://github.com/prettier/vim-prettier/pull/74) ([chemzqm](https://github.com/chemzqm)) + ## [0.2.4](https://github.com/prettier/vim-prettier/tree/0.2.4) (2017-10-20) [Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.3...0.2.4) |
