Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [22.3.0](https://github.com/avoidwork/woodland/compare/22.2.1...22.3.0)

Comment thread
avoidwork marked this conversation as resolved.
- feat: add res.cookie, res.clearCookie, and fix writeHead header merging [`#398`](https://github.com/avoidwork/woodland/pull/398)
- chore: release v22.3.0 (#399) [`f6de1c5`](https://github.com/avoidwork/woodland/commit/f6de1c5685468fa75bf290e1acf1ae22f13d5f9c)

#### [22.2.1](https://github.com/avoidwork/woodland/compare/22.2.0...22.2.1)

> 23 May 2026

- chore: release v22.2.1 [`#394`](https://github.com/avoidwork/woodland/pull/394)
- test: disable logging during test runs [`#392`](https://github.com/avoidwork/woodland/pull/392)
- chore(deps-dev): bump oxfmt from 0.50.0 to 0.51.0 [`#387`](https://github.com/avoidwork/woodland/pull/387)
- chore(deps-dev): bump oxlint from 1.65.0 to 1.66.0 [`#386`](https://github.com/avoidwork/woodland/pull/386)
Expand Down
2 changes: 1 addition & 1 deletion dist/cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @copyright 2026 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 22.2.1
* @version 22.3.0
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/woodland.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2026 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 22.2.1
* @version 22.3.0
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/woodland.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2026 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 22.2.1
* @version 22.3.0
*/
import {STATUS_CODES}from'node:http';import {EventEmitter}from'node:events';import {readFileSync,createReadStream}from'node:fs';import {etag}from'tiny-etag';import {lru}from'tiny-lru';import {precise}from'precise';import {createRequire}from'node:module';import {join,extname,resolve,sep}from'node:path';import {fileURLToPath,URL as URL$1}from'node:url';import mimeDb from'mime-db';import {coerce}from'tiny-coerce';import {Validator}from'jsonschema';import {realpath,stat,readdir}from'node:fs/promises';const __dirname$2 = fileURLToPath(new URL$1(".", import.meta.url));
const require$1 = createRequire(import.meta.url);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woodland",
"version": "22.2.1",
"version": "22.3.0",
"description": "Secure HTTP framework for Node.js. Express-compatible with built-in security, no performance tradeoff.",
"keywords": [
"api",
Expand Down