Releases: wasilibs/go-prettier
v3.4.2
v3.4.1
This updates the packaged prettier version to 3.4.1 and wazero to 1.8.1. It also updates the versioning scheme of this repository to match the upstream version number. It means that the major version will be in the module name, so update any go run
commands or similar to reference v3
, github.com/wasilibs/go-prettier/v3
.
v1.33.3
This updates the packaged prettier version to 3.3.3.
This is also the first release where the WebAssembly binaries and published release binaries are signed using GitHub Artifact Attestations. You can use the gh CLI to verify the binary downloaded by Go under ~/go/pkg/mod, or the downloaded release artifacts, and if you verify the GitHub Actions workflow included in the attestation, you can confirm the source and steps used to build the binary. We hope this will make it more comfortable to adopt WebAssembly-based Go dependencies.
v1.33.2 (upstream 3.3.2)
This updates the packaged prettier version to 3.3.2 and adds prettier-plugin-sh to allow formatting of shell-like (i.e. Dockerfile) files.
v1.33.1 (upstream 3.3.1)
This updates the packaged prettier version to 3.3.1. There are no other changes to the distribution.
v1.33.0 (upstream 3.3.0)
This updates the packaged prettier version to 3.3.0. There are no other changes to the distribution.
v1.32.5
Welcome to go-prettier, a distribution of prettier which can be executed directly with go run. prettier is compiled to WebAssembly and executed with the pure Go runtime wazero, allowing it to run on any platform that Go supports.
This repository uses semantic versioning for the exposed API rather than formatting behavior. Currently, there is no API since we only publish binaries. As such, the version follows v1.xy.z
where x
matches the upstream major version, y
matches the upstream minor version, and z
matches the upstream patch version.