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.