Skip to content

Releases: mixerapi/mixerapi-dev

v1.1.2

04 Jun 14:51
6c0d6b8

Choose a tag to compare

MixerApi v1.1.2 is now available! See the changelog for every commit.

Changes

  • [Core] - Show hidden properties #99

v1.1.1

30 May 15:52
67530bb

Choose a tag to compare

MixerApi v1.1.1 is now available! See the changelog for every commit.

Features

  • [MixerApi/Core] - Adds support for Entity accessible and hidden to ModelProperty #98

v1.1.0

18 May 23:32
2ceb62f

Choose a tag to compare

MixerApi v1.1.0 is now available! See the changelog for every commit.

  • Adds JwtAuth plugin #95
  • Marks Crud as no longer experimental

v1.0.1

02 Feb 11:25

Choose a tag to compare

MixerApi v1.0.1 is now available! See the changelog for every commit.

Fixes

  • Resolves bug in MixerAPI welcome page related to invalid OpenAPI schema type. This was introduced in SwaggerBake v2.2.0.

v1.0.0

16 Jan 15:18
9d1d50c

Choose a tag to compare

MixerApi v1.0.0 is now available! See the changelog for every commit.

PHP version 8.0 or higher and CakePHP 4.2 or higher is now required.

  • Require SwaggerBake ^2.1
  • Update ResponseModifier #78

Bake

  • Add support for other mixerapi plugins #89

Crud

  • Remove locator dependency #81
  • Add Read::getQuery #79

ExceptionRender

  • Swagger Bake Exception Schema Implementation #87

Rest

  • AutoRouter::__construct() now accepts RouteScanner instead of a namespace string for argument two.
  • Set default status codes on CRUD operations. This forces delete() to 204 and add() to 201. See README for changing the defaults. #83

v0.3.0

01 Jul 12:44

Choose a tag to compare

MixerAPI is proud to announce the release of version v0.3.0. For a complete changelog view the commit history.

Note: friendsofcake/search is no longer installed automatically. If you are using search please require it in your composer.json.

Features

[Crud] - Adds MixerApi/Crud providing injectable crud services (experimental) #71

Misc

[MixerApi] - make mixerapi/bake optional #69
Disable unused middleware, services, and routes #70

About

Streamline development of modern RESTful APIs for your team's CakePHP project. Designed around a component-based architecture, MixerAPI enables developers to pick and choose the functionality they need for developing REST APIs.

Learn more at mixerapi.com.

v0.2.10

28 Jun 17:58

Choose a tag to compare

MixerAPI is proud to announce the release of version v0.2.10. For a complete changelog view the commit history.

Fixes

  • [ExceptionRender] - Not showing stack trace #65
  • [JsonLdView] - Class not found run time exception #64

v0.2.9

25 Jun 17:47

Choose a tag to compare

MixerAPI is proud to announce the release of version v0.2.9. For a complete changelog view the commit history. Additional improvements were made to code coverage increasing total coverage by 12%!

Fixes

  • [MixerApi] Fixes option help text #53

Misc

  • [MixerApi] Adds unit tests for Welcome #54
  • [Dev] Upgrade PHPMD #55
  • [Rest] Moves assets out of main src/ directory #56

v0.2.8

10 Apr 15:42

Choose a tag to compare

MixerAPI is proud to announce the release of version v0.2.8. For a complete changelog view the commit history.

Fixes

  • [MixerApi] - Set composer type to cakephp-plugin #47

v0.2.7

10 Apr 14:21

Choose a tag to compare

MixerAPI is proud to announce the release of version v0.2.7. For a complete changelog view the commit history.

Features

  • [MixerApi] Redo installer as a Cake Command #45