v0.17.5
版本发布时间: 2019-08-18 19:09:49
MichalLytek/type-graphql最新发布版本:v2.0.0-rc.2(2024-06-07 20:27:54)
Features
- rename
DepreciationOptions
interface toDeprecationOptions
and deprecate the old one - update deps to newest minor versions (
tslib
,semver
,graphql-query-complexity
andglob
) - support nested array types (
@Field(type => [[Int]])
) (#393) - deprecate the direct array syntax for union types
Fixes
- fix errors on circular refs in union types (#364) by adding the function syntax (
() => TClassTypes
)