Skip to content

Releases: sroehrl/neoan3-template

v2.1.5

24 Jan 01:34
442ea43
Compare
Choose a tag to compare

What's Changed

  • Convert null to empty string in substitution to avoid deprecation err… by @sroehrl in #23

Full Changelog: v2.1.5...v2.1.6

Endless depths

21 Jan 15:05
7538a79
Compare
Choose a tag to compare

Patches known deep-iteration issues

What's Changed

  • Enable iteration over deep context by @sroehrl in #22

Full Changelog: v2.1.4...v2.1.5

v2.1.4

15 Jan 15:16
62228b3
Compare
Choose a tag to compare

Full Changelog: v2.1.3...v2.1.4

Playing nice

07 Oct 21:56
0c70e92
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: encoding in HTML inserted via context by @sroehrl in #20
  • Attribute htmlchar sanitize by @sroehrl in #21

Full Changelog: v2.1.2...v2.1.3

Free at last!

21 Aug 04:06
5faf950
Compare
Choose a tag to compare

Versions in the composer.json have triggered me long enough...

What's Changed

  • Removing version from composer.json to safe sanity by @sroehrl in #18

Full Changelog: v2.1.1...v2.1.2

Composer version update

21 Aug 03:56
2f12a65
Compare
Choose a tag to compare
Merge pull request #17 from sroehrl/interpreter

Nothing to see here...

Substitutions to the rescue

21 Aug 03:47
63a483e
Compare
Choose a tag to compare

Better control over what get's rendered at which point in time:
With substitutions, you can ensure execution of e.g. functions BEFORE the delimiter-captured strings are replaced!

What's Changed

  • Substitutions added (with readme changes) by @sroehrl in #16

Full Changelog: v2.0.2...v2.1.0

Stable experiences are shared

16 Aug 00:54
c756488
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

Deeeper

15 Aug 21:36
c20b03c
Compare
Choose a tag to compare

Minor update to address binding issues in sequential arrays

Power to the user

15 Aug 18:16
9519601
Compare
Choose a tag to compare

Version 2 offers huge changes to the functionality which make the interpretation more stable with a pure DOMDocument approach.

This allows for custom attributes to be developed and existing functionality to be renamed in order to allow developers to tweak templating to their needs.