Skip to content

Releases: Shopify/syrup

0.14.0

16 Aug 14:09
def82c7
Compare
Choose a tag to compare

What's Changed

  • Copy resource files as part of syrup command by @jlock in #80

Mint uses the Package.resource file to copy assets on install to the build directory. Since mobile tools v5.3 this is now available in SPM, although the resources are only available in code.

This is a breaking change for older tooling (<5.3) that was expecting resources to be copied during the Mint install step.

Full Changelog: 0.13.1...0.14.0

0.13.1

23 Jul 15:13
41c4ace
Compare
Choose a tag to compare

What's Changed

  • Moving away from stencil fork by @jlock in #79

New Contributors

  • @jlock made their first contribution in #79

Full Changelog: 0.13.0...0.13.1

0.13.0

31 May 17:08
f08d047
Compare
Choose a tag to compare

TypeScript

  • Updates generated TypeScript queries to explicitly group fragment selections into their own selection object with extra metadata about the fragment. This is a breaking change for consumers of TypeScript query selections and will require updating how your client consumes them.

0.12.8

08 Nov 23:00
bd259e8
Compare
Choose a tag to compare

Fixes build failures on Xcode 14.1

0.12.7

17 Aug 20:12
0299ca5
Compare
Choose a tag to compare

TypeScript

  • Fixed empty prefix bug

0.12.6

17 Aug 19:31
ae0db35
Compare
Choose a tag to compare

TypeScript

  • Fixed issue where BaseFields are not added to interface fragments.
  • Fixed issue with prefix added to interface fields.

0.12.5

16 Jul 20:34
1726649
Compare
Choose a tag to compare

TypeScript:

  • Make nested input imports unique in within inputs.
  • Fix bug with fragment object types not being properly included in union types.

0.12.4

28 Jun 16:20
2fdb9bc
Compare
Choose a tag to compare

TypeScript:

  • Add support for generating subscription operations

0.12.3

24 Mar 21:23
ecd7c77
Compare
Choose a tag to compare
  • Fix TS quotes & remove unknown enum.

0.12.2

01 Feb 16:48
fdfa98e
Compare
Choose a tag to compare

TypeScript

  • Fixed cyclic import bug.