The primary work in this release is to fix an issue with accessing some properties of objects when a particular Pydantic edge case occurred (please see #179 for details) and an update to the model skeleton following updates in the Presentation 3 Validator's JSON Schema, bringing in support for constructs such as SvgSelector
Additional small bug fixes were made, dependencies were updated, and a couple of new features added (e.g an AutoList
"magic" helper).
What's Changed
- Change local testing version to one compliant with pep440 by @digitaldogsbody in #168
- Update recipe 0001 examples to match new recipe JSON by @digitaldogsbody in #163
- Update datamodel-codegen to 0.17.1 by @digitaldogsbody in #164
- Ensure ascii by @giacomomarchioro in #172
- Add 0118-multivalue recipe by @giacomomarchioro in #165
- Refactor canvas helpers by @digitaldogsbody in #176
- ASCII Escaping by @digitaldogsbody in #175
- Update getattribute handling to work with root-having items inside a list by @digitaldogsbody in #179
- AutoList helper by @digitaldogsbody in #166
- Update skeleton by @digitaldogsbody in #182
- Add recipe 0261 by @digitaldogsbody in #181
Full Changelog: 1.1.1...1.2.1