1.1.2 (2024-03-06)
- cached responses: only cache successful responses (b2885bc)
1.1.1 (2023-11-10)
- build: ignores integration and tests folder in tsconfig (a08c852)
1.1.0 (2023-11-10)
- plugin: adds option to disable cache on plugin register (b350458)
1.0.1 (2023-11-10)
- ci: commit to force a new version update (39fabc1)
- lint: fixes linting issues with import statements (a5b17ab)
- naming: updates variables naming to TTLSeconds (b8d01d8)
- npm: adds missing dev packages (e553d94)
- plugin: changes plugin register config object structure (f9c7089)
- plugin: converts fastify hooks into async instead of callbacks (27b7667)
- plugin: converts ttl to seconds instead of milliseconds (8ba6659)
- plugin: makes fastify plugin async instead of callback (a889f25)