Skip to content

v2.0.0 Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 31 Jan 16:32
071b182

Breaking changes

Requires swift 5.7

  • HBMustacheTemplate is a struct
  • HBMustacheLibrary is a struct
  • HBMustacheLibrary.loadTemplates is async
  • Templates no longer store the library they belong to, so to render templates that use partials you need to supply the library at render either via HBMustacheLibrary.render or `HBMustacheTemplate.render(_:library:).

Minor release changes

  • HBMustacheTemplate and HBMustacheLibraryconform to Sendable.