Skip to content

Releases: Nick2bad4u/prettier-plugin-multiline-arrays-2

v5.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 00:22
Immutable release. Only release title and notes can be modified.

Full Changelog: v5.1.1...v5.1.2

v5.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 19:54
Immutable release. Only release title and notes can be modified.

Full Changelog: v5.1.0...v5.1.1

Release v5.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 19:05
Immutable release. Only release title and notes can be modified.
✨ [feat] Add opt-in TypeScript union wrapping

✨ [feat] Add multilineTypeUnionsWrapThreshold as a default-off Prettier option that wraps TSUnionType members only when the configured member threshold is exceeded.

✨ [feat] Route TypeScript union nodes through a dedicated printer helper before the existing multiline array rewriting, preserving existing array behavior and Prettier defaults when the option is disabled.

🧪 [test] Cover option validation, default one-line union formatting, threshold equality, configured multiline unions, and generic type-argument unions across the shared TypeScript fixtures.

📝 [docs] Document the new union threshold option and clarify that comment overrides remain array-only.

Release v5.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 06:19
Immutable release. Only release title and notes can be modified.
Release v5.0.0

Release v1.0.0

Choose a tag to compare

@Nick2bad4u Nick2bad4u released this 05 Jul 15:56
Immutable release. Only release title and notes can be modified.
v1.0.0
f0b1cd5

Changelog

v1.0.0 - 2026-07-05

💼 Other

  • [dev] prepare maintained multiline arrays fork

  • [dev] document trusted publishing setup

  • [dev] fix CodeQL action pin