libcachebust/CHANGELOG.md

18 lines
320 B
Markdown
Raw Normal View History

## 0.1.1
2021-04-12 18:23:56 +05:30
### Added:
- Optional route prefix to `Processor`
### Changed:
- `Files::load()` became `Files::new()`
### Removed:
- Some methods on `Files` were for internal use only but they had a
public API, they were modified to private.
2021-04-10 17:45:00 +05:30
## 0.1.0
### Added:
2021-04-10 17:45:00 +05:30
- `SHA-256`-based cache-buster
- runtime filemap loading