Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

TemplateKit 1.0.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 10 Apr 00:30
· 88 commits to master since this release

Introducing Template Kit 1.0 馃帀
Template Kit is an easy-to-use foundation for building powerful templating languages in Swift.

Docs:
https://docs.vapor.codes/3.0/template-kit/getting-started/

API Docs:
https://api.vapor.codes/template-kit/latest/TemplateKit

Milestone:
1.0.0


Changes since final release candidate:

Fixed:

  • Audited and internalized several APIs to minimize API surface.
  • Removed TemplateData.future case in favor of TagRenderers returning Future<TemplateData> (was redundant previously).
  • Added lots of missing doc blocks, now at 100% docs coverage.