v1.2.0
Complete commits list: v1.1.0...v1.2.0
Summary:
- Require JSON extension
- Add support invokable objects as well as closure's for the attribute value.
- Moved callable attribute value to earlier in case its value is
null
or a special object. - Moved JSON serialization to later in the function for improved variance support.
- If attribute value is an empty array, the attribute is ignored instead of rendering an empty string attribute.
- If attribute value is
false
, the attribute is ignored instead of concatenating an extra space.