Releases: charto/cxsd
Releases · charto/cxsd
v0.1.0
v0.0.5
v0.0.4
v0.0.3
- Fix compiler errors for emitted TypeScript definitions.
- Output schema as JavaScript files for XML parser.
- Create type class hierarchy from JavaScript schema files in XML parser.
- Rename to cxsd and spin a part off under previous cxml name.
v0.0.2
- Handle element occurrence counts.
- Emit annotations as JSDoc comments.
- Support string and number primitive types.
- Don't use ambient declarations in output.
- Track files contributing to each namespace.
- Automatically output other imported namespaces.
- Handle substitution groups.
- Support URN addresses in namespace names.
- Export TypeScript definitions for attributes.
- Sort TypeScript definitions to make the output deterministic.
- Store schemas internally in a simpler format.
- Rename project to cxml.