Skip to content

Latest commit

 

History

History
60 lines (28 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

60 lines (28 loc) · 1.99 KB

2.0.2 (2018-10-17)

Bug Fixes

  • attributes: remove duplicates (cb8eecc)

2.0.1 (2018-10-17)

Bug Fixes

  • attributes: only append foreignKey in BelongsTo associations (f63ec3f)

2.0.0 (2018-10-16)

Bug Fixes

  • resolvers: fix associations resolvers (a47cfaf)

BREAKING CHANGES

  • resolvers: Change first argument to Model in getFilterAttributes

1.2.0 (2018-09-11)

Features

  • types: change dates to graphql-iso-date (0dcc253)

1.1.2 (2018-06-22)

Bug Fixes
  • associations: fix name filter name (7e3e1b26)

1.1.1 (2018-06-21)

Bug Fixes
  • types: fix convert DOUBLE PRECISION (46ad7489)

1.1.0 (2018-06-18)

Chores
  • deps: update dependency lint-staged to v7.2.0 (5ca23175)
Bug Fixes
  • resolver: fix children resolvers (910429a0)

1.0.0 (2018-06-06)

Chores