Releases: RisingStack/graffiti-mongoose
Releases · RisingStack/graffiti-mongoose
6.0.0
chore
- chore(circle): add badge, use yarn (764eaf5)
- chore(circle): use CircleCI (690b8aa)
- chore(package): update dependencies (75d9085)
- chore(package): update example dependencies (9391856)
- chore(package): update lodash to version 4.16.0 (#153) (0bfcfc0)
- chore(package): update sinon to version 1.17.6 (#152) (1d1f6d1)
fix
- fix(projection): fieldASTs is called fieldNodes (fced319)
- fix(projection): fix "can't get selectionSet of undefined" error (#204) (f8edeb9), closes [(#204](https://github.com/(/issues/204)
v5.0.9
v5.0.8
v5.0.7
v5.0.3
v5.0.2
v5.0.0
chore
- chore(package): add babel-polyfill to peer dependencies (215cfb9)
- chore(package): remove .jscsrc (b8662a3)
- chore(package): run eslint before commits (9a5b8f2)
- chore(package): update dependencies (8b56a10)
feat
- feat(mutation): support append to arrays in update mutation (with fieldName_add input field) (6aa5820)
- feat(schema): add read support types for objects within a list (c473304)
fix
- fix(type): fix connections for different models with the same field names (4da2042)
v4.3.3
- use original type on update mutation
v4.3.1
- add arguments to post hooks
v4.3.0
- support
orderBy
argument