This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Releases: BindaCMS/binda-api
Releases · BindaCMS/binda-api
v0.2.0.alpha.3
FIXED
- 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
Added
- 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
ADD
- Add new generator
rails generate binda:api:setup
to create a default user after the install process - The generator can be called manually or automatically when executing
rails generate binda:api:install
- Add issue template for Github users
v0.1.4.alpha.1
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
Merge pull request #8 from a-barbieri/master bump version
v0.1.2 Silvio Speranza
Merge pull request #7 from a-barbieri/master Update gems and version
Hook for Video, SVG, Audio, Checkbox, Select
Merge pull request #4 from a-barbieri/master Add video svg checkbox selection etc...
Initial basic release
v0.1.0 enable graphiql to admins for production