Skip to main content

v0.0.4 (2013-11-11)

Scope

  • Core plugins, environment, logging, and lifecycle

Changes

  • Added
    • Add Environment.isDebug to detect debug-mode startup.
    • Add log-level checks and Trace logging methods; check whether the level is enabled before writing.
    • Add the ServicesRegisterHandler service registration mechanism and module startup/shutdown events.
    • Add BindingType utility methods to ApiBinder and AppContext.
    • Add Cache and Aware plugins, support injecting AppContext into objects, and report plugin loading status.
  • Improved
    • Rename Gift to Plugin for framework feature plugins; remove the giftSupport setting.
    • Rename ContextEvent_Stop to ContextEvent_Stoped.

Cumulative changes

The original version identifiers are retained below. Where a feature was changed again, the changes for the main version on this page take precedence.

Hasor Web v0.0.3

  • Improved
    • Cache entry names in the ZIP resource loader to reduce repeated archive opens.
  • Fixed
    • Adjust classpath resource cache refresh behavior in debug mode to support development and debugging.
    • Return HTTP 404 when a resource does not exist.