Skip to content

Releases: wasilibs/go-prettier

v3.4.2

05 Dec 05:10
33cc9cc
Compare
Choose a tag to compare

This updates the packaged prettier version to 3.4.2.

https://github.com/prettier/prettier/releases

v3.4.1

27 Nov 05:12
9913492
Compare
Choose a tag to compare

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.

https://github.com/prettier/prettier/releases

v1.33.3

16 Jul 00:44
ce5abbe
Compare
Choose a tag to compare

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.

https://github.com/prettier/prettier/releases

v1.33.2 (upstream 3.3.2)

12 Jun 05:11
1d6b372
Compare
Choose a tag to compare

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)

06 Jun 04:34
450e87d
Compare
Choose a tag to compare

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)

03 Jun 01:29
a5298c1
Compare
Choose a tag to compare

This updates the packaged prettier version to 3.3.0. There are no other changes to the distribution.

https://prettier.io/blog/2024/06/01/3.3.0.html

v1.32.5

31 May 08:24
f569ad3
Compare
Choose a tag to compare

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.