Releases: kimyvgy/nuxt-page-cache
Releases · kimyvgy/nuxt-page-cache
v1.2.6
Features
- feat: add property 'cacheStatusHeader: string' (a5fb452)
- feat: add property 'enabled: false' to disable page-cache module (f6e7054)
- feat: support 2 ways for module options (3b25641)
- feat: add ioredis store (eaf92b3)
- feat: set TTL values for pages individually (78c22c6)
Refactors
- refactor: discover hostname in request header 'Host' (6c441fd)
- refactor(deps): move 'redis' to the optional dependencies (40e3dd7)
Bug fixes
- fix: infinite reloading page with dev build progress bars (fa04774)