Skip to content

Latest commit

 

History

History
105 lines (54 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

105 lines (54 loc) · 5.59 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.2 (2021-10-21)

1.6.1 (2021-10-21)

1.6.0 (2021-06-25)

Features

  • allow registering of helpers (f8b0a4b)

1.5.1 (2021-03-29)

Bug Fixes

  • normalize paths for Windows support (af4d8d7)

1.5.0 (2021-03-26)

Features

  • expose page path to context functions (#42) (0a4441f)

1.4.2 (2021-03-26)

Bug Fixes

1.4.1 (2021-03-21)

Bug Fixes

  • handle async functions in context (8b5eef4)

1.4.0 (2021-03-21)

Features

  • reload page on partial change (3976806), closes #2

1.3.0 (2021-03-20)

Features

  • support functions as context values (9780f4b)

1.2.0 (2021-03-19)

Features

  • add ability to process multiple partial folders (#28) (fbcb39f)
  • support nested partial directories (9e657b2)

Bug Fixes

  • only register html or hbs files as partials (15c67b2)

1.1.2 (2021-02-20)

Bug Fixes

  • read root even if not explicitly provided (9541b81)

1.1.1 (2021-02-20)

Bug Fixes

  • ensure files are built before publishing (8a3ad6f)

1.1.0 (2021-02-20)

Features

  • add resolve-from-root helper (f03f7c9)

1.0.4 (2021-02-03)

Bug Fixes

1.0.3 (2021-02-03)

1.0.2 (2021-02-03)

1.0.1 (2021-02-03)

Bug Fixes

  • avoid compressing output assets (dc4ae91)
  • handle empty partials directory (d22ef98), closes #1

1.0.0 (2021-02-03)

Features

  • support Handlebars context and basic partials (2342f8e)

Bug Fixes

  • define files to include in package (d7eaa30)