Skip to content

Releases: Level-2/Transphporm

1.1.1 - Fix appearance on packagist

03 Oct 18:43
Compare
Choose a tag to compare

This makes Transphporm 1.1 appear on packagist

Version 1.1 Release

14 Sep 21:41
Compare
Choose a tag to compare

Updates

  • #66 - HTML support
  • Modularity (needs documentation), you can load modules that register custom:
    • Functions e.g. content: CUSTOMFUNCTION(args)
    • Pseudo elements e.g. td:CUSTOMPSEUDO {content: bar}
    • Properties e.g. div { CUSTOMPROPERTY: "foo"; }
    • Formatters e.g. div {content: bar; format: CUSTOMFORMATTER}
  • #46 - Template inheritance
  • Single line comments
  • #3 - limit on repeat, you can call repeat: data(list) 3 to only show the first 3 records from data(list)
  • #53 - Allows @import to reference functions (ex: data())
  • #85 - Nth-child now supports elements of different type
  • New Functions
    • Json function json("file.json")
    • #94 - root function which accesses root data
  • Added nl2br format which is like the native nl2br function but still escapes the content
  • Exception is now thrown when tss is fed to it but there is no valid tss

1.0

23 Dec 14:45
Compare
Choose a tag to compare
1.0

Release 1.0. Feature complete including:

  • Basic CSS selectors
  • Conditional logic
  • Loops
  • Inserting data
  • Template partials
  • Caching

0.9 Release Candidate

04 Nov 13:51
Compare
Choose a tag to compare
0.9 Release Candidate Pre-release
Pre-release

This is the first official release of Transphporm. It is feature-complete and the only updates prior to a final release will be bugfixes.