Releases: design-first/system-runtime
Releases · design-first/system-runtime
System Runtime v2.0.0-rc.4
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
Changelog:
- Improve
array
property management. - Improve
json
property management. - Fix an issue with property event.
System Runtime v2.0.0-rc.2
Changelog:
- Can not add event on a structure. #53
System Runtime 2.0.0-rc.1
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
Changelog:
- Update extensions
System Runtime 2.0.0-beta.2
Changelog:
- improve extension
mode-admin
- fix an issue on extension
mode-admin
with System Designer
System Runtime 2.0.0-beta.1
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 2.0.0-alpha.6
Changelog:
- Fix an issue with System Designer extensions.
- Rename some systems.
System Runtime 2.0.0-alpha.5
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
Changelog:
- Remove
subsystem
property. #52 - Fix a bug on method returned type validation.