ZenStack Release v1.11.0
New Features
-
You can now import ZModel from packages in
node_modules
! Very useful if you want to manage and share ZModel files in a component-based setup. By @TGTGamerimport "@myorg/foo/bar" import "mypackage/base" ...
Fixes and Improvements
This release gives a minor version bump for several fixes made in the "1.10.x" patch releases.
- Fixed the issue that
@@validate
model-level rules cause incorrect runtime validation error for updates #1078 - Fixed the issue that
upsert
with array-form input results in a partial write #1080 - Fixed the issue that compound ids inherited from abstract models are not properly handled #1129
Full Changelog: v1.10.0...v1.11.0