v0.0.4 (2013-11-11)
Scope
- Core plugins, environment, logging, and lifecycle
Changes
- Added
- Add
Environment.isDebugto detect debug-mode startup. - Add log-level checks and Trace logging methods; check whether the level is enabled before writing.
- Add the
ServicesRegisterHandlerservice registration mechanism and module startup/shutdown events. - Add BindingType utility methods to
ApiBinderandAppContext. - Add Cache and Aware plugins, support injecting
AppContextinto objects, and report plugin loading status.
- Add
- Improved
- Rename Gift to Plugin for framework feature plugins; remove the
giftSupportsetting. - Rename
ContextEvent_StoptoContextEvent_Stoped.
- Rename Gift to Plugin for framework feature plugins; remove the
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.