New and Notable
The following changes are included in this release.
- All XSLT implementation code in this repository has been migrated to a new repo. Thank you to @nikitawootten-nist for all this cleanup!
- The website is now using an improved Hugo theme based on the U.S. Web Design System v3 as a Hugo module.
- Repo and website content has been revised. Many thanks to @galtm for all the editorial work!
- An updated, more comprehensive computer example is now provided that illustrates a broader set of Metaschema features.
- The patterns have been revised for all the date related data types to better cover some validation edge cases. Many thanks to @RS-Credentive for driving this work!
What's Changed
- Spelling/grammar fixes and some clarifications by @galtm in #396
- Fixes #400 by @RS-Credentive in #401
- Fixed invalid schema generation test content by @david-waltermire-nist in #408
- Migration to
metaschema-xslt
by @nikitawootten-nist in #393 - Adding constraints to computer example by @david-waltermire-nist in #419
- Schema refactor to use element groups for shared constructs by @david-waltermire-nist in #417
- Use Hugo USWDS theme as a Hugo module by @david-waltermire-nist in #422
- Removed unused build folder. by @david-waltermire-nist in #429
Updated Dependencies
The following dependencies used by GitHub actions automation were updated.
- Bump github.com/gohugoio/hugo from 0.114.1 to 0.115.3 in /build by @dependabot in #395
- Bump actions/setup-node from 3.6.0 to 3.7.0 by @dependabot in #391
- Bump Saxon-HE from 12.2 to 12.3 in /build by @dependabot in #390
- Setup dart-sass by @david-waltermire-nist in #398
- Bump actions/setup-java from 3.11.0 to 3.12.0 by @dependabot in #402
- bump github.com/gohugoio/hugo from 0.115.3 to 0.116.1 in /build by @dependabot in #404
- Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #407
- Bump github.com/gohugoio/hugo from 0.116.1 to 0.117.0 in /build by @dependabot in #406
- Bump actions/setup-node from 3.7.0 to 3.8.0 by @dependabot in #409
- Bump actions/setup-node from 3.8.0 to 3.8.1 by @dependabot in #412
- Bump com.xmlcalabash:xmlcalabash from 1.5.6-120 to 1.5.7-120 in /build by @dependabot in #416
- Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #415
- Bump github.com/gohugoio/hugo from 0.117.0 to 0.118.2 in /build by @dependabot in #421
- Bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #426
- Bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in #425
- Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #423
- Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #428
New Contributors
- @galtm made their first contribution in #396
- @RS-Credentive made their first contribution in #401
- @nikitawootten-nist made their first contribution in #393
Full Changelog: v0.9.0...v0.10.0