Skip to content

Releases: jokio/jok-cli

v1.12.1

03 Sep 12:12
efe9884
Compare
Choose a tag to compare

1.12.1 (2021-09-03)

Bug Fixes

  • generation logic for prefixed and suffixed types (efe9884)

v1.12.0

03 Sep 11:42
729b5d6
Compare
Choose a tag to compare

1.12.0 (2021-09-03)

Bug Fixes

  • update node version to 12 (729b5d6)

Features

  • add --prefix and --postfix options for generated types (7162b92)

v1.11.1

10 Dec 09:09
025150d
Compare
Choose a tag to compare

1.11.1 (2020-12-10)

Bug Fixes

  • getFirstFragmentName function declaration to support undefined fragmentParam as well (025150d)

v1.11.0

09 Dec 17:49
f51a894
Compare
Choose a tag to compare

1.11.0 (2020-12-09)

Bug Fixes

  • generator: support nullable lists (892076c)
  • graphql-client: DocumentNode type for fragment arg (f3b37ff)

Features

  • graphql-client: add support for apollo client v3 (a008b38)
  • graphql-client: opt include __typename in defs (ad395b2)

v1.10.6

09 Dec 11:05
e94b9f0
Compare
Choose a tag to compare

1.10.6 (2020-12-09)

Bug Fixes

  • add prettier dev dependency, lint:fix script and fix styling issues (e94b9f0)

v1.10.5

13 Nov 18:06
7017c19
Compare
Choose a tag to compare

1.10.5 (2020-11-13)

Bug Fixes

  • subscribeToMore code generation logic, to have correct types provided to the updateQuery (7017c19)

v1.10.4

11 Nov 18:01
250443e
Compare
Choose a tag to compare

1.10.4 (2020-11-11)

Bug Fixes

  • data type generation in subscribeToMore updateQuery (250443e)

v1.10.3

03 Nov 16:45
1dc0e3d
Compare
Choose a tag to compare

1.10.3 (2020-11-03)

Bug Fixes

  • generated code is valid ts code in strict mode (1dc0e3d)

v1.10.2

25 Oct 19:57
2c28785
Compare
Choose a tag to compare

1.10.2 (2020-10-25)

Bug Fixes

  • mark subscribeToMore as optional (2c28785)

v1.10.1

17 Oct 13:41
ef4ff39
Compare
Choose a tag to compare

1.10.1 (2020-10-17)

Bug Fixes

  • export root level classes (ef4ff39)