Skip to content

Releases: membrane-php/membrane-core

0.10.0

04 Nov 13:04
904a69b

Choose a tag to compare

BC breaks

  • xOf processors have been moved to the main namespace, the previous ones in the open api namespace have been deprecated; you should regenerate any cached processors to ensure you are using the classes from their new namespace.

What's Changed

Full Changelog: 0.9.2...0.10.0

0.9.2

24 Jun 15:34
132facb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.1

14 Jan 12:57
29fe6b1

Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

14 Jan 12:50
9ad45bc

Choose a tag to compare

BC Breaks

  • Codegen now formats differently, so there will be lots of changes if you commit generated files
  • OpenAPI paths are now compared as paths instead of strings so /api/openapi.yaml and /config/../api/openapi.yaml will now be considered equal. This may cause an issue if you don't include the specification file you generated code from in the same filesystem location in your deployed code.
  • Now uses membrane reader objects for reading from open API files, this may have some unknown impacts depending on the structure of your OpenAPI files.

What's Changed

  • Supports a subset of OpenAPI V 3.1 to provide equivalent functionality to OpenAPI 3.0
  • Use membrane objects in builders by @charjr in #193
  • Codegen using atto by @charjr in #195

Full Changelog: 0.8.3...0.9.0

0.8.3

07 Nov 17:18
28bd77c

Choose a tag to compare

What's Changed

Full Changelog: 0.8.2...0.8.3

0.8.2

06 Nov 17:17
e8e9e1f

Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

04 Oct 10:02
9ee468c

Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

25 Apr 16:19
e8278a2

Choose a tag to compare

What's Changed

  • Fix String\Length Validator for multibyte chararacters by @charjr in #175
  • Update Membrane Shell Script by @charjr in #176
  • Refactor OpenAPIRequest Builder by @charjr in #177
  • Use membrane objects by @charjr in #178
  • Process header cookies with membrane objects by @charjr in #182

Full Changelog: 0.7.0...0.8.0

0.7.0

07 Mar 12:01
dfce004

Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.7.0

0.6.2

07 Sep 15:11
99447c0

Choose a tag to compare

What's Changed

  • Fixes converting a regex validator to php code when special chars are… by @carnage in #146 #145

Full Changelog: 0.6.1...0.6.2