Releases: cognesy/instructor-php
Releases · cognesy/instructor-php
v1.0.0-RC14
- Fixed #43 - Call to undefined method Cognesy\Http\HttpClient::makeDefaultDriver()
v1.0.0-RC13
- (instructor) Improved JSON Schema handling with JsonSchemaType class
- (instructor) Improved date handling
- (schema) Support for parallel handling of PropertyInfo for Symfony v6 and v7 (auto-detected)
v1.0.0-RC12
- (schema) Refactored schema handling, cleaned up the type handling code.
- (utils) Improvements in JsonSchema handling and integration with TypeDetails and schema handling.
v1.0.0-RC9
- (utils) Corrected tests and removed Messages dependency on Template
- (scripts) Moved build scripts to
scripts/
directory - (scripts) Corrected publish script to NOT force add version field to composer.json
v1.0.0-RC11
- (schema) Corrections in Symfony version detection and adapter behavior.
v1.0.0-RC10
- (schema) Merged schema and schema-v6 code.
- (schema) Symfony version check and dynamic adapter selection (v6 for lowest, v7 for stable).
v1.0.0-rc5
- (schema), (instructor) Corrected dependencies in composer.json
- Corrected version naming scheme.
v1.0.0-RC8
- (packagist) Removed 'version' from composer.json files.
v1.0.0-RC7
- (composer/packagist) Corrected minimum-stability value to "RC" (case sensitive).
v1.0.0-RC6
- Corrected dependencies in composer.json files.
- Corrected naming scheme for the release candidate (rc -> RC) to make Packagist happy.