Skip to content

Releases: qpautrat/woohoolabs-yin-bundle

Use PSR HTTP factory interface

23 Dec 15:49
e52844d
Compare
Choose a tag to compare

Fix deprecated usage for Symfony Config ^4.3

17 Dec 22:44
Compare
Choose a tag to compare

See #21

Remove BC layer on the next new major version.

Thanks to @Doqnach

Update documentation.

17 Jul 12:17
Compare
Choose a tag to compare
5.1.0

Moved docs to README (#18)

Bump to new Yin major version.

16 Jul 15:59
Compare
Choose a tag to compare
Bare minimum to update to woohoolabs/yin:^4.0 (#16)

* Updated composer packages to latest versions

* Rewrote QP\WoohoolabsYinBundle\Request\Request.

extend WoohooLabs\Yin\JsonApi\Request\JsonApiRequest instead of implementing WoohooLabs\Yin\JsonApi\Request\JsonApiRequestInterface

* Revert bump of phpspec version

* fixed typo + preemptively added major version bump.

See discussion at https://github.com/qpautrat/woohoolabs-yin-bundle/pull/16#discussion_r303952618

Remove dependency.

16 Jul 14:28
2b38b49
Compare
Choose a tag to compare
4.3.0

Remove unused dependency. (#17)

Update bundle to follow new Symfony application installation.

12 Jul 15:21
60a19e0
Compare
Choose a tag to compare
4.2.0

refactor: Remove use of deprecation class. (#14)

Improve DX.

11 Jul 12:20
Compare
Choose a tag to compare
Improve developer experience (#10)

* chore: add makefile and Dockerfile
to be able to install dependencies and run tests

* chore: update travis configuration
to add a matrix and test with lowest and highest dependencies

Fix use of deprecated class.

11 Jul 09:02
Compare
Choose a tag to compare

woohoolabs/yin introduce deprecated classes in v3.1 to prepare v4.0.

Fixes post upgrade to Yin 3.0

13 Feb 12:50
fe7c759
Compare
Choose a tag to compare
Merge pull request #7 from moafred/fix-request-pagination-types

fix: request paginations types

Upgrade to Yin 3.0

19 Jan 15:40
ffd1405
Compare
Choose a tag to compare
Merge pull request #5 from moafred/integrate-yin-3.0

feat: Yin 3.0 integration