This repository was archived by the owner on Nov 9, 2018. It is now read-only.
Releases: i4004/AcspNet
Releases · i4004/AcspNet
5.2
- Upgrade to Simplify.DI 1.0.4
- Possibility to use enum type properties in view models
- Possibility to use 'IList' types in view models
- Possibility to use 'Required' attribute for 'IList' properties in view models
- Possibility to use 'long' type properties in view models
- 'BindProperty' attribute for view models properties
- 'Exclude' attribute for view models properties
- 'IgnoreTypesRegistration' to exclude controller or views from automatic DI container registration
- app.UseAcspNet(); exceptions catch by AcspNetOwinMiddleware.OnException
- Model binding multiple property values bug fixed
5.1.2
5.1.1
5.1
- String table usage from tpl files like {StringTable.SomeValue}
- Ability to trace requests
- Ability to process catched exceptions by AcspNet
- SiteUrl property in views
- Route property in controllers
- Upgrade to Simplify.DI 1.0.3.0, Simplify.Templates 1.1.2, System.IO.Abstractions 1.4.0.92