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

Skip to content

[Serializer] Add support for ignoring comments while XML encoding #28289

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 30, 2018

Conversation

maidmaid
Copy link
Contributor

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

In addition to #27926 which allowed to ignore XML processing instructions, this PR allows to ignore the XML comments while encoding.

@fabpot
Copy link
Member

fabpot commented Aug 30, 2018

Thank you @maidmaid.

@fabpot fabpot merged commit 8f8230a into symfony:master Aug 30, 2018
fabpot added a commit that referenced this pull request Aug 30, 2018
…ML encoding (maidmaid)

This PR was merged into the 4.2-dev branch.

Discussion
----------

[Serializer] Add support for ignoring comments while XML encoding

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

In addition to #27926 which allowed to ignore XML processing instructions, this PR allows to ignore the XML comments while encoding.

Commits
-------

8f8230a Add support for ignoring comments while XML encoding
@maidmaid maidmaid deleted the serializer-comment branch August 30, 2018 16:36
@javiereguiluz
Copy link
Member

I've created symfony/symfony-docs#10277 to document this new feature. Please, don't forget to create a doc issue for every new feature.

@maidmaid we have lots of pending doc issues about Serializer, so it would be great if you could help us submitting the docs for this new feature. Thanks!

@nicolas-grekas nicolas-grekas modified the milestones: next, 4.2 Nov 1, 2018
This was referenced Nov 3, 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