You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 KiB

Change Log

0.2.6 (2017-12-08)

Full Changelog

Closed issues:

  • Single quote option not working #84
  • no semicolon not working #83
  • Slow #82

Merged pull requests:

0.2.5 (2017-11-08)

Full Changelog

Implemented enhancements:

  • Add support for prettier 1.8 #77

Fixed bugs:

  • Prettier: failed to parse buffer. Prettier fails on css files. #76

Closed issues:

  • prepends Ignored unknown option: --config-precedence in buffer #73

Merged pull requests:

  • Issue 77/adding support for prettier 1.8 #80 (mitermayer)
  • issues/76 - the shellescapping util function was breaking async #79 (mitermayer)
  • Add shellescape for file path #74 (chemzqm)

0.2.4 (2017-10-20)

Full Changelog

Implemented enhancements:

  • No references to getting help or support #67

Fixed bugs:

  • Incorrect resolving of prettier config #71

Closed issues:

  • SyntaxError: Unexpected token #69

Merged pull requests:

  • Fixing bug where config was not being correctly loaded based on file #72 (mitermayer)
  • Including extra information on the autoload header and doc header #70 (mitermayer)
  • adding suppor for vim8 versions older than 8.0.0015 to use async job API #66 (mitermayer)

0.2.3 (2017-10-08)

Full Changelog

Merged pull requests:

  • Making sure we can still save the results of last prettier async run on #65 (mitermayer)

0.2.2 (2017-10-07)

Full Changelog

Merged pull requests:

  • bugfix: Fixing auto command params to use extensions instead of magic #64 (mitermayer)

0.2.1 (2017-10-07)

Full Changelog

Fixed bugs:

  • Overwrites Buffer1 with contents of Buffer2 #62
  • Confused by file type overrides #60

Merged pull requests:

  • bugfix: fixing race condition incorrect buffer formating #63 (mitermayer)
  • bug: Fixing config overwrite value for non js by levaraging --stdin-f… #61 (mitermayer)

0.2.0 (2017-10-04)

Full Changelog

Fixed bugs:

  • --parser with value postcss is deprecated #59

0.1.3 (2017-09-30)

Full Changelog

0.1.2 (2017-09-26)

Full Changelog

Implemented enhancements:

  • Allow configuration to set lookup path for prettier cli on .vimrc #56

Merged pull requests:

0.1.1 (2017-09-18)

Full Changelog

Implemented enhancements:

  • Upgrade to support prettier 1.6 #51

0.1.0 (2017-09-14)

Full Changelog

Merged pull requests:

0.0.15 (2017-08-30)

Full Changelog

Fixed bugs:

  • PrettierAsync does not work on Windows #46

Closed issues:

  • :Prettier make cursor history wrong when navigating with <C-O> #48

Merged pull requests:

  • Making sure that after formatting we preserve in the same line #50 (mitermayer)
  • Added extensions to vim configuration example #49 (niftylettuce)
  • Async command was not working for windows this patch will make sure it #47 (mitermayer)

0.0.14 (2017-08-24)

Full Changelog

Fixed bugs:

  • :Prettier causes :Ggrep to lose history #39

Closed issues:

  • Trailing comma is causing issues with IE10/11 #45

Merged pull requests:

  • Add instructions on changing the mapping to README #43 (eddiezane)
  • bugfix: should not clear quickfix unless opened by vim-prettier itself #40 (mitermayer)

0.0.13 (2017-08-13)

Full Changelog

Implemented enhancements:

  • Include changelog #35

0.0.12 (2017-08-06)

Full Changelog

Implemented enhancements:

  • Bump internal plugin dependencie to use prettier to 1.5.3 #34
  • Add MIT license #33

Closed issues:

  • Unable to disable 'single-quote' #32
  • "failed to parse buffer", but prettier from console works well #31
  • Autoformat "all" files by default. #30
  • Neovim support for job/channel to allow async formatting #25

Merged pull requests:

0.0.11 (2017-07-12)

Full Changelog

Fixed bugs:

  • Json parser should not include comma at the end #26

Merged pull requests:

  • adding-support-for-vim7 - adding support for vim7 #29 (mitermayer)

0.0.10 (2017-07-02)

Full Changelog

Implemented enhancements:

  • should support filetype detection when none is available #23

Merged pull requests:

  • bugfix: json parser should not add extra comma to the end #27 (mitermayer)

0.0.9 (2017-07-01)

Full Changelog

Implemented enhancements:

  • bump plugin dependency to prettier 1.5 #22
  • add support for GraphQL parsing #21

Merged pull requests:

  • feature/add-filetype-support - Adding filetype detection support when #24 (mitermayer)

0.0.8 (2017-06-30)

Full Changelog

Implemented enhancements:

  • Partial formatting support #14

Closed issues:

  • prettier add extra comma at the last parameter of function #18

Merged pull requests:

0.0.7 (2017-06-20)

Full Changelog

Merged pull requests:

0.0.6 (2017-06-07)

Full Changelog

0.0.5 (2017-06-06)

Full Changelog

Implemented enhancements:

  • Populate quickfix with prettier parsing errors #5

Merged pull requests:

  • Bumping support to latest prettier ^1.4.X and enabling support for #11 (mitermayer)

0.0.4 (2017-05-31)

Full Changelog

Fixed bugs:

  • Prettier CLI expects params 'false' instead of 0 #9

0.0.3 (2017-05-28)

Full Changelog

Implemented enhancements:

  • Make the prettier command run async #4

Fixed bugs:

  • Fallback plugins not working #7

Merged pull requests:

  • Prettier CLI seems to expect 'false' for some parameters instead of 0 #10 (mitermayer)
  • bugfix: fixing bug where prettier installation of the plugin was never #8 (mitermayer)
  • Adding support for async formating and making it default for autosave #6 (mitermayer)

0.0.2 (2017-05-26)

Full Changelog

Fixed bugs:

  • Should not overwrite buffer when prettier fails to parse file #2

Merged pull requests:

  • bugfix: Making sure that when prettier fail to parse buffer we do not #3 (mitermayer)
  • Adding working example GIF #1 (mitermayer)

0.0.1 (2017-05-24)

* This Change Log was automatically generated by github_changelog_generator