mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
This commit is contained in:
parent
e451849768
commit
6cac1a790d
@ -220,7 +220,9 @@ Congratulations to Daniele Teti and all the staff for the excellent work!" -- Ma
|
||||
- ⚡ Ability to use records in swagger param and response attributes [Issue 649](https://github.com/danieleteti/delphimvcframework/issues/649)
|
||||
- ⚡ Improved Wizard - now it produces commented code to show how to use `ContextEvents`
|
||||
- ⚡ Improved compatibility with Delphi 10.2 Tokyo and older versions (Thanks Mark Lobanov)
|
||||
- ⚡ Added Prometheus middleware in the samples
|
||||
- 🐞 FIX [Issue 648](https://github.com/danieleteti/delphimvcframework/issues/648) Thanks to [sf-spb](https://github.com/sf-spb)
|
||||
- 🐞 FIX [Issue 652](https://github.com/danieleteti/delphimvcframework/issues/652) Thanks to [BssdTS](https://github.com/BssdTS)
|
||||
- 🐞 [PR 651](https://github.com/danieleteti/delphimvcframework/pull/651) Thanks to [Francisco Zanini](https://github.com/zaniniflz)
|
||||
|
||||
## What's New in dmvcframework-3.2.3-radium
|
||||
|
@ -91,7 +91,9 @@ DelphiMVCFramework is compatible with Delphi version XE7 or better
|
||||
|
||||
{$DEFINE SYSTEMJSON}
|
||||
{$IFNDEF MOBILE}
|
||||
{$IFNDEF MACOS}
|
||||
{$DEFINE WEBAPACHEHTTP}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$DEFINE USEFIREDAC}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user