github zenstackhq/zenstack v1.11.0
ZenStack Release v1.11.0

latest releases: v2.6.2, v2.6.1, v2.6.0...
6 months ago

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 @TGTGamer

    import "@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

Don't miss a new zenstack release

NewReleases is sending notifications on new releases.