Skip to content

Releases: php-openapi/yii2-openapi

2.0-beta5

29 May 07:57
5b657bf

Choose a tag to compare

2.0-beta5 Pre-release
Pre-release

What's Changed

  • Fix FakerStubResolver optional() wrapping: nullsafe chain with ?? exa… by @siggi-k in #113

Since this version, PHP 7.4 ist not supported anymore, minimum PHP version is 8.0.

Full Changelog: 2.0-beta4...2.0-beta5

2.0-beta3

28 May 09:20
47ab080

Choose a tag to compare

2.0-beta3 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0-beta3...2.0-beta4

2.0-beta3

26 May 13:00
1f16eb6

Choose a tag to compare

2.0-beta3 Pre-release
Pre-release

What's Changed

  • Import changes from cebe/yii2-openapi by @cebe in #1
  • DbModel with openapiSchema by @siggi-k in #28
  • Resolve: make fix-style stopped working #8 by @SOHELAHMED7 in #9
  • Resolve: Run generated migration in MultiDbSecondaryMigrationTest and other pertinent test file #6 by @SOHELAHMED7 in #7
  • Resolve: Use cache in tests in Github actions by @SOHELAHMED7 in #18
  • Resolve: Remove unnecessary command from Makefile by @SOHELAHMED7 in #16
  • Resolve: Remove unnecessary null or default related migrations in PgSQL cebe#151 by @SOHELAHMED7 in #11
  • Resolve: Add validation rules by attribute name or pattern #30 by @SOHELAHMED7 in #31
  • Resolve: Use only required params in RouteData #43 by @SOHELAHMED7 in #44
  • Resolve: Model scenarios for create/update actions #41 by @SOHELAHMED7 in #42
  • Resolve symfony/polyfill-php80 should be moved to require section in composer.json file #37 by @SOHELAHMED7 in #40
  • Resolve: allowNull corresponds to default value null #33 by @SOHELAHMED7 in #34
  • Resolve: Extension FK COLUMN NAME cause error in case of column name without underscore #29 by @SOHELAHMED7 in #47
  • Resolve: Bug: Inversed reference require CASCADE #53 by @SOHELAHMED7 in #54
  • Resolve: Bug: dependentOn: allOf with "x-faker: false" #52 by @SOHELAHMED7 in #56
  • Resolve: Create migration for column position change if a field position is changed in spec #58 by @SOHELAHMED7 in #59
  • Resolve: Default value by constant and expression in CRUD, models, faker etc #65 by @SOHELAHMED7 in #66
  • Resolve: Methods naming for non crud actions cebe#144 by @SOHELAHMED7 in #13
  • Resolve: Consider OpenAPI spec examples in faker code generation #20 by @SOHELAHMED7 in #21
  • Resolve: Generate inverse relations #25 by @SOHELAHMED7 in #26
  • Resolve: Create migration for drop table if a entire schema is deleted from OpenAPI spec by @SOHELAHMED7 in #4
  • Resolve: Bug: add/remove property and at the same time change it at x-indexes: #3 by @SOHELAHMED7 in #5
  • Resolve: Description of a property in spec must correspond to DB TABLE COLUMN COMMENT #60 by @SOHELAHMED7 in #61
  • Resolve: Setting dbType to enum is not totally correct #45 by @SOHELAHMED7 in #46
  • Resolve TODO: re-check options route in fractal action #35 by @SOHELAHMED7 in #36
  • Resolve: Just column name rename #63 by @SOHELAHMED7 in #72
  • Resolve: Inverse relation must not be generated for self-referenced component schema #68 by @SOHELAHMED7 in #71
  • Resolve: Add a test for: a column change: data type + comment + position; all 3 are changed by @SOHELAHMED7 in #73
  • Resolve: Invalid schema reference error by @SOHELAHMED7 in #75
  • Bug: rules() "required" is generated before "*_default" #22 by @SOHELAHMED7 in #24
  • Consider OpenAPI extension x-no-relation also in other pertinent place by @SOHELAHMED7 in #86
  • x-scenarios README by @siggi-k in #84
  • Implement for json in isRefPointerToSchema() by @SOHELAHMED7 in #91
  • Upgrade docker-compose to docker compose by @SOHELAHMED7 in #94
  • Fix conflicting pull requests by @SOHELAHMED7 in #99
  • 88 in case of updating a model generator creates redundant inverse relations by @SOHELAHMED7 in #89
  • Implement 'belongs to' relations in models by @SOHELAHMED7 in #93
  • Response Status Codes are not the Codes defined in spec by @SOHELAHMED7 in #95
  • Component schema should be optional by @SOHELAHMED7 in #97
  • Properties that are marked as readOnly are not read only by @SOHELAHMED7 in #85
  • inverse-relations and bugs-fixing by @siggi-k in #111

Full Changelog: 2.0-beta2...2.0-beta3