Skip to main content

v1.0.0 (2015-07-02)

Scope

  • Core object binding, Web MVC, and validation

Changes

  • Added
    • Add DateUtils and methods for obtaining Providers by name and type; expose AOP expression matching methods.
    • Merge the Hasor MVC controller and result plugins, with support for custom Action return-value handling.
    • Add Validation-based validation, form validator registration, and ResultProcess exception handling.
  • Improved
    • Simplify container factories and resource plugins; adjust Web module loading and extension interfaces.
  • Fixed
    • Fix singleton declarations through asEagerSingleton() not taking effect.