Releases: jdkandersson/OpenAlchemy
Releases · jdkandersson/OpenAlchemy
v1.5.3 Correct Format Artifact Name
- Correct
format
key to no longer have a trailing_
for artifacts.
v1.5.2 Get Artifacts
- Expose function that collects artifacts for the models.
- Expose function that collects artifacts for the model properties.
v1.5.1 Mixin Classes
- Add support for arbitrary mix in classes.
v1.5.0 - Generic Format and Validation Improvements
- Add support for generic
format
forstring
that are treated like astring
without aformat
. - Change constructable check to no longer check the schema of
x-tablename
andx-inherits
. - Change schema validation to process properties even if the model is not valid.
- Add interface to check un-managed models for the reason why they are not managed.
v1.4.3 Remove Black
- Remove dependency on black
v1.4.2 - Black Added Back & Bug Fix
- Fix bug where iterating over constructable schemas did not handle some exceptions
- Add black dependency back in
v1.4.1 Remove Black Dependency
- Remove black dependency
v1.4.0 Schema Pre-Validation
- Add schemas pre-processor that extracts the required back references.
- Add foreign key pre-processor that extracts the required foreign keys.
- Add schema validation pre-processor.
- Add function that checks a specification.
v1.3.0 JSON and writeOnly
- Add support for generic JSON data for properties.
- Add support for writeOnly.
- Fix bug where the name of the foreign key column was based on the table name and not the property name.