updated readme

This commit is contained in:
Daniele Teti 2020-11-05 17:26:39 +01:00
parent e0715386e0
commit 2db27be2f4

View File

@ -588,7 +588,9 @@ Congratulations to Daniele Teti and all the staff for the excellent work!" -- Ma
- Fix for [issue434](https://github.com/danieleteti/delphimvcframework/issues/434)
- Support for [Mustache](https://mustache.github.io/) partials (Thanks to [David Moorhouse](https://github.com/fastbike)). Sample *\samples\serversideviews_mustache* has been updated to show how to use partials.
- Fix for [issue221](https://github.com/danieleteti/delphimvcframework/issues/221)
- Support for [Mustache](https://mustache.github.io/) partials (Thanks to [David Moorhouse](https://github.com/fastbike) and his work about [issue 221](https://github.com/danieleteti/delphimvcframework/issues/221)). Sample *\samples\serversideviews_mustache* has been updated to show how to use partials.
- Added dynamic properties access to `TMVCActiveRecord` descendants. Indexed property `Attributes` is index using the property name and set/get a `TValue` representing the property value.