Skip to content

Releases: design-first/system-runtime

System Runtime 2.0.0-alpha.3

10 Aug 15:01
Compare
Choose a tag to compare
Pre-release

Changelogs:

  • Update extensions. #50

System Runtime 2.0.0-alpha.2

29 Jul 12:48
Compare
Choose a tag to compare
Pre-release

Changelogs:

  • Create extensions. #50

System Runtime 2.0.0-alpha.1

18 Jul 19:33
Compare
Choose a tag to compare
Pre-release

Changelogs:

  • Simplify APIs. #49
  • Refactor systems. #48
  • Remove error message when a schema has a duplicate value in _inherit property. #47

note: this this the alpha version of System Runtime v2. Some API breaks has been done with v1:

  • Runtime prefix of all classes has been changed to _
  • some APIs have been removed: DataBase.system, DataBase.subsystem, System.main, System.ready and System.sync

System Runtime v1.9.16

14 Jul 23:58
Compare
Choose a tag to compare

Changelog:

  • Remove error message when a schema has a duplicate value in _inherit property. #47

System Runtime v1.9.15

27 Jun 18:18
Compare
Choose a tag to compare

Changelog:

  • minor updates on documentation

System Runtime v1.9.14

26 May 17:11
Compare
Choose a tag to compare

Changelog:

  • Fix bug in $db.find API when searching on collection with regular expression. #45
  • Update dependencies.

System Runtime v1.9.13

01 May 12:58
Compare
Choose a tag to compare

Changelog:

  • $db.find can search on collection with regular expression. #44

System Runtime v1.9.12

27 Apr 20:06
Compare
Choose a tag to compare

Changelog:

  • $db.find could send invalid result when searching on collection. #43

System Runtime v1.9.11

23 Apr 17:45
Compare
Choose a tag to compare

Changelog:

  • Fix collection event with reset type that could not been send. #42
  • value parameter of collection event is now the real object, not its id. #42
  • Update a log message. #42
  • RuntimeDatabase findAPI can now search in collection. #42

System Runtime v1.9.10

13 Apr 20:07
Compare
Choose a tag to compare

Changelog:

  • Warnings are send when overriding core schemas/models. #41