Releases: design-first/system-runtime
Releases · design-first/system-runtime
System Runtime v2.2.0
Changelog:
- Clean code.
System Runtime v2.1.3
Changelog:
- Use prettier
- Update scripts
- Clean code
System Runtime v2.1.2
Changelog:
- Use Mocha and ESLint. #57
- Remove YUIDoc.
- Clean code.
System Runtime v2.1.1
Changelog:
- Fix for Headless Chromium. #56
System Runtime v2.1.0
Changelog:
- add a command for helping dev to update System Runtime source code:
npm run dev
(see documentation for more information) - add more tests
- improve documentation
System Runtime v2.0.0
System Runtime v2.0.0 is finally out.
Read the migration guide to know how to upgrade your systems created with System Runtime v1.
Changelog:
- System Runtime v2 is now 20% lighter than v1.
- You can create extensions. #50
- Add many extensions. #50
- APIs have been simplified. #49
- System Runtime core systems have been refactored. #48
- Add 'super' kind of API (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)
). - Improve
array
property type management. - Remove use of
@
for defining links and collections. #54 - Remove
subsystem
property. #52 Runtime
prefix of all classes has been changed to_
(example:_RuntimeComponent
is now_Component
).- Some APIs have been removed:
DataBase.system
,DataBase.subsystem
,System.main
,System.ready
andSystem.sync
. - Many fixes.
System Runtime v2.0.0-rc.8
Changelog:
- Arrow functions can be used as behaviors.
System Runtime v2.0.0-rc.7
Changelog:
- Remove a warning message on node.
System Runtime v2.0.0-rc.6
Changelog:
- Fix an issue on type validation.
- Improve array management.
- Improve load of systems.
System Runtime v2.0.0-rc.5
Changelog:
- Remove use of '@' for defining links and collections. #54
- Fix an issue with array management.
- Improve type checking.