Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 1.64 KB

Changelog

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

Added

  • Max inclusion depth of 10

Fixed

  • fix: Export EsiError from package

Updated

  • docs: Clarification of XML namespacing added to README

0.1.3 - 2024-01-29

Added

  • 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

Fixed

  • docs: recommend setting host_override instead of host header

0.1.2 - 2024-01-16

Fixed

  • Fixed regex for literal string to allow for empty string

0.1.1 - 2024-01-16

Fixed

  • Dictionaries with missing values will return empty strings

0.1.0 - 2023-12-19

Added

  • Initial public release