Releases: syumai/workers
Releases · syumai/workers
Release v0.23.0
Release v0.22.0
This version contains breaking change in workers-assets-gen comand result.
Please update workers-assets-gen command version in your Makefile to v0.22.0.
What's Changed
- use go:wasmimport for ready func by @syumai in #83
- pass RuntimeContext on creating Go instance by @syumai in #84
- D1 driver would cause panic when QueryContext is called with parameters by @minoritea in #86
- Give option to specify build destination in workers-assets-gen by @so-heil in #87
New Contributors
- @minoritea made their first contribution in #86
- @so-heil made their first contribution in #87
Full Changelog: v0.21.0...v0.22.0
Release v0.21.0
Release v0.20.0
Release v0.19.0
What's Changed
- fix pages example's go.mod by @syumai in #76
- fix fetch response to use blob() instead of text() by @syumai in #78
Full Changelog: v0.18.0...v0.19.0
Release v0.18.0
What's Changed
- added pages template by @AdjectiveAllison in #62
- use encoding/json in examples instead of easyjson by @syumai in #63
- add -no-debug flag to tinygo build commands by @syumai in #64
- use gonew command to initialize project by @syumai in #69
- update to Go 1.21 by @syumai in #72
Important notice
- This version updates auto-generated
wasm_exec.js
file. - Please edit your Makefile and set
workers-asset-gen
command version tov0.18.0
.
New Contributors
- @AdjectiveAllison made their first contribution in #62
Full Changelog: v0.17.0...v0.18.0