Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iyifr committed Oct 8, 2024
1 parent 830ee8c commit e89c2bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.3.1 (Patch)

- **EXTENDED** `readFormData` utility to handle undefined formdata fields better.
- **PATCHED** `setResponseHeader` utility to better handle immutable nature of http response
headers.
- Documented some utilities better.
- Entire library is now accessible from one import.

## 0.3.0 (Minor)

- **NEW** Multiple Routers with `basePath`
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Inspired by [unjs H3](https://h3.unjs.io).

**This is a new project under active development**, production use is not advised.

The docs site is still in construction🚧🚧 - [link](https://h4-tau.vercel.app)

## Features

- **Lightweight**: H4 ships with a small core and a set of composable utilities.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: h4
description: A minimal HTTP framework for building elegant server applications.
version: 0.3.0
description: A minimal framework for building elegant server applications.
version: 0.3.1
repository: https://github.com/iyifr/h4

environment:
Expand Down

0 comments on commit e89c2bd

Please sign in to comment.