Skip to content

Releases: fastly/esi

v0.6.0

15 Jan 14:40
57dc8bf
Compare
Choose a tag to compare

What's Changed

  • Allow fragments to be generated synthetically by @kailan in #29
  • Allow pre-parsing of ESI document by @kailan in #30
  • Implement vars, choose/when, and expressions by @tyler in #32

New Contributors

  • @tyler made their first contribution in #32

Full Changelog: v0.5.0...v0.6.0

v0.5.0

24 Jul 10:44
cdf98a3
Compare
Choose a tag to compare
  • Add support for esi:try, esi:attempt, and esi:except
  • Add with_escaped config method, which allows for the processing of non-HTML content (e.g. JSON)
  • Export XML Reader and Writer for dependent crates