Skip to content

Commit

Permalink
doc: update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Mar 1, 2024
1 parent bf17580 commit 1ffa700
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "wasm-fmt" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.3.5]

Support Lua.
Support SQL.

## [0.3.4]

Fix regression: `web_fmt` not working with untitled files.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ wasm fmt is a multi-language code formatting tool with the following advantages:

- [x] Lua

- [sql_fmt](https://github.com/wasm-fmt/sql_fmt)

- [x] SQL

[^1]: JavaScript / TypeScrip / JSON / JSONC are supported by clang-format as well, but web_fmt is used for better output.

0 comments on commit 1ffa700

Please sign in to comment.