v2.0.0
Breaking changes
- Users must set
wasm32-unknown-unknownas the compile target instead ofwasm32-wasip1 - Use
log!instead ofeprintln!for emitting log messages - Must use version 3.85.0 or later of the Shopify CLI
What's Changed
- Bump syn from 2.0.103 to 2.0.104 by @dependabot[bot] in #148
- Bump reqwest from 0.12.20 to 0.12.22 by @dependabot[bot] in #150
- Bump serde_json from 1.0.140 to 1.0.141 by @dependabot[bot] in #151
- Fix clippy issue with Configuration by @jeffcharles in #156
- Update function-runner in integration tests by @jeffcharles in #155
- Bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #159
- Bump syn from 2.0.104 to 2.0.106 by @dependabot[bot] in #162
- Bump reqwest from 0.12.22 to 0.12.23 by @dependabot[bot] in #161
- Bump proc-macro2 from 1.0.95 to 1.0.101 by @dependabot[bot] in #160
- Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #152
- Bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in #154
- Support for v2 of Wasm API by @jeffcharles in #157
- Bump quote from 1.0.40 to 1.0.41 by @dependabot[bot] in #171
- Bump serde from 1.0.219 to 1.0.228 by @dependabot[bot] in #170
- v2.0.0 by @jeffcharles in #168
New Contributors
- @jeffcharles made their first contribution in #156
Full Changelog: v1.1.1...v2.0.0