Skip to content

Releases: rintoj/gql-assist

v1.5.0

01 Jul 15:41
b5c461e
Compare
Choose a tag to compare

1.5.0 (2024-07-01)

Bug Fixes

Features

v1.4.0

29 Jun 00:56
b8f4502
Compare
Choose a tag to compare

1.4.0 (2024-06-29)

Bug Fixes

Features

  • add additional rule, NoDuplicateFieldName (c9ad702)
  • improve auto commit (8ef42b4)

v1.3.0

15 Jun 19:06
Compare
Choose a tag to compare

1.3.0 (2024-06-15)

Features

v1.2.5

15 Jun 11:25
Compare
Choose a tag to compare

1.2.5 (2024-06-15)

Bug Fixes

  • the issue with resolving schema pattern (4029670)

v1.2.4

15 Jun 10:50
Compare
Choose a tag to compare

1.2.4 (2024-06-15)

Bug Fixes

v1.2.3

15 Jun 10:28
Compare
Choose a tag to compare

1.2.3 (2024-06-15)

Bug Fixes

  • add support for pattern in generate hook and decorator commands (1e7aee3)

v1.2.2

15 Jun 06:50
Compare
Choose a tag to compare

1.2.2 (2024-06-15)

Bug Fixes

  • restructure commands and update docs (b15ccfc)

v1.2.1

14 Jun 22:09
Compare
Choose a tag to compare

1.2.1 (2024-06-14)

Bug Fixes

  • update code to respect config (523d385)

v1.2.0

14 Jun 16:21
77386ab
Compare
Choose a tag to compare

1.2.0 (2024-06-14)

Bug Fixes

  • calculate edit by line (4166bb3)
  • imports (4fd60b4)
  • organize imports (a761115)
  • refactor and integrate hook generator (d1477f5)
  • split ts-util into multiple files (ac50902)
  • update calculate edit to print all changes (6ddd013)

Features

  • add calculate edit by words and lines (25e637a)
  • add hook-generator (c1f247a)
  • show range in the debug information (cda3d3d)

v1.1.0

13 Jun 10:31
f916c26
Compare
Choose a tag to compare

1.1.0 (2024-06-13)

Bug Fixes

  • add config nullableByDefault (213c041)
  • boolean types and Promise types (dbe17ca)
  • export generate command (e8bc147)
  • improve resolver generator (19b02fa)
  • organize imports to match prettier's logic (247d20d)
  • parse and add comments (6fc1187)
  • parse array type (9eef1a4)
  • preserve existing types in @ResolveField (30ae6dc)
  • prettier options to be picked from project (65033ff)
  • remove scalar generator (08b907d)
  • remove unused functions (adb59d8)
  • resolver generator (1846e2f)
  • resolvers (70e02b3)
  • should replace nullability for a field (a0d0f66)
  • sort imports by first member (8770cef)
  • test cases (b6235df)
  • the test case around ...args to parent (d4610f4)
  • update resolver generator to add types to @Args (6d9d992)

Features

  • add enum geneartor (07de328)
  • add input generator (5fc96e9)
  • add resolver generator (e7af9bb)
  • do not register enums more than once (2f20ea9)