mustache-changes - Mustache - Log of Changes
Welcome to the Mustache project for Tcl, written by Andreas Kupries.
It provides a set of five related Tcl packages for the parsing and rendering of mustache-style logic-less templates, plus an application for easy command-line access to the functionality.
For availability please read Mustache - How To Get The Sources.
This document provides an overview of the changes mustache underwent from version to version.
Extended the mustache::frame package to support the TclYAML version 0.5 tags for bool, float, int, null, and string.
The pre-existing tag scalar is now a an alias for string.
This extension of the type system makes it easier to use mustache's data frames as an in-memory representation for structured typed data. No automatic loss of type data inside of Tcl scripts now.
Extended the data frames provided by package mustache::frame with methods for walking a frame tree in general, and simplifying the conversion back into external serialization formats.
Added packages for the conversion of a data frame (tree) into various serializations:
This is the first release of mustache. The changes therefore describe the initial features of the system.
In detail:
mustache requires Tcl 8.5 or higher. Tcl 8.4 or less is not supported.
mustache requires TclOO.
The project provides several high- and low-level packages for the parsing and rendering of logic-less templates as specified by Ruby's mustache package.
Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at Mustache Tracker.
Please also report any ideas you may have for enhancements of either package(s) and/or documentation.
Copyright © 2019-2021 Andreas Kupries
Copyright © 2019-2021 Documentation, Andreas Kupries