NormalizerBundle 3.0
Bug fixed:
- #38 When normalizing a type="datetime" property a getter method must exist. This should not happen.
Improvements made:
- #42 Sort properties when serializing
- #48 Convert README.md into a proper GitHub Wiki
- #52 Exception on unknown properties in annotations
Changes made:
- #41 Load Doctrine proxy the proper way instead of forcing get methods.
- #49 Use filesystem cache for annotations
Upgrade from 2.x to 3.0:
- Removed dependency 'AnnotationReader' for the Class/Method/PropertyExtractor classes. If you manually construct the Normalizer class with all sub-dependencies, you need to remove it here.
- Added dependency 'AnnotationExtractor' for the Method/PropertyNormalizer classes. If you manually construct the Normalizer class with all sub-dependencies, you need to add it.