Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 16:09
· 87 commits to main since this release
f1c234c

Changelog

Changes

  • 024dd45: Generate Rust alongside Go and TypeScript (@linyows)
  • 6072741: Say how a query's file name settles the generated names (@linyows)
  • 2b6294c: Scan for security problems in CI, and stop leaking a URL's userinfo (@linyows)
  • ea2fa9a: Share the parts of generation that both languages decide alike (@linyows)
  • 9ea8382: Test the shared parts of generation directly (@linyows)

Install

The generator is a Go tool, and what it generates is Go, so the usual way
is to record it in the module that uses it:

go get -tool github.com/linyows/jmapc/cmd/jmapc@v0.5.0

Binaries are attached below for anyone without a Go toolchain.