Skip to content

Releases: sapegin/grim-wrapper

v1.2.4

Choose a tag to compare

@sapegin sapegin released this 17 Dec 13:09
  • fix: Add new helper function - isInsideMultilineComment 5a1cc2f

v1.2.3...v1.2.4

v1.2.3

Choose a tag to compare

@sapegin sapegin released this 17 Dec 12:21
  • fix: isCommentBreak should detect breaks before/after comments such as // d53adfa

v1.2.2...v1.2.3

v1.2.2

Choose a tag to compare

@sapegin sapegin released this 17 Dec 12:08
  • fix: Revert previous changes to isComment function 3706902

v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@sapegin sapegin released this 17 Dec 11:51
  • fix: Correctly handle multiline comments without prefix in helper functions 7909ea8

v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@sapegin sapegin released this 17 Dec 10:19
  • feat: Simpler multiline comment formatting: only add * prefixes for JSDoc (/** comments), and indent /* and JSX comments using two spaces instead 73a03a7
  • fix: Improve wrapping of comments with very long words 0b4ed9d

v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Oct 07:38

1.1.0 (2025-10-12)

Features

  • Change formatting of JSX comments (0fffbb9)

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 17 Sep 07:06

1.0.7 (2025-09-17)

Bug Fixes

  • Skip wrapping short comments only when they are single-line (f253fb4)

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 25 Aug 11:45

1.0.6 (2025-08-25)

Bug Fixes

  • Correct indentation in multiline {/* ... */} comments (d8efaeb)

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 23 Aug 07:40

1.0.5 (2025-08-23)

Bug Fixes

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 23 Aug 07:30

1.0.4 (2025-08-23)

Bug Fixes