Skip to content

Releases: mixerapi/mixerapi-dev

v2.0.3

25 Mar 23:50
25e980d
Compare
Choose a tag to compare

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

18 Feb 16:38
e56742b
Compare
Choose a tag to compare

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

18 Feb 14:21
Compare
Choose a tag to compare

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

17 Feb 22:18
af946bb
Compare
Choose a tag to compare

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:

New Contributors

Full Changelog: v1.1.7...v2.0.0

v1.1.7

08 Jan 15:16
2a6d638
Compare
Choose a tag to compare

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

19 Nov 15:28
ad4c4aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

25 Aug 19:27
3ce1236
Compare
Choose a tag to compare

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

23 Aug 14:52
bc27326
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

16 Aug 12:42
46df3e4
Compare
Choose a tag to compare

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

v1.1.2

04 Jun 14:51
6c0d6b8
Compare
Choose a tag to compare

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

Changes

  • [Core] - Show hidden properties #99