Skip to content

Releases: electrovir/prettier-plugin-multiline-arrays

v3.0.6

03 Jun 14:46
99571a0
Compare
Choose a tag to compare

Commits

  • 347cd3e: [patch] merge pull request #34 from richardsimko (Richard Simko) #34
  • 3869493: [patch] remove upper bound on Prettier peer dep because of #34 (electrovir)
  • 4bc70e4: [patch] update deps (electrovir)
  • 99571a0: [dev] fix formatting (electrovir)

v3.0.5

03 Jun 14:41
5b5d231
Compare
Choose a tag to compare

Commits

  • 564a2a8: [dev] use Node.js v22 (electrovir)
  • 5b5d231: [patch] specificy maximum prettier peer dep range due to #32 (electrovir)

v3.0.4

19 Feb 14:14
b220f09
Compare
Choose a tag to compare

Commits

  • b220f09: [patch] update deps (electrovir)

v3.0.3

01 Feb 12:40
55a1031
Compare
Choose a tag to compare

Commits

  • 55a1031: [patch] remove relative path comment from config example (electrovir)

v3.0.2

01 Feb 12:39
c8b36ea
Compare
Choose a tag to compare

Commits

  • c8b36ea: [patch] remove node_modules path from config example (electrovir)

v3.0.1

20 Nov 17:06
3b43046
Compare
Choose a tag to compare

Commits

  • 3b43046: [patch] update deps and configs (electrovir)

v3.0.0

22 Oct 15:58
36a65c3
Compare
Choose a tag to compare

Commits

  • 33c27ae: upgrade deps (electrovir) #28
  • 46dba5c: wip (electrovir) #28
  • f1f4c69: wip (electrovir) #28
  • 2bb919a: wip (electrovir) #28
  • fded62c: fixes issues! (Taylore) #28
  • def273e: don't need this anymore (Taylore) #28
  • 599dd92: bumps cspell + fixes test:all (Taylore) #28
  • 5cff74b: updates readme (Taylore) #28
  • ace10ad: major bump (Taylore) #28
  • fc53db2: indicate richardsimko as a contributor for their patch to replace doc concat checks with array checks (Richard Simko)
  • 0bf324e: remove types from javascript tests (electrovir)
  • 5053420: use Array.isArray check instead of dedicated isDocArray check (electrovir)
  • 62b2d5b: remove root level mocha config as it's unused (electrovir)
  • 1b08404: remove root level ncu config as it's unused (electrovir)
  • bc9aa8c: use Node 20 (electrovir)
  • 5029d0c: update deps (electrovir)
  • d3b8bde: update docs command (electrovir)
  • f0d4c4c: replace internal ansi-regex usage with removeColor from @augment-vir/common (electrovir)
  • 40dea58: fix findPluginsByParserName outputing undefined (electrovir)
  • d237712: fixup types and exports in index.ts (electrovir)
  • 36a65c3: better preprocessing types (electrovir)

v2.0.0

25 Jun 13:09
a80b328
Compare
Choose a tag to compare

Potentially breaking changes:

  • The default wrap threshold is now -1 which indicates that no wrapping is forced, by default. In order to maintain the previous 1.x default behavior, set multilineArraysWrapThreshold: 1 in your Prettier config.
  • Leading new lines now force an array wrap. This means that existing wrapped arrays will not unwrap if the multilineArraysWrapThreshold config is lowered.
  • If you're also using the plugin prettier-plugin-sort-json, it now works with this plugin: your JSON formatting will likely change as a result.

Commits

  • 4f5c742: update deps and configs (electrovir)
  • 091f6a5: use test-as-package (electrovir)
  • 45b754e: add better debugging info to README (electrovir)
  • aeca1b6: update configs, license, and deps (electrovir)
  • 309f8cb: fix prettier warning on missing parser (in tests) (electrovir)
  • 67011d2: tweak test case property names (electrovir)
  • 8f50b50: remove spellcheck words that are now covered in base config (electrovir)
  • c081b9a: add tsconfig test (electrovir)
  • 59735c5: fix comments not overriding manual wrapping (electrovir)
  • 4c20dd5: work with prettier-plugin-sort-json (electrovir)
  • d36fcf8: add leading new line detection (electrovir)
  • ecb12ac: change default wrap threshold to -1, indicating none (electrovir)
  • cc84605: upgrade deps (electrovir)
  • 76d7ecb: update docs (electrovir)
  • a80b328: update to 2.0.0 (electrovir)

v1.1.4

31 May 11:54
dd85162
Compare
Choose a tag to compare

Commits

  • dd85162: update deps (electrovir)

v1.1.3

13 Jan 21:28
4cefbbf
Compare
Choose a tag to compare

Commits

  • 037340a: Add check for when options.filepath is undefined (Farmer Paul) #19
  • 8b677b6: update deps (electrovir)
  • d4f1f28: add test for farmerpaul's fix (electrovir)
  • 914c0d3: update configs and formatting (electrovir)
  • d6cbf8a: add @types/esprima package back (electrovir)
  • 4cefbbf: fix tests (electrovir)