Skip to content

Releases: jdkandersson/OpenAlchemy

v1.5.3 Correct Format Artifact Name

30 Aug 07:09
Compare
Choose a tag to compare
  • Correct format key to no longer have a trailing _ for artifacts.

v1.5.2 Get Artifacts

29 Aug 05:01
Compare
Choose a tag to compare
  • Expose function that collects artifacts for the models.
  • Expose function that collects artifacts for the model properties.

v1.5.1 Mixin Classes

23 Aug 04:56
Compare
Choose a tag to compare
  • Add support for arbitrary mix in classes.

v1.5.0 - Generic Format and Validation Improvements

22 Aug 07:12
Compare
Choose a tag to compare
  • Add support for generic format for string that are treated like a string without a format.
  • Change constructable check to no longer check the schema of x-tablename and x-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

16 Aug 04:31
Compare
Choose a tag to compare
  • Remove dependency on black

v1.4.2 - Black Added Back & Bug Fix

16 Aug 02:35
61d9a43
Compare
Choose a tag to compare
  • Fix bug where iterating over constructable schemas did not handle some exceptions
  • Add black dependency back in

v1.4.1 Remove Black Dependency

09 Aug 11:07
aa0d078
Compare
Choose a tag to compare
  • Remove black dependency

v1.4.0 Schema Pre-Validation

09 Aug 05:14
3cb082c
Compare
Choose a tag to compare
  • 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

15 Jul 07:56
75ec91f
Compare
Choose a tag to compare
  • 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.