Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 841 Bytes

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 841 Bytes

Change Log

All notable changes to the "wasm-fmt" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.2.1]

Add support for Zig. Add logger.

[0.2.0]

Import new Formatter: Rome

Change default formatter for JavaScript/TypeScript to Rome. Add support for JSX/TSX.

[0.1.2]

Update default clang-format style.

  • C/C++/C# use Microsoft style
  • Java use Google style
  • JavaScript/TypeScript use Chromium style.

[0.1.1]

Fix bug: Web Extension plugin should be universal target.

[0.1.0]

First version

supported languages:

gofmt

- Golang

Ruff

- Python

Clang Format

- C/C++
- Java
- C#
- Objective-C/C++
- Protobuf
- JavaScript
- TypeScript
- JSON

[0.0.1]

  • Initial release