Releases: design-first/system-runtime
Releases · design-first/system-runtime
Runtime v1.1.2
- export of system is only models and no more generated models,
- _inherit default value is now: ['RuntimeComponent'],
- generate _class property and
- clean Runtime models.
Runtime v1.1.1
- fix a bug on model generation with collection property
Runtime v1.1.0
Major change that can break compatibility: models are now generated from schemas.
From v1.1.0:
- use runtime.require('metamodel').schema to create schemas and
- use runtime.require('metamodel').model to override generated models.
Runtime v1.0.2
- fix bug on some objects visibility (some admin objects were still visibles in exportation)
Runtime v1.0.1
- update dev dependencies
Runtime v1.0.0
- fix a bug on workflow module,
- fix a bug on collection.pop() event,
- remove unecessary change of event when sending a message throw channel and
- update unit tests.
v0.9.9
v0.9.8
- add system-admin addon for debugging. To use it:
System Designer have to be copy on your web projet at the root level.
To do so, just copy and paste the designer directory at the root level of your web project.
Open Firefox or Google Chrome.
Open System Designer (i.e. /designer/index.html ).
Open a new tab, and go to the web page your want to analyze.
Type this code in the console of your browser:
syrup.require('admin').start();
the system of your running app will be synchronized with System Designer.
- .off() method removes all listeners from an object or a class,
- when we create twice the same schema, they are now merged,
- remove SyrupChannelEvent schemas: now channel creation is easier, we use SyrupChannel schemas instead,
- update dev dependencies,
- add more unit tests.