v1.2.0
1.2.0 (2020-02-03)
Bug Fixes
- add
.spec.ts
files to hardcoded excludes (2a9d58a)
Features
- add
namespaceConfig
to AstDirNode which populates only byindex.ts
file in current folder. Other occurrencesfield.index
,dir.index
are perceive like a regular sub-field withindex
name. (27d139f) - add helpers for testing –
testOperation()
,testOperationData()
,testOperationErrors()
,testSDL()
,testBuildSchema()
(f55ce9b)