EXPath Package

Back to listing of all packages

eXist-db HTML Templating Library

Description:This package contains the HTML templating library for eXist, which was previously part of the now deprecated 'shared-resources'
Version:1.2.1
Size:11k
Requirement:eXist-db version 5.2.0 or later
Package Abbrev:templating
Package Name:http://exist-db.org/html-templating
Author(s):eXist-db Project
License:LGPL-2.1
Website:https://github.com/eXist-db/templating
Download:templating-1.2.1.xar

Download other versions:

    Change log:

    1.2.1
    • Fix: Apply all defaults to user supplied configuration - #32
    1.2.0
    • New: Configuration flag to disable legacy class syntax - #29
    • Fix: Booolean parameter casting - #24
    • Fix: Module import without classpath - #21
    1.1.0
    • New: Facility for filtering of templating-specific data attributes from output - #15
    • New: Improved CI with test on minimum required version and ability to run exist as service - #16
    • Fix: Handling of integer types in function signatures - #19
    1.0.4
    • Fix form control: radio button & checkbox inputs - #9
    • Performance boost by eliminating not() - #10
    • Fix test scenario requiring HTTP and update to latest gulp-exist - #12
    • Reverted "rename static params 'start' and 'end'" commit, as these were discovered to be a breaking change - #13
    1.0.3
    • fix(lib:parse-params): rename static params 'start' and 'end' to 'delim-start' and 'delim-end', so it's less likely that they conflict with frequently used, user provided parameters.
    • Note: this version was not released to GitHub Releases or the eXist-db public-repo.
    1.0.2
    • Replace lib:resolve-apps with a faster version.
    1.0.1
    • Change author strings.
    1.0.0
    • First release of the new HTML templating package. This now hosts the templating library which was previously shipped with the shared-resources package.