This version introduces a number of notable changes in how Shopify Functions are written in Rust, in order to leverage the new Shopify Functions Wasm API. See our update guide here for instructions on updating to version 1.0.0
.
What's Changed
- Bump serde_json from 1.0.128 to 1.0.132 by @dependabot in #98
- Bump proc-macro2 from 1.0.86 to 1.0.88 by @dependabot in #97
- Bump serde from 1.0.210 to 1.0.214 by @dependabot in #99
- Bump proc-macro2 from 1.0.88 to 1.0.89 by @dependabot in #100
- Bump proc-macro2 from 1.0.89 to 1.0.92 by @dependabot in #105
- Bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #104
- Bump serde from 1.0.214 to 1.0.215 by @dependabot in #103
- Bump serde from 1.0.215 to 1.0.217 by @dependabot in #108
- Bump quote from 1.0.37 to 1.0.38 by @dependabot in #109
- Bump convert_case from 0.6.0 to 0.7.1 by @dependabot in #112
- Bump proc-macro2 from 1.0.92 to 1.0.93 by @dependabot in #110
- Bump serde_json from 1.0.133 to 1.0.135 by @dependabot in #111
- Bump serde_json from 1.0.135 to 1.0.137 by @dependabot in #113
- Make Decimal implement Display by @Arkham in #114
- Bump serde_json from 1.0.137 to 1.0.138 by @dependabot in #116
- Bump serde from 1.0.217 to 1.0.218 by @dependabot in #118
- Bump proc-macro2 from 1.0.93 to 1.0.94 by @dependabot in #121
- Bump quote from 1.0.38 to 1.0.39 by @dependabot in #122
- Bump convert_case from 0.7.1 to 0.8.0 by @dependabot in #120
- Bump serde_json from 1.0.138 to 1.0.140 by @dependabot in #119
- Bump serde from 1.0.218 to 1.0.219 by @dependabot in #123
- Bump ryu from 1.0.18 to 1.0.20 by @dependabot in #124
- Bump quote from 1.0.39 to 1.0.40 by @dependabot in #125
- Bump proc-macro2 from 1.0.94 to 1.0.95 by @dependabot in #126
- Pin GitHub Actions to commit by @rxbchen in #127
- Bump actions/checkout from 3.6.0 to 4.2.2 by @dependabot in #128
- Add reviewers for github actions dependabots by @adampetro in #129
- Support Wasm API by @adampetro in #130
- Update crate version in docs to 1.0.0 by @andrewhassan in #134
- Add
Deserialize
implementations for input objects by @adampetro in #131 - Improve some macro hygiene by @adampetro in #135
- Use released Wasm API crate by @adampetro in #136
- v1.0.0 by @adampetro in #137
New Contributors
Full Changelog: v0.8.1...v1.0.0