Releases: design-first/system-runtime
Releases · design-first/system-runtime
System Runtime v1.8.1
- Fixed: bug on load of system.
System Runtime v1.8.0
- Added: some System Runtime apis are now OSGi compliant. Examples:
runtime.install(system_path)
: install a system based on a relative path,
runtime.start(system_id)
: start a system,
runtime.stop(system_id)
: stop a system,
runtime.uninstall(system_id)
: uninstall a system.
- Added: systems have now start and stop apis. main api is now deprecated, use start instead,
- Updated: system-admin add-on and
- Improved: inheritance computation.
System Runtime v1.7.0
- Improved: you can edit System Runtime core system in System Designer,
- Added: renamed classInfo.metamodel API into classInfo.schema,
- Improved: no more code in Grunt scripts, only configuration,
- Updated: system-admin add-on and
- Improved: log messages.
System Runtime v1.6.6
- update system-admin add-on.
System Runtime v1.6.5
- fix invalid check on returned typeof method,
- fix error on check of class names,
- fix a bug on log message when logger does not yet exist and
- avoid to stop worklow on errors.
System Runtime v1.6.4
- update system-admin add-on.
System Runtime v1.6.3
- update system-admin add-on.
System Runtime v1.6.2
- update system-admin add-on.
System Runtime v1.6.1
- update system-storage add-on.
System Runtime v1.6.0
- add optional parameter isCore to on method,
- fix a bug on workflow,
- update system-admin add-on and.
- update web add-on.