Skip to content

Releases: ony3000/prettier-plugin-brace-style

v0.10.1

26 Mar 15:21

Choose a tag to compare

What's Changed

  • Find the correct parser by searching within the plugin.name property by @ony3000 in #68

Full Changelog: v0.10.0...v0.10.1

v0.10.0

24 Feb 14:57

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

17 Jan 11:57

Choose a tag to compare

What's Changed

  • Refactor comparison tests to snapshot tests by @Copilot in #63
  • Support oxc by @ony3000 in #64
  • Support babel-ts by @ony3000 in #65
    • ℹ️ The enum syntax is supported in Prettier ≥ 3.6.

New Contributors

  • @Copilot made their first contribution in #63

Full Changelog: v0.8.2...v0.9.0

v0.8.2

06 Dec 09:08

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

27 Jul 02:42

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 Jun 14:24

Choose a tag to compare

ℹ️ This version contains some breaking changes.

What's Changed

  • Drop support for Prettier v2 by @ony3000 in #55
  • Increase the minimum required Node.js version to 18 by @ony3000 in #56
  • Readopt polyrepo as repository structure by @ony3000 in #57
  • Replace ESLint with Biome by @ony3000 in #58

Full Changelog: v0.7.3...v0.8.0

v0.7.3

06 May 13:01

Choose a tag to compare

What's Changed

  • Performs formatting even when including TypeScript syntax inside script tags by @ony3000 in #54

Full Changelog: v0.7.2...v0.7.3

v0.7.2

09 Jan 12:31

Choose a tag to compare

What's Changed

  • Support angular control flow blocks by @ony3000 in #49
  • Correctly calculate the range of the switch statement's discriminant by @ony3000 in #50

Full Changelog: v0.7.1...v0.7.2

v0.7.1

14 Dec 02:52

Choose a tag to compare

What's Changed

  • Make the order of target braces consistent by @ony3000 in #44
  • Fixes an error that occurs when non-script syntax is written in a script tag in HTML by @ony3000 in #45
  • Leave Prettier's output as is for code blocks embedded in markdown and mdx by @ony3000 in #46

Full Changelog: v0.7.0...v0.7.1

v0.7.0

16 Aug 15:51

Choose a tag to compare

What's Changed

  • chore: add github CI for tests by @bryceosterhaus in #35
  • Support svelte by @ony3000 in #39
  • Support angular and html by @ony3000 in #40
  • When braceStyle is allman, the opening brace of a switch statement case block also breaks into new lines. by @ony3000 in #41

New Contributors

Full Changelog: v0.6.2...v0.7.0