Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/prettier/vim-prettier

A Vim plugin for Prettier
https://github.com/prettier/vim-prettier

Bumping prettier supported version

7dbdbb12c50a9f4ba72390cce2846248e4368fd0 authored about 1 year ago by mitermayer <[email protected]>
Updating changelog

a7490544baa3696bc25812605b4722630bc86407 authored about 1 year ago by mitermayer <[email protected]>
Relese 1.0

- Adding support for prettier 3.x

e40b4d080e240924890911fb7af733241f4eceb1 authored about 1 year ago by mitermayer <[email protected]>
Merge pull request #348 from victorspt/fix/consider_option_version

Fix/consider option version

d10bdd15af8a61eff9d279bd2815b4192506d1c0 authored about 1 year ago by Mitermayer Reis <[email protected]>
docs: add comment describing global variable

Wrote a comment describing the global variable that overwrites the
"bracketSameLine" option.

ba1d24036b35df89728344a46ed1f2006fbd1255 authored about 1 year ago by Victor S <[email protected]>
docs: remove TODO comment of completed task

Removed TODO comment that reminded to compose the flags of the CLI
command from a list using lis...

c3340cdf1b7ab72c72fee2507beb91f0a4413226 authored about 1 year ago by Victor S <[email protected]>
fix: look option and CLI versions to form command

Considered the addition and deprecation versions of each Prettier option
contained in the object...

ec8650d942d86d3b7cf5d9114f66a4aee4cd85a2 authored about 1 year ago by Victor S <[email protected]>
docs: add Vim foldings to config.vim

Added Vim foldings to sections of the code in config.vim to improve file
navigation.

680534fc54701f4958e88f325a58767d7c936fe5 authored about 1 year ago by Victor S <[email protected]>
refactor: add function to select compatible flags

Added a function that selects the flags that are compatible with
the version of the Prettier CLI...

b2ad859a252ded6de298e08ded2e89d23caa12f7 authored about 1 year ago by Victor S <[email protected]>
refactor: add function to filter flags by version

Added a function to filter flags that are uncompatible with a supplied
version. This is part of ...

3dfc0efda164980d30495153024410c347d07da8 authored about 1 year ago by Victor S <[email protected]>
test: add tests for version comparison

Added unit tests for version-comparison functions.

9dc059220e66aab08e7d68970c562fabbae28831 authored about 1 year ago by Victor S <[email protected]>
refactor: add version comparison functions

Added 2 functions that compare versions strings according to semantic
version. This is part of a...

0ecef37608eaea3e795b55b38b2403e7e8b5fdfb authored about 1 year ago by Victor S <[email protected]>
refactor: add helper functions to get CLI version

Added two helper functions to get the version of the Prettier CLI as a
string. This is part of a...

6dd9a0813b78158254987e5452455000aabd6b02 authored about 1 year ago by Victor S <[email protected]>
refactor: add object with Prettier flags

Added an object with details about Prettier CLI flags. This is part of a
plan to compose the fla...

6649ecfdae2169e8b76d446aa162ce705685807f authored about 1 year ago by Victor S <[email protected]>
refactor: make mapper function reusable

Changed the function to make it reusable across versions of the CLI
flag. This is part of a plan...

8e7155479fa65bf120caece1a171bc8fc81e2e27 authored about 1 year ago by Victor S <[email protected]>
refactor: add global variable for bracketSameLine

Added a global variable for the bracketSameLine option. It is set to the
user's defined value an...

2ec63e2a1d18525a1cf0822fa32862b25f5802a5 authored about 1 year ago by Victor S <[email protected]>
refactor: use common parameters in flag functions

Adapted flag-mapper functions to use the same parameters. This is part of a
plan to expose a com...

dda5954fd6297f4c59bb5891e2641c7d9c3cbd20 authored about 1 year ago by Victor S <[email protected]>
refactor: add flag-mapper functions

Added general mapper functions that map flag names to parts of a CLI command.
They are part a pl...

