Skip to content

Commit cd29026

Browse files
committed
docs: updated changelog for v0.1.0
1 parent 92dc34a commit cd29026

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

3-
All notable changes to `wolfpackthatcodes/vite-typescript-package-toolkit` will be documented in this file.
3+
All notable changes to `wolfpackthatcodes/typescript-http-client` will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [v0.1.0] - 2023-10-31
11+
### Added
12+
- `HEAD`, `GET`, `POST`, `PUT`, `PATCH`, `DELETE` request helper methods.
13+
- `withQueryParameters` method.
14+
- `accept`, `acceptJson`, `asJson`, `asForm`, `asUrlEncoded` content type methods.
15+
- `withHeaders`, `withHeader`, `replaceHeaders`, `replaceHeader` helper methods.
16+
- `withBasicAuth`, `withToken` authentication helper methods.
17+
- `fake` method.

0 commit comments

Comments
 (0)