Skip to content

Releases: design-first/system-runtime

System Runtime v1.8.1

25 Aug 10:54
Compare
Choose a tag to compare
  • Fixed: bug on load of system.

System Runtime v1.8.0

24 Aug 21:35
Compare
Choose a tag to compare
  • 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

11 Aug 22:07
Compare
Choose a tag to compare
  • 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

05 Jun 13:08
Compare
Choose a tag to compare
  • update system-admin add-on.

System Runtime v1.6.5

05 Jun 10:56
Compare
Choose a tag to compare
  • 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

29 May 16:09
Compare
Choose a tag to compare
  • update system-admin add-on.

System Runtime v1.6.3

23 May 18:31
Compare
Choose a tag to compare
  • update system-admin add-on.

System Runtime v1.6.2

22 May 17:38
Compare
Choose a tag to compare
  • update system-admin add-on.

System Runtime v1.6.1

22 May 15:46
Compare
Choose a tag to compare
  • update system-storage add-on.

System Runtime v1.6.0

21 May 18:11
Compare
Choose a tag to compare
  • add optional parameter isCore to on method,
  • fix a bug on workflow,
  • update system-admin add-on and.
  • update web add-on.