Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@mcaskill mcaskill released this 10 Aug 02:16
v1.3.0
2f0390b

Complete commits list: v1.2.1...v1.3.0

Summary:

  • Improved support for custom escape functions by passing attribute value and name:
    (string $attribute_value, string $attribute_name): string
  • Moved escape function resolution outside of iteration of attributes to evaluate once.
  • Renamed parameters and variables to improve clarity.