Skip to content

Releases: design-first/system-runtime

System Runtime v2.0.0-rc.4

03 Sep 15:23
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fix an issue when overriding class name.
  • Add 'super' kind of API.

note: to call the method of the parent class, just require the class and pass the context as the first parameter. Example: this.require('Jedi').fullName(this)

System Runtime v2.0.0-rc.3

31 Aug 20:46
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Improve array property management.
  • Improve json property management.
  • Fix an issue with property event.

System Runtime v2.0.0-rc.2

27 Aug 16:35
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Can not add event on a structure. #53

System Runtime 2.0.0-rc.1

26 Aug 23:01
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fix an issue when analyzing models. #51
  • Update extensions.

note: from this version, no feature will be added. Focus will be on fixing bugs.

System Runtime 2.0.0-beta.3

26 Aug 15:46
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Update extensions

System Runtime 2.0.0-beta.2

15 Aug 16:47
Compare
Choose a tag to compare
Pre-release

Changelog:

  • improve extension mode-admin
  • fix an issue on extension mode-admin with System Designer

System Runtime 2.0.0-beta.1

14 Aug 14:17
Compare
Choose a tag to compare
Pre-release

This is the first beta release of System Runtime.

The release has been fully tested with System Designer and can be considered as stable.

What's new compare to v1?

  • System Runtime v2 is now 20% lighter than v1.
  • You can create extensions. #50
  • APIs have been simplify. #49
  • Runtime prefix of all classes has been changed to _ (example: _RuntimeComponent is now _Component).

System Runtime 2.0.0-alpha.6

13 Aug 17:40
Compare
Choose a tag to compare
Pre-release

Changelog:

System Runtime 2.0.0-alpha.5

12 Aug 16:49
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Add admin extension for server. #50
  • Better management of type array.
  • Fix a bug on function creation.

note:

For debugging server app, you do not need anymore to install system-admin-server package. The package is now available as an extension.
To install the admin extension:

runtime.install('node_modules/system-runtime/extensions/mode-admin-server.json')

System Runtime 2.0.0-alpha.4

11 Aug 17:55
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Remove subsystem property. #52
  • Fix a bug on method returned type validation.