Skip to main content

v2.4.6 (2016-10-07)

Scope

  • Core scopes and Web parameters, validation, and rendering

Changes

  • Added
    • Add ScopeManager and improve scope registration.
    • Add before-request and after-response events; support injection of WebEnvironment and WebAppContext, and obtain interface-typed parameters from AppContext.
    • Add JSON suffix interception to RESTful support and relocate the upload package.
  • Improved
    • Share data between RenderData and Request attributes; allow multiple form validators with @ValidBy.
  • Fixed
    • Fix Response not being passed to Action methods.