wonderful-fetch
Version:
A wrapper around fetch.
25 lines (18 loc) • 740 B
Markdown
# CHANGELOG
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Changelog Categories
- `BREAKING` for breaking changes.
- `Added` for new features.
- `Changed` for changes in existing functionality.
- `Deprecated` for soon-to-be removed features.
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.
---
## [1.3.0] - 2024-12-19
### Added
- If `options.referrer` is set to `true` (this is the default), the `x-wonderful-fetch-referrer` header will be added to the request with the value of the current url.
## [1.0.0] - 2024-06-19
### Added
- Initial release of the project 🚀