Releases: mixerapi/mixerapi-dev
Releases · mixerapi/mixerapi-dev
v2.0.3
What's Changed
- CollectionView: Prevent URL escaping when listing pagination URLs by @cnizzardini in #154
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- CollectionView: Show totalCount for total instead of page count by @cnizzardini in #152
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- JsonLdView - Make collection code check for PaginatedResultSet by @cnizzardini in #150
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
CakePHP 5 compatible release. Please read the official CakePHP migration guide.
- Crud plugin interface changes to maintain compatibility with CakePHP 5.
- Rest plugin has been removed.
Need help upgrading? Checkout the demo application:
- Demo: https://github.com/mixerapi/demo
- Upgrade PR: mixerapi/demo#22
- Adds php 8.2 to ci pipeline by @cnizzardini in #134
- Simplify Secret Generation Commands by @amayer5125 in #145
- MixerAPI v2.0.0 - CakePHP 5 support by @cnizzardini in #141
New Contributors
- @amayer5125 made their first contribution in #145
- Thank you @MasaKni for your help.
Full Changelog: v1.1.7...v2.0.0
v1.1.7
What's Changed
- MixerAPI/JwtAuth - Require cakephp/authentication 2.9 by @cnizzardini in #132
- MixerAPI/ExceptionRender - Remove exceptions property when debug is false by @cnizzardini in #133
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Cleanup tests by @cnizzardini in #126
- Add additional test coverage for jwt-auth by @cnizzardini in #127
- [MixerApi/ExceptionRender] ExceptionRender outputting PHP Warnings in CakePHP >= 4.4.6 by @cnizzardini in #128
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- [CollectionView] - Set lowest adbario/php-dot-notation ^2.3 by @cnizzardini in #120
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- [MixerApi] - Make search plugin optional by @cnizzardini in #118
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- [ValidationException] - Add config option to turn off ValidationException by @cnizzardini in #108
- [ExceptionRender] Hide errors from serialized response when debug is off by @cnizzardini in #109
- [CollectionView] - Use ResultSetInterface instead by @cnizzardini in #110
- [ExceptionRender] - Adds ValidationException::getEntity() by @cnizzardini in #111
- [Crud] Adds ability to pass table options through CRUD by @cnizzardini in #114
- [JsonLdView] [HalJsonView] - Use ResultSetInterface instead of ResultSet concrete by @cnizzardini in #115
- Jwt auth documentation by @cnizzardini in #116
Full Changelog: v1.1.2...v1.1.3