Skip to content

Releases: Shopify/shopify-function-rust

v0.8.0

08 May 18:25
83d8786
Compare
Choose a tag to compare

What's Changed

Updating

Update the graphql_client crate to v0.14

Full Changelog: v0.7.0...v0.8.0

v0.7.1

08 May 14:32
f207d62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

08 Mar 16:19
b421e6e
Compare
Choose a tag to compare

What's Changed

  • Use Ryū's small feature to cut ~9kb by @jbourassa in #55
  • [BREAKING] Add extern_enums and skip codegen for large enums by @jbourassa in #56
    • CountryCode, CurrencyCode, and LanguageCode are now represented as String values
  • Decimal implements Deref by @Vam-Jam in #48

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

01 Mar 16:49
27c1d73
Compare
Choose a tag to compare

What's Changed

  • Drop anyhow by @jbourassa in #52. This should slim down the resulting Wasm by ~50kb