Skip to content

Tags: mixerapi/mixerapi-dev

Tags

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CollectionView: Prevent URL escaping when listing pagination URLs (#154)

* Prevent URL escaping when listing pagination URLs

* Fix warnings / errors in pipeline

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Show totalCount for total instead of page count (#152)

v2.0.1

Toggle v2.0.1's commit message
build badge

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MixerAPI v2.0.0 - CakePHP 5 support (#141)

* cleaing up deprecations, wip

* cakephp5 compatibility

* Ci updates with plugin tests (#137)

- Now runs each plugin individually to catch any issues in the plugins composer.json
- Moves coverage report into its own jobs

* Require php81 cakephp44 (#138)

* Require PHP 8.1 and CakePHP 4.4

* Require php 8.1 and cakephp 4.4 (#139)

* Upgrade to CakePHP 5

* Update github actions

* Get mixerapi/jwt-auth passing

* composer changes for jwt-auth

* Various fixes to JsonLdView and Core plugins for cake 5

* cake 5

* tests

* update depedencies

* fix bake test

* fix collection-view

* fix crud

* remove grump

* update plugin composers to cake 5 stable packages

* ignore phpunit cache

* remove debug code

* fix bad merge on collection-view

* remove phpunit cache

* update plugin composers to cake 5 stable packages

* downgrade phpmd to php 8.1 compatibility

* fix failing jsonld test

* fix failing jsonld test

* appease the static analyzers

* bounds test for php versions

* remove grump package for plugin composer deps

* debugging pipeline

* fix coverage reporting

* only run php 8.1 action once but do so with coverage reporting

* split out mixerapi/core to avoid circular dependency problem

* remove lock

* split out mixerapi/core to avoid circular dependency problem

* split out mixerapi/core to avoid circular dependency problem

* min stability dev to pull in mixerapi/core

* fix depedencies

* fix composer

* replace dev core package with stable one

* update to latest swagger bake with cakephp 5 support

* Handle non-named arg deprecations in Crud plugin

* phpcs

* mark test incomplete due to issue in MixerApi/Core NamespaceUtility

---------

Co-authored-by: Masa Koni <masa.koni@riesenia.com>
Co-authored-by: Chris Nizzardini <chris.nizzardini@thecmigroupa.ca>

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove exceptions property when debug is false (#133)

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix warnings in exception render plugin (#128)

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[CollectionView] - Set lowest adbario/php-dot-notation ^2.3 (#120)

* set lowest adbario/php-dot-notation to ^2.3

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make search optional (#118)

No longer load Search plugin by default.

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adds additional documentation for jwt-auth (#116)

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Core] - Show hidden properties (#99)

Allows returning hidden properties. Previously properties that were defined in the Entities $_hidden array were excluded from Model. These properties are now returned with ModelProperty::isHidden = true.