delphimvcframework/3_0_0_breaking_changes.md

7 lines
524 B
Markdown
Raw Normal View History

2017-02-09 08:55:38 +01:00
# 3.0.0 breaking changes
- ```RenderListAsProperty<T>``` has been removed from TMVCController. You can set such kind of specialized serializations in your custom base controller.
2017-02-09 09:05:45 +01:00
- ```RenderJSONArrayAsProperty``` has been removed from TMVCController. You can set such kind of specialized serializations in your custom base controller.
- ```Render``` has been removed from TMVCController (was deprecated).
2017-02-09 19:04:25 +01:00
- Trying to deserialize a ```TJSONNull``` the target instance will not be freed anymore (consistency with serialize).