Releases: newtron-framework/core
Releases · newtron-framework/core
Newtron v0.1.5
Changes
- Modify Quark directive syntax to improve parsing:
{~ directive ~}
Newtron v0.1.4
Changes
- Updated Quark directive syntax:
~directive()
Fixes
- Fixed an issue with Quark's
includedirective that caused the root layout to render multiple times
Newtron v0.1.3
Changes
- Quark's
includedirective now functions better - Quark better supports dot notation in expressions
- Array access:
array.key - Object property:
object.property - Method call:
object.method()
- Array access:
Newtron v0.1.2
Changes
- Skip root layout in
includedirective
Newtron v0.1.1
What's New
- Added
includedirective to Quark to render another template
Newtron v0.1.0
The core foundation is complete! Newtron now supports simple static sites.
Phase 1
- Application container with dependency injection
- Request/Response abstraction
- Two routing modes (declarative or file-based)
- Middleware pipeline
- Quark, a custom templating engine
- Error handling and logging