Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: aerogear/graphback

0.8.3

29 Aug 11:02
e297cc9
Compare
Choose a tag to compare

Templates

Fixes

  • Removed redis-subscriptions and use im-memory graphql-subscriptions instead.

Graphback-cli

Fixes

  • Removed redis dependency from docker-compose.

0.8.2

28 Aug 16:53
Compare
Choose a tag to compare

Graphback-cli

Fixes

  • Fixed instructions for missing watch command and replaced it with develop
  • Fixed issue with not cleaning template and dist folders
  • Disabled the GraphQL-JS template due to invalid resolver format.

0.8.1

28 Aug 19:32
Compare
Choose a tag to compare

Graphback

Fixes

  • Fixed npm release missing template files

0.8.0

28 Aug 16:15
Compare
Choose a tag to compare

Graphback

Features

  • Added ability to generate client side queries according to data model.

Graphback-cli

Fixes

  • Removed dependency from docker when using sqlite3, changed redis subscriptions
    to inmemory subscriptions.

Templates

Fixes

  • Changed scripts of templates.

0.7.2

21 Aug 05:21
Compare
Choose a tag to compare

Graphback-cli

Fixes

  • Removed watch command from cli which caused a lot of bugs.

0.7.1

20 Aug 09:52
Compare
Choose a tag to compare

0.7.1 (20th August, 2019)

Graphback

Fixes

Fixed problem with creating tables for Int type

0.7.0

13 Aug 21:44
Compare
Choose a tag to compare

0.7.0 (12th August, 2019)

Graphback

Features

  • Added new @disableGen directive that allows user to disable CRUD operation for
    single type

Templates

Features

  • Added new GraphQL-js starter template, that uses GraphQL.js library.
  • Added ability to use custom templates
graphback init name --templateUrl=https://github.com/aerogear/modern-appdev-workshop

0.6.0

07 Aug 09:45
5d9504e
Compare
Choose a tag to compare

0.6.0 (7th August, 2019)

Graphback-cli

Features

  • Added support for SQLite database inside CLI
  • Added new Tasks model template

Fixes

  • Configuration in template works now with different databases that are supported by knex library

0.5.0

01 Aug 12:29
Compare
Choose a tag to compare

Graphback

Features

  • Added ability to perform CRUD generation based on configuration flags
    The generation will now be based on config.json file that will contain properties
    for all resolver types that need to generated. Please refer to documentation for more information
  • Added ability for custom Queries/Mutations/Subscriptions. Users can generate empty resolver stubs for their implementation.

Fixes

  • Modularized resolver output into separate files(based on types) instead of a single one. Also added custom resolvers.

Graphback-cli

Fixes

  • Changed resolvers output format from a single resolver file to multiple files. Also added custom resolvers in generate

Templates

Fixes

  • Dropped generated folder and change structure for template accordingly. Generated content will be now inside src folder instead.

0.4.0

24 Jul 19:47
Compare
Choose a tag to compare

Templates

Features