Version 2.2.2
Highlights
- Change
dataset.description
data type from array to string - Change
dataset.column.isPrimaryKey
data type from string to boolean - Change
price.priceAmount
data type from string to number - Change
slaProperties.value
data type from string to oneOf[string, number] - Change
slaProperties.valueExt
data type from string to oneOf[string, number] - Update examples to adhere to JSON schema
- Full example from README directs to full-example.yaml
- Add in mkdocs for creating documentation website
What's Changed
- sync back w/ dev by @jgperrin in #27
- Dev examples fix schema by @pflooky in #31
- Documentation: Reorder definition tables to match examples by @chrfoyer in #32
- Update README.md by @jgperrin in #33
- Dev mkdocs by @pflooky in #35
- Update postgresql-adventureworks-contract.yaml by @jgperrin in #37
- Fixing the links to Issues and New Issue Page by @caladogan in #40
- Dev merge fix by @pflooky in #43
- RFC-0002 data types by @pflooky in #44
- Revert "RFC-0002 data types" by @pflooky in #45
- v2.2.2 release by @pflooky in #42
New Contributors
- @chrfoyer made their first contribution in #32
- @caladogan made their first contribution in #40
Full Changelog: v2.2.1...v2.2.2