New Release: cedar-model-typescript-library v0.7.0 Now Available
We’re excited to announce the release of version 0.7.0 of the cedar-model-typescript-library
, a lightweight, standalone TypeScript library designed to simplify working with artifacts that conform to the CEDAR Data Model Specification.
What’s New
Full Support for JSON Schema and YAML
The library now offers complete parsing support for CEDAR fields, elements, and templates from both JSON Schema and YAML sources. Whether you’re importing CEDAR artifacts or programmatically creating them, this version provides seamless translation between your code and the CEDAR model.
Programmatic Artifact Creation
Need to create fields, elements, or templates from scratch? Version 0.7.0 allows full programmatic generation of these artifacts, offering developers maximum flexibility when designing or modifying metadata structures.
Schema Generation
The library can now export CEDAR artifacts to both JSON Schema and YAML, allowing for easy interchange and version control of your CEDAR metadata templates.
Where to Find It
- Source Code: GitHub Repository
- Install via npm: NPMJS