Skip to content

Releases: josbeir/cakephp-templater-defaults

0.2.1

20 Sep 21:48

Choose a tag to compare

This release improves complex attribute preservation. Some attributes where stripped or partially stripped before this change.

Full Changelog: 0.2.0...0.2.1

0.2.0

10 Sep 09:51

Choose a tag to compare

This release uses the default template structure and merges its attributes as defined in the template, so no more need to define a 'defaults' array.

This breaks with 0.1.x

0.1.2

09 Sep 21:13

Choose a tag to compare

Add support for callables
Add support for per template overrides in the form of ´templateName>:attribute="value"

0.1.1

08 Sep 08:12

Choose a tag to compare

Add support to disable or negate a default attribute.
Add support to set attributes with a callable.

0.1.0

07 Sep 19:00

Choose a tag to compare

Initial release