Skip to content

Releases: electrovir/prettier-plugin-multiline-arrays

v4.1.10

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:35
Immutable release. Only release title and notes can be modified.
425afb6

Previous: v4.1.9
Compare: v4.1.9...v4.1.10

Commits

  • 425afb6 (electrovir): [patch] fix missing end bracket bug
    GitHub: fixes #56
  • 4686959 (electrovir): [patch] fix double format bug Co-authored-by: skyefall7106 skyefall7106@email.com in PR #74
    GitHub: fixes #73
  • e8d402f (electrovir): [patch] fix sorting with empty comment arrays in JSON
    GitHub: fixes #75
  • 0228ad9 (electrovir): [dev] only test prettier versions beyond min-release-age
  • 2c264de (electrovir): [patch] update deps and configs

v4.1.9

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:13
3483778

Previous: v4.1.8
Compare: v4.1.8...v4.1.9

Commits

  • 3483778 (electrovir): [patch] update deps and configs and fix license string

v4.1.8

Choose a tag to compare

@github-actions github-actions released this 04 May 17:28
5bb660d

Previous: v4.1.7
Compare: v4.1.7...v4.1.8

Commits

  • 5bb660d (electrovir): [patch] fix GitHub issue #71

v4.1.7

Choose a tag to compare

@github-actions github-actions released this 22 Apr 13:33
e85a620

Previous: v4.1.6
Compare: v4.1.6...v4.1.7

Commits

  • e85a620 (electrovir): [patch] fix GitHub issue #70 in an automated test
  • 04e323e (electrovir): [dev] repro GitHub issue #70 in an automated test

v4.1.6

Choose a tag to compare

@github-actions github-actions released this 21 Apr 17:03
2cdaef0

Previous: v4.1.5
Compare: v4.1.5...v4.1.6

Commits

  • 2cdaef0 (electrovir): [patch] fix GitHub issue #69
  • 08bf44c (electrovir): [dev] repro issue #69 in an automated test
  • 8861a83 (electrovir): [patch] update deps, configs, linting, and internal formatting

v4.1.5

Choose a tag to compare

@github-actions github-actions released this 13 Mar 17:09
70c046b

Previous: v4.1.4
Compare: v4.1.4...v4.1.5

Commits

  • 70c046b (Taylor Buchanan): [patch] Add Prettier module augmentation for custom options (#68)
    Closes #67

v4.1.4

Choose a tag to compare

@github-actions github-actions released this 12 Feb 00:02
0072232

Previous: v4.1.3
Compare: v4.1.3...v4.1.4

Commits

  • 0072232 (electrovir): [patch] move @augment-vir/assert to from dev deps to normal deps
  • ae1585a (electrovir): [patch] update deps

v4.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Dec 16:23
68b0484

Previous: v4.1.2
Compare: v4.1.2...v4.1.3

Commits

  • 68b0484 (electrovir): [patch] maybe fix getVisitorKeys issue
    GitHub
    related to #64
  • c27f9dd (electrovir): [dev] check that correct prettier version was intalled

v4.1.2

Choose a tag to compare

@github-actions github-actions released this 18 Dec 16:47
4b0d6e0

Previous: v4.1.1
Compare: v4.1.1...v4.1.2

Commits

  • 4b0d6e0 (electrovir): [patch] fix end-line formatting
    GitHub
    fixes #63

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Dec 15:46
f06e4af

Previous: v4.1.0
Compare: v4.1.0...v4.1.1

Commits

  • f06e4af (electrovir): [patch] update README
  • cf0de1c (electrovir): [dev] add prettier version testing script