Skip to content

Releases: newtron-framework/core

Newtron v0.1.5

01 Oct 01:15
3861267

Choose a tag to compare

Changes

  • Modify Quark directive syntax to improve parsing: {~ directive ~}

Newtron v0.1.4

01 Oct 00:07
8b139fd

Choose a tag to compare

Changes

  • Updated Quark directive syntax: ~directive()

Fixes

  • Fixed an issue with Quark's include directive that caused the root layout to render multiple times

Newtron v0.1.3

30 Sep 14:02
d2b92d7

Choose a tag to compare

Changes

  • Quark's include directive now functions better
  • Quark better supports dot notation in expressions
    • Array access: array.key
    • Object property: object.property
    • Method call: object.method()

Newtron v0.1.2

29 Sep 15:02
0252629

Choose a tag to compare

Changes

  • Skip root layout in include directive

Newtron v0.1.1

29 Sep 14:39

Choose a tag to compare

What's New

  • Added include directive to Quark to render another template

Newtron v0.1.0

27 Sep 00:39
b8e000f

Choose a tag to compare

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