067173cf302a4305a0f468910f47f7b008a42b1f authored about 1 year ago by Victor S <[email protected]>
refactor: use function to get --stdin

Added a new function to return the CLI command part for the --stdin flag. This
is part of a plan...

d512812ac78f8a1d98db469ffeefb99a368716a8 authored about 1 year ago by Victor S <[email protected]>
refactor: use function to get --loglevel

Added a new function to return the CLI command part for the --loglevel flag.
This is part of a p...

a9b3db0626a267f6366294cc1434088c98c4b432 authored about 1 year ago by Victor S <[email protected]>
refactor: use function to get --stdin-filepath

Added a new function to get the command part of the --stdin-filepath flag. This
is part of a pla...

3cfe7aa460fba552cd1b5ca4e1c772bb20889ba3 authored about 1 year ago by Victor S <[email protected]>
refactor: split range getter into two parts

Split the function that returns the visual selection range into two parts that
return the start ...

c194baf8b30a27ed0075ca0eece270431bdaa913 authored about 1 year ago by Victor S <[email protected]>
Merge pull request #315 from aaronArinder/readme-updated-with-autosave-config

readme: example config: autoformat on save without pragma

5e6cca21e12587c02e32a06bf423519eb1e9f1b2 authored about 3 years ago by Mitermayer Reis <[email protected]>
Merge pull request #316 from sharils/master

Improve install instruction

b146fdac7117ea2392044a79c0ff0b73a8b9d62e authored about 3 years ago by Mitermayer Reis <[email protected]>
Minimise node_modules size

bb25c5a6b78e76a6d6d829276dda6437a9d3fb1c authored about 3 years ago by sharils <[email protected]>
Install without updating lockfile

a4ef49a2e89ff0529bf3dac7a9f6a28d0acb1687 authored about 3 years ago by sharils <[email protected]>
readme: example config: autoformat on save without pragma

a41f8de91ae3d235a4760d6b515e14f9e2fa7554 authored about 3 years ago by Aaron Arinder <[email protected]>
Merge pull request #301 from fvictorio/master

Update prettier to latest version

0e61e4a5b55d2740aa118db91a6671dcb11307e8 authored over 3 years ago by Mitermayer Reis <[email protected]>
Merge branch 'master' into master

371187c30c3f3b8839c8a0b438841efb0a88815f authored over 3 years ago by Mitermayer Reis <[email protected]>
Merge pull request #305 from prettier/dependabot/npm_and_yarn/ws-5.2.3

Bump ws from 5.2.2 to 5.2.3

cb54aff2a7915e2e56835b68a26f23e45c3b9f04 authored over 3 years ago by Mitermayer Reis <[email protected]>
Bump ws from 5.2.2 to 5.2.3

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://gith...

cbf9a21ef25197e48ba1bde66fe3f5fce94113c7 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #304 from 0x000def42/master

b210d32eb46e9256652f63d0f47abe2e9f5d8ee1 authored over 3 years ago by Mitermayer Reis <[email protected]>
feat: Adding support for prettier svelte plugin

d1c44f4a2d9f4b52fe13518d09f8b8257d2e7cf5 authored over 3 years ago by Dmitriy <[email protected]>
Update prettier to latest version

9969f9cdfccdc2719ca80f93c9f4daf894cf20e8 authored over 3 years ago by Franco Victorio <[email protected]>
Merge pull request #300 from rodrigolive/lockmarks

enh: save buffer marks between runs

aa0607ca7a0f61e91365ecf25947312ff4796302 authored over 3 years ago by Mitermayer Reis <[email protected]>
enh: save buffer marks between runs

4d5d001d9302a7a1f8e115ebaf67f25406cc6abd authored over 3 years ago by Rodrigo Gonzalez <[email protected]>
Merge pull request #289 from rschristian/docs/readme-typo

docs: Fixing typo in readme

baf4207870f30ae2cac149af939947038b63b435 authored over 3 years ago by Mitermayer Reis <[email protected]>
Merge pull request #295 from prettier/dependabot/npm_and_yarn/handlebars-4.7.7

