diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2017-10-03 22:54:05 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2017-10-03 22:54:05 -0700 |
| commit | c22690216e955ab8a450c651988f00e584ab08dc (patch) | |
| tree | c3845097541c26f308041dd5d3c17da8fa8e210d | |
| parent | 39f9ea582396e2cf3eab239642ec1870360db1c6 (diff) | |
| download | vim-prettier-c22690216e955ab8a450c651988f00e584ab08dc.tar.xz | |
Updaging changelog
| -rw-r--r-- | CHANGELOG.md | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9674123..39369c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,26 @@ # Change Log -## [0.1.3](https://github.com/prettier/vim-prettier/tree/0.1.3) (2017-09-30) -[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.1.2...0.1.3) +## [Unreleased](https://github.com/prettier/vim-prettier/tree/HEAD) + +[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.0...HEAD) **Fixed bugs:** -- Non javascript parsers were broken due to parser flag been ignored by prettier when using configPrecedence +- Confused by file type overrides [\#60](https://github.com/prettier/vim-prettier/issues/60) + +**Merged pull requests:** + +- bug: Fixing config overwrite value for non js by levaraging --stdin-f… [\#61](https://github.com/prettier/vim-prettier/pull/61) ([mitermayer](https://github.com/mitermayer)) + +## [0.2.0](https://github.com/prettier/vim-prettier/tree/0.2.0) (2017-10-04) +[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.1.3...0.2.0) + +**Fixed bugs:** + +- `--parser` with value `postcss` is deprecated [\#59](https://github.com/prettier/vim-prettier/issues/59) + +## [0.1.3](https://github.com/prettier/vim-prettier/tree/0.1.3) (2017-09-30) +[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.1.2...0.1.3) ## [0.1.2](https://github.com/prettier/vim-prettier/tree/0.1.2) (2017-09-26) [Full Changelog](https://github.com/prettier/vim-prettier/compare/0.1.1...0.1.2) @@ -207,4 +222,4 @@ ## [0.0.1](https://github.com/prettier/vim-prettier/tree/0.0.1) (2017-05-24) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file |
