v0.5.3
Pre-release
Pre-release
Fixes
- The
:html
attribute now correctly inserts content.
Adjustments
- Unified lifecycle property naming to camelCase:
before_render
changed tobeforeRender
before_update
changed tobeforeUpdate
before_destory
changed tobeforeDestory
- To ensure code style consistency and reduce code size, starting from version
1.*.*
, only camelCase properties are supported. Snake_case naming is no longer supported.
Deprecated Features
- For more details, see here.