subrepo: subdir: "dotfiles/.vim/plugged/vim-prettier" merged: "5e6cca21" upstream: origin: "https://github.com/prettier/vim-prettier.git" branch: "master" commit: "5e6cca21" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
35 KiB
Changelog
1.0.0-beta (2020-09-07)
Implemented enhancements:
Fixed bugs:
- formatting by saving works only for languages of last opened file #185
- bugfix/issue-229-fixing-neovim-0-4-compatibility #231 (mitermayer)
Closed issues:
- Support prettier-stylelint #255
- Autoformat on save does not work on yaml files #245
- PrettierFragment not work #241
- Error when running :Prettier on gvim #240
- Installation fails in post-update hook using vim plug #237
autoformat\_config\_present
does not re-evaluate the presence of the prettier config file after vim is started #233- Add support for
prettier 2.x
#232 - PrettierAsync moves cursor to top of buffer #229
- Autoformatting Stops Working #228
- /* prettier-ignore */ inside CSS file not working #227
- How do I run prettier for markdown files for Hugo the static site generator? #223
- Package.json configuration not loaded properly
release 1.x
#221 - TypeScript is formatted as PHP
1.x
#219 - How configure #218
- Error on
:wq
#215 - Bug: failed to parse buffer. #214
- release/1.x: prettier plugins do not work when installed with pnpm #211
- .prettierignore appends a bunch of nonsense #189
- Failed to parse buffer import.meta.url #188
- Document how to add q-args #168
- Document how to add custom extensions #167
- styling over scp #149
Merged pull requests:
- Uses default cli configs #260 (ethan605)
- Add buffer-level prettier exec command to doc #259 (jsit)
- Add support for buffer-level prettier_exec_cmd, for prettier-stylelint for instance #256 (jsit)
- Bump acorn from 5.7.3 to 5.7.4 #254 (dependabot[bot])
- Bump lodash from 4.17.15 to 4.17.19 #253 (dependabot[bot])
- Fix error when quitting Neovim with :wq #252 (mrnugget)
- Add missing ".yml" in autocmd #246 (raxell)
- Fix string concatenation typo #243 (coolreader18)
- issue/232-adding-support-for-prettier-2.x - Adding support for prettier 2x #238 (mitermayer)
- Add instructions for installing with vim 8+ #236 (coolaj86)
- Autoformat .rb files #235 (jamesbvaughan)
- Force reevaluation of autoformat settings at buffer write time #234 (cjlarose)
- Fix readme to properly reflect how to downgrade #225 (ParamagicDev)
- New option: prettier#autoformat_require_pragma #224 (simnalamburt)
1.0.0-alpha (2020-02-05)
Implemented enhancements:
- Add A "Close Empty JSX Element" Option Like On VS Code's Prettier #202
- Support custom prettier plugins #119
- Add support for neovim async #99
- Formatting with visual selection doesn't respect indentation #75
- Using prettier-eslint-cli #42
- Support for 'prettier-standard-formatter' #20
Fixed bugs:
- First undo after :Prettier takes me to the top of the file #184
- Vim-prettier doesn't use project config #162
- Error infinite loop Prettier: failed to parse buffer #113
- vim-prettier not working when editing files that have white spaces on its path #108
Closed issues:
- Bug: Bracket spacing is ignored #222
- E121: Undefined variable: g:prettier#autoformat #216
- Plugin should load project config if available #213
- incosistent with prettier cli and introducing syntaxt error. #200
- For "in-memory" buffers
not saved to file system
:Prettier: failed to parse buffer
#199 - Loading global .prettierrc from user's home ? #197
- Can I automatically disable vim-prettier if .prettierrc is doesn't exists in project folder? #195
- make prettier respect eslint #194
- Window is unexpectedly scrolled after :Prettier #192
- Autoformat not working on save #191
- fail to parse buffer? #187
- Wrong parser used for markdown files #186
- No syntax color for html files when vim-prettier is enabled #183
- Error detected while processing BufWrite Auto commands for "*.rb" #180
- Calling Prettier error if project contains prettier configuration #178
- add groovy handling #177
- on run :Prettier command weird characters added at the beginning of the file #174
- Support prettier/prettier-ruby #172
- vim-prettier clobbering markdown files #166
- How to not always auto format by default #164
E121: Undefined variable: g:prettier\#autoformat
when executingvi
#161- Error parsing Typescript #153
- Restarting development from today #152
- Unexpected cursor movement #151
- Adding support for lint tools custom executables after prettier
like lint-staged
#148 - Prettier: failed to parse buffer. #147
- my config single_quote is ignored #146
- Prettier: failed to parse buffer. #145
- Prettier throws an invalid expression ' --print-width ' when I run in vim #143
- Re-enable .editorconfig support #141
- saving a file ignored in .prettierignore outputs part of the file back to the buffer #140
- Prettierrc support/default usage #137
- Update DOC's and README #106
Merged pull requests:
- Use
get\(\)
to checkg:prettier\#autoformat
safely in ftplugin #217 (hankchiutw) - Toggle the autoformat setting based on config file presence. #212 (atomdmac)
- making-auto-format-disabled-by-default - Making autoformat disabled by #208 (mitermayer)
- Issues/184 fixing undo step #207 (mitermayer)
- Adding support for require-pragma and depracting previous naive implemenation #206 (mitermayer)
- moving-build-to-make-file - Adding build file #203 (mitermayer)
- enabling-tests-on-ci - Enabling tests as part of the CI run #201 (mitermayer)
- updating-travis-to-use-docker - Moving to use vint from docker image #198 (mitermayer)
- Shore/master rebasing #196 (mitermayer)
- Added some file extensions #193 (hrkw00)
- improve Requirement's message clearness #190 (jonathan-soifer)
- Ignore generated help tags file #181 (mikesep)
- Fix README markdown. #179 (Onra)
- Integrating vim driver #176 (mitermayer)
- Release/1.x #175 (mitermayer)
- Make markdown check more resilient #173 (rivertam)
- Fix markdown mangling issue #169 (rivertam)
- Add option for html whitespace sensitivity #165 (dewyze)
- Handle file paths with whitespace #163 (jason0x43)
- Set default "config_precendence" to "file-override" #160 (shuLhan)
- Added html support using the latest prettier 1.15 version #159 (premithk)
- space for --use-tabs #158 (andreiglingeanu)
- On python3.6 we dont need those extra pip deps to be declared #157 (mitermayer)
- Fixing linting rules #156 (mitermayer)
- Rebasing vim-prettier plugin Pull Request 120 to 1.0 branch #155 (mitermayer)
- Add YAML support #150 (bracki)
- Enable the default editorconfig support again #144 (oskarrough)
- Fix PrettierAsync ignored file contents mangling #142 (SamHowie)
- Remove wrong comment on README.md comment example #139 (vieiralucas)
- use buffered mode for neovim job #136 (chemzqm)
- Start using prettier default arguments #130 (docwhat)
0.2.7 (2018-05-25)
Fixed bugs:
- Vim crashes with segmentation fault with PrettierAsync #135
- Deletes file contents of files ignored by .prettierignore #92
Closed issues:
- Upgraded to Node v10 - Pretter:Failed to parse buffer #134
- <Plug>
Prettier
doesn't work #132 - Caught deadly signal SEGV when :PrettierAsync with large file #128
- bash: no job control in this shell #123
- Support for language-specific settings #121
- Can't spot why prettier fails to parse css: "1 col 6| Unexpected token, expected ;" #118
- Is there a prettier.eslintIntegration config #117
- Format without saving #116
- Error on autosave #114
- Use prettier config for formatting rules #112
- Unexpected token @ #109
- Overwrite default configs patterns not found #102
- Ignored unknown options appearing at top of file #100
- Neovim unstable async formatting bugs #96
- How do I enable trailing commas? #95
- Ignoring unknown option --loglevel, --no-editorconfig and --config-precedence #89
- Override for proseWrap option #88
Merged pull requests:
- Fix PrettierAsync segmentation fault #138 (SamHowie)
- Adding discord link #131 (mitermayer)
- git: ignore unix yarn.lock file #129 (docwhat)
- Amend syntax in documentation around config overrides #127 (chris-kobrzak)
- Updating the logic for controlling the quickfix flag #125 (mitermayer)
- doc: typo for quickfix option #124 (docwhat)
- don't change focus to the quicklist #122 (docwhat)
- Fix space in autocmd breaking autosave #115 (LinuCC)
- Fixing empty spaces directory for async #111 (mitermayer)
- Fix #108 spaces in executable path problem #110 (nelsyeung)
- Updating docs with vue support reference #107 (mitermayer)
- Adding vue file detect #105 (mitermayer)
- Bumping prettier dependencie to 1.10.2 #104 (mitermayer)
- Add vue file format to README #103 (corburn)
- Support the
--arrow-parens
configuration option #101 (nthurow) - Disabling nvim async by default under feature flag #98 (mitermayer)
- Fixing lint #97 (mitermayer)
- Add default option values from Prettier for configuration #94 (maurobringolf)
- bugfix - making sure we do not replace content with empty buffer #93 (mitermayer)
- fix typo in pathogen install method #91 (nicoder)
- Add --prose-wrap option #90 (frankychung)
- Just a simple documentation for vim-pathogen #87 (gustavo-gimenez)
- Add async support for neovim #81 (chemzqm)
0.2.6 (2017-12-08)
Closed issues:
Merged pull requests:
- Bumping prettier dep to 1.9.1 #86 (mitermayer)
- issues-83-and-84 - Fixing prettier 1.9 regression #85 (mitermayer)
0.2.5 (2017-11-08)
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)
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)
0.2.3 (2017-10-08)
Merged pull requests:
- adding suppor for vim8 versions older than 8.0.0015 to use async job API #66 (mitermayer)
0.2.2 (2017-10-07)
Merged pull requests:
- Making sure we can still save the results of last prettier async run on #65 (mitermayer)
0.2.1 (2017-10-07)
Fixed bugs:
Merged pull requests:
- bugfix: Fixing auto command params to use extensions instead of magic #64 (mitermayer)
- bugfix: fixing race condition incorrect buffer formating #63 (mitermayer)
0.2.0 (2017-10-04)
Fixed bugs:
--parser
with valuepostcss
is deprecated #59
Merged pull requests:
- bug: Fixing config overwrite value for non js by levaraging --stdin-f… #61 (mitermayer)
0.1.3 (2017-09-30)
0.1.2 (2017-09-26)
Implemented enhancements:
- Allow configuration to set lookup path for
prettier
cli on.vimrc
#56
Merged pull requests:
- issue/56 - Allowing user path overwrite configuration #57 (mitermayer)
- Fixed some typos in the README #55 (Haegin)
0.1.1 (2017-09-18)
Implemented enhancements:
- Upgrade to support prettier 1.6 #51
Merged pull requests:
- feature: Adding more commands #54 (mitermayer)
0.1.0 (2017-09-14)
Merged pull requests:
- Issue/51 adding support for prettier 1.7 #52 (mitermayer)
0.0.15 (2017-08-30)
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)
0.0.14 (2017-08-24)
Fixed bugs:
- :Prettier causes :Ggrep to lose history #39
Closed issues:
- Trailing comma is causing issues with IE10/11 #45
Merged pull requests:
- Async command was not working for windows this patch will make sure it #47 (mitermayer)
- Add instructions on changing the mapping to README #43 (eddiezane)
0.0.13 (2017-08-13)
Implemented enhancements:
- Include changelog #35
Merged pull requests:
- bugfix: should not clear quickfix unless opened by vim-prettier itself #40 (mitermayer)
0.0.12 (2017-08-06)
Implemented enhancements:
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:
- Adding changelog file #38 (mitermayer)
- Adding MIT license #37 (mitermayer)
- Bumping prettier internal dependencie plugin to 1.5.3 #36 (mitermayer)
0.0.11 (2017-07-12)
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)
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)
Implemented enhancements:
Merged pull requests:
- feature/add-filetype-support - Adding filetype detection support when #24 (mitermayer)
0.0.8 (2017-06-30)
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)
Merged pull requests:
- feature: enabling partial buffer conversion #15 (mitermayer)
- fixed typo #13 (wangsongiam)
0.0.6 (2017-06-07)
Merged pull requests:
- Adding async command and configuration controls #12 (mitermayer)
0.0.5 (2017-06-06)
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)
Fixed bugs:
- Prettier CLI expects params 'false' instead of 0 #9
0.0.3 (2017-05-28)
Implemented enhancements:
- Make the prettier command run async #4
Fixed bugs:
- Fallback plugins not working #7
Merged pull requests:
- Fix default settings #16 (vutran)
- 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)
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 Changelog was automatically generated by github_changelog_generator