Skip to content

Releases: design-first/system-runtime

System Runtime v2.2.0

28 Dec 16:41
Compare
Choose a tag to compare

Changelog:

  • Clean code.

System Runtime v2.1.3

21 Dec 13:10
Compare
Choose a tag to compare

Changelog:

  • Use prettier
  • Update scripts
  • Clean code

System Runtime v2.1.2

16 Dec 23:43
Compare
Choose a tag to compare

Changelog:

  • Use Mocha and ESLint. #57
  • Remove YUIDoc.
  • Clean code.

System Runtime v2.1.1

03 Dec 00:24
Compare
Choose a tag to compare

Changelog:

  • Fix for Headless Chromium. #56

System Runtime v2.1.0

22 Nov 23:23
Compare
Choose a tag to compare

Changelog:

System Runtime v2.0.0

17 Sep 17:14
Compare
Choose a tag to compare

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 and System.sync.
  • Many fixes.

System Runtime v2.0.0-rc.8

16 Sep 14:04
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Arrow functions can be used as behaviors.

System Runtime v2.0.0-rc.7

13 Sep 19:25
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Remove a warning message on node.

System Runtime v2.0.0-rc.6

12 Sep 12:55
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fix an issue on type validation.
  • Improve array management.
  • Improve load of systems.

System Runtime v2.0.0-rc.5

09 Sep 22:24
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Remove use of '@' for defining links and collections. #54
  • Fix an issue with array management.
  • Improve type checking.