Releases: electrovir/prettier-plugin-multiline-arrays
Releases · electrovir/prettier-plugin-multiline-arrays
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
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
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, setmultilineArraysWrapThreshold: 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)