Skip to content

Releases: FoilPHP/Foil

v0.4.3

22 May 02:43
Compare
Choose a tag to compare

Bugfix release.

v0.4.2

24 Apr 20:01
Compare
Choose a tag to compare

Fixed issue with nested array escaping.
Added tests.

v0.4.1 (Hotfix)

24 Apr 18:43
Compare
Choose a tag to compare
Merge pull request #7 from fbraem/patch-1

Solve Identifier "aura.html.escaper" is not defined

v0.4.0

22 Apr 20:34
Compare
Choose a tag to compare
  • Introducing support for Aura.HTML for escape (and autoescape)
  • Added Aura.HTML extension for HTML and Form helpers
  • Added docs for new features
  • Added new Escaper class (and interface) that makes use of Aura.HTML escaper
  • New options 'default_charset' and 'html_tags_functions'
  • Improved phpDoc
  • Minor bug & CS fix

v0.3.0

18 Mar 11:25
Compare
Choose a tag to compare
  • supply() template method now supports a callback as default value
  • added support for 'strict_variables' engine option to throw an exception or a notice when using undefined vars
  • updated documentation
  • various typo and CS fixes

v0.2.0

18 Feb 12:03
Compare
Choose a tag to compare
  • Added insertIf() template tag to insert partial conditionally
  • layout() now accepts also full path of layout
  • some minor internal improvements
  • updated docs (and site) for new feaures

v0.1.4

25 Jan 01:32
Compare
Choose a tag to compare

Fixes typo, doc block, and coding styles

v0.1.3

21 Jan 18:01
Compare
Choose a tag to compare

Typo fix

v0.1.2

21 Jan 12:48
Compare
Choose a tag to compare

First working release