All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release.
Data.A2ML.Types— Core AST types (Document, Block, Inline, Directive, Attestation, TrustLevel, Manifest).Data.A2ML.Parser— Parse.a2mlfiles into the typed AST.Data.A2ML.Renderer— Render the AST back to A2ML surface syntax.Data.A2ML— Convenience re-export module.