Skip to content

Latest commit

 

History

History
97 lines (75 loc) · 7.29 KB

File metadata and controls

97 lines (75 loc) · 7.29 KB

master

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
  • Use float instead of int for :number type - 83 - pie6k

0.8.0

Feature

Fixes

0.7.0

0.6.0

0.5.1

0.5.0

⚠️ BREAKING CHANGES ⚠️

  • Now it supports only node ^6.10

Other Changes

  • Updated typescript version to 2.3.4
  • Fixed an issue when using nested input type objects
  • Added tests for nested input changes
  • Removed typings and everything related
  • Configured travis to run properly
  • Fixed old broken tests (probably happened due to lack of CI for early releases/changes)
  • Fixed lint issues

Fork changes

Added new docorators below - @thiago-soliveira

  • @Ctx
  • @Root
  • @Pagination
  • @OrderBy
  • @EnumType
  • @Value
  • @Query
  • @Mutation
  • @UseContainer
  • @UnionType