Skip to content

Releases: design-first/system-runtime

Runtime v1.4.0

03 Apr 11:41
Compare
Choose a tag to compare
  • improve model inheritance computation,
  • update RuntimeLogger component,
  • add _id on RuntimeComponent model and schema,
  • add sort method on RuntimeArray objects,
  • remove _schema property on models,
  • update web add-on.

Runtime v1.3.5

27 Mar 16:51
Compare
Choose a tag to compare
  • update RuntimeLogger model and
  • improve model inheritance computation.

Runtime v1.3.4

27 Mar 12:39
Compare
Choose a tag to compare
  • fix a bug on node installation

Runtime v1.3.3

27 Mar 12:19
Compare
Choose a tag to compare
  • improve logger module,
  • add label for property, link and collection property,
  • add _description property for schema, model and type,
  • clean some unit tests and
  • clean repository.

Runtime v1.3.2

27 Mar 00:03
Compare
Choose a tag to compare
  • add RuntimeLogger schema (that behaves like Log4J)
  • add logger component: you will be able now to set the level of log with: runtime.require('logger').level('info')
  • update web add-on: logger component level can be set by adding log attribute on the script tag that loads Runtime and
  • clean some code.

Runtime v1.3.1

26 Mar 12:26
Compare
Choose a tag to compare
  • improve check of cyclic inheritance dependencies and
  • add more warnings.

Runtime v1.3.0

25 Mar 23:14
Compare
Choose a tag to compare
  • Runtime implements C3 superclass linearization algorithm for multi-inheritance,
  • Runtime workflow stops now when a cyclic inheritance dependency has been found,
  • update web addon: admin module is started when designer attribute is set on the script tag that loads Runtime,
  • add description for property, link, collection, event and method property types,
  • add check on constructor type when creating a component and
  • add unit test.

Runtime v1.2.0

21 Mar 23:17
Compare
Choose a tag to compare
  • add type any,
  • property of generated model has for type any by default,
  • $metamodel.schema, $metamodel.model and $metamodel.type return now the id of the created element,
  • worflow will no longer stop when an error happens,
  • fix a bug on metamodel check and
  • add unit test.

Runtime v1.1.4

20 Mar 13:20
Compare
Choose a tag to compare
  • fix a bug on inheritance

Runtime v1.1.3

19 Mar 17:31
Compare
Choose a tag to compare
  • fix Runtime core models visibility