Releases: design-first/system-runtime
Releases · design-first/system-runtime
System Runtime 2.0.0-alpha.3
Changelogs:
- Update extensions. #50
System Runtime 2.0.0-alpha.2
Changelogs:
- Create extensions. #50
System Runtime 2.0.0-alpha.1
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
andSystem.sync
System Runtime v1.9.16
Changelog:
- Remove error message when a schema has a duplicate value in
_inherit
property. #47
System Runtime v1.9.15
Changelog:
- minor updates on documentation
System Runtime v1.9.14
Changelog:
- Fix bug in
$db.find
API when searching on collection with regular expression. #45 - Update dependencies.
System Runtime v1.9.13
Changelog:
$db.find
can search on collection with regular expression. #44
System Runtime v1.9.12
Changelog:
$db.find
could send invalid result when searching on collection. #43
System Runtime v1.9.11
System Runtime v1.9.10
Changelog:
- Warnings are send when overriding core schemas/models. #41