Skip to content

Releases: hugomods/hugopress

v0.5.0

16 Jun 04:45
fcbfdb4
Compare
Choose a tag to compare

0.5.0 (2024-06-16)

Features ✨

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

v0.4.1

15 Jun 04:56
83f2f45
Compare
Choose a tag to compare

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)

v0.4.0

01 Jun 07:18
e931c83
Compare
Choose a tag to compare

0.4.0 (2024-06-01)

Features ✨

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

v0.3.0

01 Jun 05:31
d6c3734
Compare
Choose a tag to compare

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)

v0.2.3

22 Dec 15:35
f621130
Compare
Choose a tag to compare

0.2.3 (2023-12-22)

Bug Fixes 🐞

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

v0.2.2

31 Oct 08:27
bf8d260
Compare
Choose a tag to compare

0.2.2 (2023-10-31)

Bug Fixes 🐞

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

v0.2.1

21 Jul 05:47
Compare
Choose a tag to compare

0.2.1 (2023-07-21)

Performance Improvements ⚡️

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

v0.2.0

16 Jun 03:49
Compare
Choose a tag to compare

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