Skip to content

Releases: indigotech/graphql-schema-decorator

1.0.0-alpha9

19 May 15:03
16323ab
Compare
Choose a tag to compare
1.0.0-alpha9 Pre-release
Pre-release

Bugfix

1.0.0-alpha10

20 May 22:15
Compare
Choose a tag to compare
1.0.0-alpha10 Pre-release
Pre-release

Bugfix

Breaking changes

  • Use float instead of int for :number type - 83 - pie6k

1.0.0-alpha8

19 May 15:01
3cc1578
Compare
Choose a tag to compare
1.0.0-alpha8 Pre-release
Pre-release

Bugfix

1.0.0-alpha7

19 May 15:00
088925e
Compare
Choose a tag to compare
1.0.0-alpha7 Pre-release
Pre-release

Features

1.0.0-alpha4

19 May 14:58
27a31cd
Compare
Choose a tag to compare
1.0.0-alpha4 Pre-release
Pre-release

Bugfix

1.0.0-alpha3

19 May 14:58
fdbeb24
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release

Bugfix

1.0.0-alpha1

19 May 14:55
336b34f
Compare
Choose a tag to compare
1.0.0-alpha1 Pre-release
Pre-release

Breaking changes

  • useContainer is now a function instead of a decorator - #40 - @felipesabino
  • Refactored @Field decorator and nested dependent decorators (@Arg, @OrderBy, @Root, @Before and @Ctx) - #34 - @felipesabino
  • Refactored @Query, @Mutation, @Subscription and @Schema - #32 - @felipesabino
  • Refactored @ObjectType and @InputObjectType - #31 - @felipesabino
  • Refactored @EnumType, @Value and @UnionType - #29 - @felipesabino
  • Deprecated all usages of the decorators below - #34 - @felipesabino
    • @Pagination
    • @Description
    • @List
    • @NonNull

0.8.0

25 Oct 16:29
5c31ece
Compare
Choose a tag to compare

Feature

Fixes

  • Added missing @Arg isList option - #17
  • Fixing null returns for @Pagination - #19

0.7.0

24 Oct 16:14
2590778
Compare
Choose a tag to compare
  • Adding ability to ignore schema fields on @orderby - #11
  • Fixed type duplication issue - #13
  • Decorators are now less verbose - #12
  • Added Subscriptions - #14

0.6.0

31 Aug 14:00
5abb712
Compare
Choose a tag to compare
  • Adding @Before middleware for field schema function resolution #8
  • Order by sort column is now non nullable - #9
  • Adding ability to add custom sort params to @orderby params - #10