From e89c2bd27bf1ea5e7fc925d8ba21f7044c13146b Mon Sep 17 00:00:00 2001 From: iyifr Date: Tue, 8 Oct 2024 20:55:04 +0100 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 8 ++++++++ README.md | 2 ++ pubspec.yaml | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c02585..4f57095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index 53f3e26..4108d27 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index eb68cf3..3d9dd98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: