8000 [WIP][Serializer]Use PropertyInfo to extract properties by fbourigault · Pull Request #28775 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[WIP][Serializer]Use PropertyInfo to extract properties #28775

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

Closed
wants to merge 8 commits into from
Prev Previous commit
[PropertyInfo] update changelog entry
  • Loading branch information
fbourigault committed Nov 15, 2018
commit ea96a4de1f5b13d5bf8dd84a27282bcefaed2053
6 changes: 5 additions & 1 deletion src/Symfony/Component/PropertyInfo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
CHANGELOG
=========

4.3.0
-----

* added `exclude_static_properties` option to `ReflectionExtractor` to exclude public static properties when listing properties

4.2.0
-----

* added `PropertyInitializableExtractorInterface` to test if a property can be initialized through the constructor (implemented by `ReflectionExtractor`)
* added `exclude_static_properties` option to `ReflectionExtractor` to exclude public static properties when listing properties

3.3.0
-----
Expand Down
0