Skip to content

Latest commit

 

History

History
147 lines (70 loc) · 6.65 KB

File metadata and controls

147 lines (70 loc) · 6.65 KB

Changelog

4.6.0 (2026-04-25)

Features

  • add block and blockAsync template helpers (#367) (083954b)
  • add capture and captureAsync template helpers (#365) (2350544)
  • add support for custom tag types (5105744)

4.5.1 (2026-02-05)

Bug Fixes

  • add semicolons to compiled output to prevent ASI issues with forEach (e0f1d65)
  • add semicolons to compiled template statements for consistency (#362) (e0f1d65)

4.5.0 (2025-12-12)

Features

  • add require field for core module in package.json (#357) (29f52f8)

4.4.1 (2025-11-13)

Bug Fixes

  • revert "eta/core" to ESM build (37cc1ab)

4.4.0 (2025-11-13)

Features

  • add ts-base to README, update rmWhitespace explanation (d6db743)

4.3.1 (2025-11-13)

Bug Fixes

  • exports are .mjs not .js (f870aaf)

4.3.0 (2025-11-13)

Features

Bug Fixes

  • generate a CJS build, update build and type exports (65cafd0)

4.2.0 (2025-11-12)

Features

  • add prepare script to allow installation from Git (#348) (d8bacbb)

Bug Fixes

4.1.0 (2025-11-12)

Features

  • add outputFunctionName config property (ed33823)
  • Add outputFunctionName config property (#331) (ed33823)

4.0.1 (2025-09-17)

Bug Fixes

  • change deno.land link to jsr in README (21b3afc)

4.0.0 (2025-09-17)

Bug Fixes

  • combine release-please and publish workflows (02f033a)

Miscellaneous Chores

  • remove mention of beta in README (fb9e779)

4.0.0-beta.1 (2025-09-13)

Features

Bug Fixes

Miscellaneous Chores

4.0.0-alpha.2 (2025-09-10)

Bug Fixes

4.0.0-alpha.1 (2025-09-10)

Features

Bug Fixes

Miscellaneous Chores