Skip to content

v0.2.184

Compare
Choose a tag to compare
@a-h a-h released this 31 Jul 19:28
· 597 commits to main since this release
399b043

Changelog

  • 5e9c8f9 chore: regenerate templates (see previous commit, and #56).
  • 399b043 chore: regenerate the templates from previous commit, see #56
  • 7b51d06 chore: update the code now that the generator has been updated (see previous commit and #56)
  • 0c824b8 feat: add option for preview-head.html (#54)
  • 06fdb56 feat: add templ elements, and templ block elements (#51)
  • d0dc874 feat: breaking change to reduce allocations, see #56
  • 9a99302 feat: don't allocate the internal map if it's not required, see #56
  • ff2ad31 feat: reduce allocations (11 to 7 in benchmark) by using a constant key, see #56
  • 1d80ac9 feat: reduce allocations by sharing a single state value, see #56.
  • 3c41c3a feat: use a bytes.Buffer directly if one is passed in, or create one to increase performance, see #56
  • c54832e fix: don't self-close empty script tags (#55)
  • 818862c refactor: tidy up some strings.Builder usage