Skip to content

v1.1.0

Choose a tag to compare

@craigfowler craigfowler released this 28 Jun 21:34
· 641 commits to master since this release

This is a backwards-compatible feature enhancement release which also contains a few bug fixes. The main headline here is the introduction of a new TALES expression plugin: pipe, which is intended for use as a way of transforming content for rendering in a ZPT document.

Changelog

  • #248 - Fix a packaging error; NuGet meta-packages included a lot of unwanted files
  • #249 - ZPT HTML rendering of attributes was incorrect due to improper HTML encoding
  • #250 - Introduce new pipe: TALES expression plugin