Skip to main content

v3.1.2 (2017-02-19)

Scope

  • Core environment variables and Web rendering, validation, and layouts

Changes

  • Added
    • Distinguish framework environment variables from user environment variables: framework parameters do not affect loading of env.config, while explicit user parameters prevent that file from being loaded.
  • Improved
    • Integrate the rendering framework and RenderApiBinder into Hasor Web.
    • Merge ValidErrors into ValidInvoker.
    • Change the default value of HASOR_RESTFUL_LAYOUT from true to false; page layouts are no longer enabled by default.

Upgrade notes

  • Page layouts are no longer enabled by default. Applications using layouts must explicitly enable HASOR_RESTFUL_LAYOUT.
  • ValidErrors is merged into ValidInvoker; update interface references in custom validation code.