Packages

Caching decorator macros for Elixir functions

Current section

Files

Jump to
cache_decorator CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.2.0 (2025-10-06)
- Added `:on` option to `@cache` decorator — allows conditional caching based on the function result.
## 0.1.1 (2025-10-03)
- Loosening the required elixir version to `~> 1.15` (previously `~> 1.18`)
## 0.1.0 (2025-09-06)
- Initial release of CacheDecorator