Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Serializer] Update changelog about the new $encoderIgnoredNodeTypes arg in XmlEncoder contrustor #28281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2018

Conversation

maidmaid
Copy link
Contributor

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #27926
License MIT
Doc PR /

@@ -6,6 +6,7 @@ CHANGELOG

* `AbstractNormalizer::handleCircularReference` is now final, and receives two optional extra arguments: the format and the context
* added support for XML comment encoding (encoding `['#comment' => ' foo ']` results `<!-- foo -->`)
* added optional `int[] $encoderIgnoredNodeTypes` argument to `XmlEncoder::__construct`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... to configure node types to be ignored during encodage?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, better. Done !

@maidmaid maidmaid force-pushed the serializer-changelog branch 2 times, most recently from 19aee3d to f13b2c9 Compare August 27, 2018 11:18
@nicolas-grekas nicolas-grekas added this to the next milestone Aug 27, 2018
@@ -6,6 +6,8 @@ CHANGELOG

* `AbstractNormalizer::handleCircularReference` is now final, and receives two optional extra arguments: the format and the context
* added support for XML comment encoding (encoding `['#comment' => ' foo ']` results `<!-- foo -->`)
* added optional `int[] $encoderIgnoredNodeTypes` argument to `XmlEncoder::__construct` to configure node types to be
ignored during encodage.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

encoding :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done (\cc @dunglas 😄)

@maidmaid maidmaid force-pushed the serializer-changelog branch from f13b2c9 to 584785a Compare August 27, 2018 15:10
@fabpot
Copy link
Member

fabpot commented Aug 27, 2018

Thank you @maidmaid.

@fabpot fabpot merged commit 49f3bfc into symfony:master Aug 27, 2018
fabpot added a commit that referenced this pull request Aug 27, 2018
…redNodeTypes arg in XmlEncoder contrustor (maidmaid)

This PR was merged into the 4.2-dev branch.

Discussion
----------

[Serializer] Update changelog about the new $encoderIgnoredNodeTypes arg in XmlEncoder contrustor

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #27926
| License       | MIT
| Doc PR        | /

Commits
-------

49f3bfc Update changelog
@maidmaid maidmaid deleted the serializer-changelog branch August 27, 2018 22:05
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.2 Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants