All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.4 - 2024-01-30
- Max inclusion depth of 10
- fix: Export EsiError from package
- docs: Clarification of XML namespacing added to README
0.1.3 - 2024-01-29
- XmlDocument can be constructed with an empty parameter list to default to empty namespaces definitions
- EsiTransformer now throws if an unknown tag in esi: namespace is seen
- EsiTransformStream can be constructed with alternate (or no) default namespace prefix
- ESI Transform pipes unknown XML tags and attributes through
- refactor: Use 'attr' instead of 'prop' terminology in internal API for XML attributes
- docs: recommend setting
host_override
instead ofhost
header
0.1.2 - 2024-01-16
- Fixed regex for literal string to allow for empty string
0.1.1 - 2024-01-16
- Dictionaries with missing values will return empty strings
0.1.0 - 2023-12-19
- Initial public release