0.5.0 (2024-06-16)
- allow using page store key as cache key by setting
cache_store_key
for hooks (eac2547)
0.4.1 (2024-06-14)
- 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)
0.3.0 (2024-06-01)
- 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)
0.2.2 (2023-10-31)
0.2.1 (2023-07-21)
- avoid checking the partials each time render the hooks and attributes (f814b91)