Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2025

Updates the requirements on league/fractal to permit the latest version.

Release notes

Sourced from league/fractal's releases.

0.21.0

What's Changed

Backwards incompatible changes

  • Current scope now gets cleared after transformation completes. If you're rely on ->getCurrentScope() after transformation completes, you'll need to update your transformer to capture the value during transformation. See #582

New Contributors

Full Changelog: thephpleague/fractal@0.20.2...0.21

Changelog

Sourced from league/fractal's changelog.

Next

Enhancements

  • Add links for all available includes to JsonApiSerializer #331 - Thanks @​matt-allan
  • Implement interface \JsonSerializable in Scopes to allow for direct usage with json_encode()

0.18.0 - 2019-05-09

Enhancements

  • Allow PHPUnit 7+ where available - Thanks @​ramsey
  • Changed the paginator to not call $paginator->getPaginate() in PhalconFrameworkPaginatorAdapter constructor - Thanks @​niden
  • Output an object for attributes when none are provided instead of an array in JsonApiSerializer - Thanks @​BastianHofmann
  • Include meta key for relationships in JsonApiSerializer - Thanks @​rawaludin
  • Allow self link to override defaults in JsonApiSerializer - Thanks @​biggator
  • Preserve numeric keys when converting Scopes to arrays by using array union instead of array_merge - Thanks @​andrewtweber
  • Output an object for links when none are provided instead of an array in ArraySerializer pagination - Thanks @​basavind
  • Allow arrays for field lists in $fractal->parseFieldsets() - Thanks @​flugger

0.17.0 - 2017-08-18

Enhancements

  • Add ScopeFactoryInterface and ScopeFactory
  • Add $options parameter to toJson
  • Added Serializer interface to SerializerAbstract
  • Add Primitive resource type, allows to use primitives
  • optimized primitive transformation when transformer is not given

0.16.0 - 2017-03-12

Enhancements

  • #358 Allow the ability to define meta on each object in collection
  • #362 Add DoctrinePaginatorAdapter to interface with Doctrine pagination
  • Implement sparse fieldset

0.15.0 - 2016-12-28

Enhancements

  • Custom links in serializer
  • PhalconPHP Paginator
  • tested on 7.1

0.14.0 - 2016-07-21

... (truncated)

Commits
  • 9e81735 Unset scopes from transformers after transforming to avoid cyclic reference (...
  • 927243b Avoid JsonApiSerilizer to include empty attributes (#578)
  • e4e8ac7 Switch to php-cs-fixer and PER-CS (#581)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [league/fractal](https://github.com/thephpleague/fractal) to permit the latest version.
- [Release notes](https://github.com/thephpleague/fractal/releases)
- [Changelog](https://github.com/thephpleague/fractal/blob/master/CHANGELOG.md)
- [Commits](thephpleague/fractal@0.20.2...0.21)

---
updated-dependencies:
- dependency-name: league/fractal
  dependency-version: '0.21'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2025

Labels

The following labels could not be found: dependencies, php. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant