Skip to content

Releases: basementstudio/commerce-toolkit

@bsmnt/[email protected]

14 Apr 13:22
3a6fb0f
Compare
Choose a tag to compare

Major Changes

  • 7be03f0: Migrate from graphql-codegen to Genql, an amazing graphql client generator

@bsmnt/[email protected]

14 Apr 13:22
3a6fb0f
Compare
Choose a tag to compare

Patch Changes

  • 7be03f0: Migrate from graphql-codegen to Genql, an amazing graphql client generator

@bsmnt/[email protected]

03 Feb 18:22
f913dcc
Compare
Choose a tag to compare

Patch Changes

  • 72e86a6: Add optional params to sdk-gen config.

    • MaybeValue: Set type for Maybe in the generated file. Accepts a string.
    • InputMaybeValue: Set type for InputMaybe in the generated file. Accepts a string.
    • AvoidOptionals: If true it disables optional types on the generated schema. Accepts true or false.

@bsmnt/[email protected]

13 Dec 18:47
3bb5fc5
Compare
Choose a tag to compare

Minor Changes

  • 017f3a0: Add a simple logging system

@bsmnt/[email protected]

03 Nov 20:51
31655d3
Compare
Choose a tag to compare

Patch Changes

@bsmnt/[email protected]

30 Oct 21:36
85c4393
Compare
Choose a tag to compare

Major Changes

  • 687fd41: Remove createStandardStorefrontClient as it was too big with no real benefit for now. Instead of using createStandardStorefrontClient, you now should use @bsmnt/sdk-gen

@bsmnt/[email protected]

30 Oct 21:36
85c4393
Compare
Choose a tag to compare

Patch Changes

  • 687fd41: Access fetch from globalThis instead of global, as using global is unreliable.

@bsmnt/[email protected]

26 Oct 17:23
bdc059d
Compare
Choose a tag to compare

Patch Changes

  • 095b1ca: save cart id on localStorage when creating with lines

@bsmnt/[email protected]

18 Oct 20:47
279e04a
Compare
Choose a tag to compare

Patch Changes

  • e274b6f: include graphql as a prod dependency to sdk-gen (knowing that it'll be installed as a devDependency

@bsmnt/[email protected]

14 Oct 21:49
27b8b03
Compare
Choose a tag to compare

Patch Changes