Bump handlebars from 4.7.2 to 4.7.7

6d620a1a7bd525af8df1d1520cd82563ac72e4cb authored over 3 years ago by Mitermayer Reis <[email protected]>
Merge pull request #296 from prettier/dependabot/npm_and_yarn/lodash-4.17.21

Bump lodash from 4.17.19 to 4.17.21

e99b2559c567879179c58720d48ddac2d5c359af authored over 3 years ago by Mitermayer Reis <[email protected]>
Merge pull request #297 from prettier/dependabot/npm_and_yarn/hosted-git-info-2.8.9

Bump hosted-git-info from 2.8.5 to 2.8.9

81e6caa767fc83de04ff0f60b8a9f722884ee0f6 authored over 3 years ago by Mitermayer Reis <[email protected]>
Merge pull request #299 from laher/master

fix for #287: update dependency (prettier-php) to fix build

9e2c232bee81a9458ab8051688d09d3f209bc875 authored over 3 years ago by Mitermayer Reis <[email protected]>
fix for #287: update dependency (prettier-php) to fix build

b7259fef418cdee83303d8f9b42b354cf3be913d authored over 3 years ago by Am Laher <[email protected]>
Bump hosted-git-info from 2.8.5 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release ...

0707b22325a318dcc9a7cfcfcb9603de1c4d62cd authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump lodash from 4.17.19 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](http...

62ae880aec864f3f8febe8b4317f86d36dbe7941 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump handlebars from 4.7.2 to 4.7.7

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.2 to 4.7.7.
- [Release note...

b1b4f26e485ca7b16dc80139061178805906b623 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #291 from prettier/dependabot/npm_and_yarn/y18n-3.2.2

Bump y18n from 3.2.1 to 3.2.2

37600923a25dded35bbf74c3f682d9807ef0b0ce authored over 3 years ago by Mitermayer Reis <[email protected]>
Bump y18n from 3.2.1 to 3.2.2

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://githu...

3a805d79f72bb7370f2b8a97220b0be75c9404e1 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: Fixing typo in readme

68fda6731b9aa29e49706054b69187ae884ccb68 authored over 3 years ago by Ryan Christian <[email protected]>
Merge pull request #282 from Chocrates/master

Add dein config to readme

e7564653bccc34a2564ccd9463483af2965d148e authored almost 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #286 from whatever555/readme-fix

fix incorrect reference to PrettierFragment in readme

a5e205f6fc6e2f153c006296ec0c89ce8fb7ce76 authored almost 4 years ago by Mitermayer Reis <[email protected]>
fix incorrect reference in readme

7a5cdb0296af9a186ac873d245a11ce1ab9c50f7 authored almost 4 years ago by emurph <[email protected]>
Merge pull request #285 from wylie39/patch-1

Remove Pipe

6999016a0b0c6b5304b6956cbba472c1784d8039 authored almost 4 years ago by Mitermayer Reis <[email protected]>
Remove Pipe

This resolves #284

147a1d9719dc026ac29e696f4004d917ad39f9cb authored almost 4 years ago by Wylie Fowler <[email protected]>
Add dein config to readme

3cf8ce55e5c0bde09e92c1bdc72f6d2fca9c05cc authored almost 4 years ago by Chris McIntosh <[email protected]>
Removing travis

- travis build is no longer the main build used by the prettier org,
will need to migrate to s...

d55fa4e5571d2058e7da67dc430ed142d23ee7c9 authored almost 4 years ago by mitermayer <[email protected]>
Merge pull request #281 from roginfarrer/patch-2

Autoformat MDX

560ab601d1b7bf58a0bb637451dc2e8c55b4b1ed authored almost 4 years ago by Mitermayer Reis <[email protected]>
Autoformat MDX

60027b4a86428d5b06ae1e96d0ab1cd8a871053a authored almost 4 years ago by Rogin Farrer <[email protected]>
Merge pull request #274 from nhynes/patch-3

Return cwd as default from s:ResolveExecutable

90fd0d6c5f8410cf8344d4b0985533d3eb9fa223 authored almost 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #272 from johanventer/fix-autoformat

Stop blowing away the BufWritePre augroup in ftplugins

da10f761a1cabc75bf0fba71c574b4d740d9fae3 authored almost 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #279 from yzia2000/273-fix-tsx-ft

#273 changed tsx filetype to typescriptreact

4dfd5618d6a69805a2a1a6c01e487b6f8898eea1 authored almost 4 years ago by Mitermayer Reis <[email protected]>
fix: changed tsx filetype to typescriptreact

5fb8d1ba52e279722bd8d3977dc62f7a63f93e58 authored almost 4 years ago by yzia2000 <[email protected]>
Return cwd as default from s:ResolveExecutable

e3a8b92ef2f8d0197524fa57fa2d574878640f66 authored almost 4 years ago by Nick Hynes <[email protected]>
Stop blowing away the BufWritePre augroup in ftplugins

63a6a6acff5172d6892498d47d7fdb15ca6f790d authored almost 4 years ago by Johan Venter <[email protected]>
Merge pull request #271 from hkennyv/bump-prettier-php

bump @prettier/plugin-php dep

671ca8bd00052cf011c2f276587c95a20557a014 authored almost 4 years ago by Mitermayer Reis <[email protected]>
bump @prettier/plugin-php dep

addresses #268

2b321cd12190b1e1656cc34c8c86182712fe05ed authored about 4 years ago by hkennyv <[email protected]>
Merge pull request #267 from okkan/master

fixes #244

bc7ae99c38a1d0f58380347515b212f93df5e68e authored about 4 years ago by Mitermayer Reis <[email protected]>
fixes #244

aa3e9420796a73b3233c8754eb401b958b1b45e0 authored about 4 years ago by Okan Karaman <[email protected]>
Updating changelog for 1.0.0-beta

7a6fddd0eb41f498ddc24aa6e34063dee7f04c2e authored over 4 years ago by mitermayer <[email protected]>
Version bump

a16366b7b74e54581f1ccb2899225eff91c0fa2d authored over 4 years ago by mitermayer <[email protected]>
Merge pull request #238 from prettier/issue/232-adding-support-for-prettier-2.x

issue/232-adding-support-for-prettier-2.x - Adding support for prettier 2x

564827344d33f3ab647917345c1d4f94ff650fbb authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge branch 'master' into issue/232-adding-support-for-prettier-2.x

340182bbfedd18dd3eb3cac8adc62be0de90b3f4 authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #260 from ethan605/uses-default-cli-configs

Uses default cli configs

ec8dc2bc344985c09e34fd6a4aff73702e2b7967 authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #259 from jsit/buffer-cmd-doc

Add buffer-level prettier exec command to doc

e193279ee89e994704a4884bd9950046a080e6ac authored over 4 years ago by Mitermayer Reis <[email protected]>
Adds Prettier CLI document references

5d5bde20964b0b55e05516f7f7784bd90d92aeb8 authored over 4 years ago by Ethan Nguyen <[email protected]>
Uses default configs from Prettier CLI document

349999cc6eb3f11280ae1b1ed00f4975c4d84053 authored over 4 years ago by Ethan Nguyen <[email protected]>
Add buffer-level prettier exec command to doc

0241700d62814a1ddafc0227e0c66e9a8e3fae87 authored over 4 years ago by Jay Sitter <[email protected]>
Merge pull request #256 from jsit/prettier-exec-cmd-buffer

Add support for buffer-level prettier_exec_cmd, for prettier-stylelint for instance

87c46da349f035eca36890e880dfe86707117b1e authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge branch 'master' into prettier-exec-cmd-buffer

f0076df891baf71fc5df61dce214acbb14f9d230 authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #254 from prettier/dependabot/npm_and_yarn/acorn-5.7.4

Bump acorn from 5.7.3 to 5.7.4

0f797652138dc1b69e2562fbff30b6a1e86fc0c8 authored over 4 years ago by Mitermayer Reis <[email protected]>
Simplify example autocmd for prettier-stylelint

1033199e52a6a6b32a14c4d5cc9ae1fba6386f69 authored over 4 years ago by Jay Sitter <[email protected]>
Add support for buffer-level prettier_exec_cmd, for prettier-stylelint for instance

7dc91ade28b0b89309e7c6b332ea6ccbd1c8f823 authored over 4 years ago by Jay Sitter <[email protected]>
Bump acorn from 5.7.3 to 5.7.4

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://g...

184f6232605a1296d0d1d48b5608efeeadafde24 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #235 from jamesbvaughan/jamesbvaughan/ruby-filetype

Autoformat .rb files

6ec1cc07763d4a6183c99253cc82a9854c9ab278 authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #252 from mrnugget/fix-nvim-onexit-error

Fix error when quitting Neovim with :wq

674360e9df699b959e38127bc7f15a89c1502f68 authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #253 from prettier/dependabot/npm_and_yarn/lodash-4.17.19

Bump lodash from 4.17.15 to 4.17.19

5e5d51d4b1c8ad2e99cc24cce23e684a5ad1e5f1 authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge branch 'master' into fix-nvim-onexit-error

c60cfefd2e42915549af9ec5c90ad683041baf37 authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge branch 'master' into dependabot/npm_and_yarn/lodash-4.17.19

04602c632f417f953c32a5d766894c757e6e345f authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge pull request #246 from raxell/add-missing-yml-extension-in-autocmd

Add missing ".yml" in autocmd

cc3c95f28ab4e93e121428d5897c9dd0dd7082e0 authored over 4 years ago by Mitermayer Reis <[email protected]>
Merge branch 'master' into jamesbvaughan/ruby-filetype

154cf2e639280121e0e3de7fbeb7a55d1361ce70 authored over 4 years ago by Mitermayer Reis <[email protected]>
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

ef2977397babd7d6c204124e885b467f07b54381 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix error when quitting Neovim with :wq

This fixes #215 by implementing the fix I've suggested in [my
comment][0].

After [the suggestio...

29449e7a155b858085ddfe3cab1f770464a68cdf authored over 4 years ago by Thorsten Ball <[email protected]>
Add missing ".yml" in autocmd

27fadfd62040fa90b86c23dbc1736a335374a7c7 authored over 4 years ago by Marco Comes <[email protected]>
Merge pull request #243 from coolreader18/patch-1

Fix string concatenation typo

d927452f2db2c43dc78c6b62783b64670569e5c9 authored over 4 years ago by Mitermayer Reis <[email protected]>
Fix string concatenation typo

b351226a0ea4aded1755284b189d1cd608e810bc authored over 4 years ago by Noah <[email protected]>
issue/232-adding-support-for-prettier-2.x - Adding support for prettier

2.x

- Updating default config
- Adding missing configuration
- Updating yarn lock
- Updating pac...

e12223182a51c85528159cb8baf4339998eb9797 authored over 4 years ago by mitermayer <[email protected]>
Merge pull request #236 from solderjs/patch-1

Add instructions for installing with vim 8+

de4c4fc5d879c8d82668e47384f80ff45c1bfb42 authored over 4 years ago by Mitermayer Reis <[email protected]>
Add instructions for installing with vim 8+

No need for pathogen, plug, vundle, etc anymore

ce1bf297cb3569a59082286b0fcc2260b55868d2 authored over 4 years ago by AJ ONeal <[email protected]>
Autoformat .rb files

b16bb29156bd5c50c8565a4512abe21e49097684 authored over 4 years ago by James Vaughan <[email protected]>
Merge pull request #234 from cjlarose/reevaluate-autoformat

Force reevaluation of autoformat settings at buffer write time

6b1adeb54910aaac47d6ab9ecc6d54ffe2f68360 authored over 4 years ago by Mitermayer Reis <[email protected]>
Force reevaluation of autoformat settings at buffer write time

62ea1dc2110ff760af167633c71a6e469011b9c6 authored over 4 years ago by Chris LaRose <[email protected]>