Skip to content

Latest commit

 

History

History
160 lines (71 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

160 lines (71 loc) · 5.25 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.13.0 (2017-05-19)

Bug Fixes

  • app: Packages upgrades (c7cf2de)
  • resolvers: Remove workaround. Closes #44 (758ebbf)

0.12.1 (2017-04-30)

Bug Fixes

  • github: Remove github template (353aadf)
  • package: update graphql-server-express to version 0.7.0 (#49) (36cf7b4)

0.12.0 (2017-04-01)

Features

  • app: Remove scalar types and use libs (749b5ee)

0.11.0 (2017-03-31)

Bug Fixes

  • package: update graphql-server-express to version 0.5.0 (#24) (8f84b54)
  • package: update graphql-tools to version 0.10.0 (#31) (398386e)
  • package: update graphql-tools to version 0.11.0 (#46) (4991faa)
  • tests: Fix partial tests (e5eb2cd)

Features

  • app: Upgrade to loopback 3.0 (5dfe8fb)

0.10.0 (2017-01-06)

Bug Fixes

  • app: Fix models names (c21f454)
  • app: Fix wrong mixins (93e8da7)
  • package: update graphql-tools to version 0.9.0 (#21) (1f0f309)

Features

  • app: Adding request to context (0a3163d)

0.9.0 (2016-11-20)

Features

  • app: Support complex models (82e479c), closes #7

0.8.0 (2016-11-15)

Features

  • app: Resolvers with edges (883e79d)
  • app: Support paginations (5ca2257)

0.7.0 (2016-11-03)

Bug Fixes

  • typedefs: Include generated properties (a10c444)

Features

  • app: Fix hidden attributes (8d5c8a0)

0.6.0 (2016-10-18)

Features

  • App: Support aggregated types (b057b3b), closes #1

0.5.3 (2016-10-16)

Bug Fixes

  • App: Error on ReferencesMany relationship (81f0821)

0.5.1 (2016-10-15)

Bug Fixes

  • resolvers: Fix resolving nested models (c80b02d)

0.5.0 (2016-10-14)

Features

  • Query: ID parameter to single object query (83ab4c4)

0.3.0 (2016-10-12)

Bug Fixes

  • app: Fix relationships errors (29716d1)

Features