Skip to content

Latest commit

 

History

History
61 lines (29 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

61 lines (29 loc) · 3.17 KB

Changelog

0.5.0 (2024-06-16)

Features ✨

  • allow using page store key as cache key by setting cache_store_key for hooks (eac2547)

0.4.1 (2024-06-14)

Performance Improvements ⚡️

  • allow specifying a partial to directly include the desired template, using the current page as the context (#60) (4ea2769)
  • avoid using merge function to generate context for hooks (8541aa8)
  • calculate Index, HasPrev, HasNext for hooks in advance (#58) (8541aa8)

0.4.0 (2024-06-01)

Features ✨

  • add the cache_site_param_key to cache partial against site parameter (#53) (e12cdbc)

0.3.0 (2024-06-01)

Features ✨

  • add the cache_key parameter (c92d66a)
  • add the cache_param_key parameter to cache partials by page params (#50) (fc51904)

0.2.3 (2023-12-22)

Bug Fixes 🐞

  • appending instead overriding attribute values (#41) (89f34c4)

0.2.2 (2023-10-31)

Bug Fixes 🐞

  • adjust to accommodate Hugo v0.120.0 changes (#36) (16af083)

0.2.1 (2023-07-21)

Performance Improvements ⚡️

  • avoid checking the partials each time render the hooks and attributes (f814b91)

0.2.0 (2023-06-16)

Features

  • add the debug parameter to enable verbose logs (9ab073e)
  • check if the attribute and hook partials exist (79f5401), closes #22