Skip to content

Releases: kukulkan-project/kukulkan-vscode-extension

v1.0.0

07 Jan 23:11
Compare
Choose a tag to compare

Add auditable section for listing entities as auditable.

Use it as following:

entity Person
entity Student

auditable {
  Persona,
  Student
}

This will generate additional fields for those entities:

  • createdBy
  • createdDate
  • lastModifiedBy
  • lastModifiedDate

v0.2.0

27 Sep 22:23
Compare
Choose a tag to compare

Add support for views declaration in section 'views'.

By default, all entities declared will be showed with pagination in front-end. This can be overwrited with the 'views' section.

Allowed view types are: Page, Sheet. It is not necessary to explicitely define an entity with a Page view. This is the default view.

views {
    Person as Sheet
}

v0.1.2

18 Jul 18:59
Compare
Choose a tag to compare

Add template proposal for creating new entity

v0.1.1

17 Jul 22:12
Compare
Choose a tag to compare

Add formatting capabilities entity fields such as primitive field, association field and CoreUser association field.

Initial version

13 Jul 17:37
Compare
Choose a tag to compare

Initial version of VS Code extension for Kukulkan DSL