mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
updated artworks
This commit is contained in:
parent
c78b52f4d1
commit
ccae07d704
@ -3,4 +3,5 @@
|
|||||||
- Removed `TDataSetHelper.LoadFromJSONArrayStringItems`
|
- Removed `TDataSetHelper.LoadFromJSONArrayStringItems`
|
||||||
- `TDataSetHolder` class now renders data in a property called `data` (previously was `items`)
|
- `TDataSetHolder` class now renders data in a property called `data` (previously was `items`)
|
||||||
- The default header used by JWT middleware is now `Authorization` (previously was `Authentication`)
|
- The default header used by JWT middleware is now `Authorization` (previously was `Authentication`)
|
||||||
- Middleware `OnAfterControllerAction` are now invoked in the same order of `OnBeforeControllerAction` (previously were invoked in reversed order).
|
- Middleware `OnAfterControllerAction` are now invoked in the same order of `OnBeforeControllerAction` (previously were invoked in reversed order).
|
||||||
|
- `IMVCMiddleware` has got a new method called after the request processing: `OnAfterRouting` . It is called even if no action is executed. If you don't need it, implement the method and leave it empty.
|
@ -599,6 +599,7 @@ end;
|
|||||||
- Fixed! [issue363](https://github.com/danieleteti/delphimvcframework/issues/363)
|
- Fixed! [issue363](https://github.com/danieleteti/delphimvcframework/issues/363)
|
||||||
- Fixed! [issue364](https://github.com/danieleteti/delphimvcframework/issues/364) (Thanks to [João Antônio Duarte](https://github.com/joaoduarte19))
|
- Fixed! [issue364](https://github.com/danieleteti/delphimvcframework/issues/364) (Thanks to [João Antônio Duarte](https://github.com/joaoduarte19))
|
||||||
- Fixed! [issue366](https://github.com/danieleteti/delphimvcframework/issues/366)
|
- Fixed! [issue366](https://github.com/danieleteti/delphimvcframework/issues/366)
|
||||||
|
- Fixed! [issue376](https://github.com/danieleteti/delphimvcframework/issues/376) (Thanks to [João Antônio Duarte](https://github.com/joaoduarte19))
|
||||||
- Fixed! Has been patched a serious security bug affecting deployment configurations which uses internal WebServer to serve static files (do not affect all Apache, IIS or proxied deployments). Thanks to **Stephan Munz** to have discovered it. *Update to dmvcframework-3.2-RC5+ is required for all such kind of deployments.*
|
- Fixed! Has been patched a serious security bug affecting deployment configurations which uses internal WebServer to serve static files (do not affect all Apache, IIS or proxied deployments). Thanks to **Stephan Munz** to have discovered it. *Update to dmvcframework-3.2-RC5+ is required for all such kind of deployments.*
|
||||||
|
|
||||||
## DelphiMVCFramework 3.1.0-lithium (Current Release)
|
## DelphiMVCFramework 3.1.0-lithium (Current Release)
|
||||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 75 KiB |
Loading…
Reference in New Issue
Block a user