Skip to content

Releases: Shopify/shopify-function-rust

v0.7.0

08 Mar 16:19
b421e6e

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

Choose a tag to compare

What's Changed

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