Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Releases: BindaCMS/binda-api

v0.2.0.alpha.3

15 Jan 17:46
553b11c
Compare
Choose a tag to compare
v0.2.0.alpha.3 Pre-release
Pre-release

FIXED

  1. fixes #18 - gets ComponentsByStructure to work properly

Query example:

components_by_structure(structure_slug: "1-structure"){
  edges{
    node{
      id
      name
      slug
    }
  }
}

v0.2.0.alpha.2

05 Dec 21:26
b8bd033
Compare
Choose a tag to compare
v0.2.0.alpha.2 Pre-release
Pre-release

Added

  1. Categories retrieval and relative testing for Components, Boards and Structures (Structures have a different setup) get_categories

Query example:

get_categories {
  id
  name
  position
  slug
}

v0.2.0.alpha.1

27 Nov 11:57
Compare
Choose a tag to compare
v0.2.0.alpha.1 Pre-release
Pre-release

ADD

  1. Add new generator rails generate binda:api:setup to create a default user after the install process
  2. The generator can be called manually or automatically when executing rails generate binda:api:install
  3. Add issue template for Github users

v0.1.4.alpha.1

22 Nov 12:26
Compare
Choose a tag to compare
v0.1.4.alpha.1 Pre-release
Pre-release

Temporary fixed version to solve #11 issue.

Use this way.

gem "binda-api", github: "BindaCMS/binda-api", tag: "v0.1.4.alpha.1"

Change config/environments/production.rb from config.assets.js_compressor = :uglifier to config.assets.js_compressor = Uglifier.new(harmony: true).

Run the installer if you haven't done it already:

rails generate binda:api:install

v0.1.3 Gaglioffo Barto

21 May 12:49
17ac78c
Compare
Choose a tag to compare
Merge pull request #8 from a-barbieri/master

bump version

v0.1.2 Silvio Speranza

21 May 11:19
84b3544
Compare
Choose a tag to compare
Merge pull request #7 from a-barbieri/master

Update gems and version

Hook for Video, SVG, Audio, Checkbox, Select

18 May 07:59
c42ab19
Compare
Choose a tag to compare
Merge pull request #4 from a-barbieri/master

Add video svg checkbox selection etc...

Initial basic release

10 May 21:53
Compare
Choose a tag to compare
v0.1.0

enable graphiql to admins for production