Skip to content

Commit

Permalink
Release 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Apr 19, 2024
1 parent 662d1fe commit 77d50d6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# oak Change Log

## Version 16.0.0

- feat: remove helpers module (3cd8bf5)

**BREAKING CHANGE** the helpers module was removed, it only provided a single
function which was of little value.

- fix: bun and node server respect abort signal (662d1fe)
- refactor: break apart util, move form_data to commons (ba0ecaf)
- refactor: move etag to middleware/etag and remove re-exports from std
(70e4cbf)

**BREAKING CHANGE** The following APIs were being re-exported from etag, but
have been present in Deno @std/http/etag for an extended period of time and
the re-exports have been removed:

- `calculate`
- `type ETagOptions`
- `type FileInfo`
- `ifMatch`
- `ifNoneMatch`

- chore: fix linting issues (785867e)
- chore: publish more modules for documentation purposes (90db374)
- chore: update to std 0.223 (7a766dc)
- chore: add copyright header (9f6263e)
- chore: additional infrastructure cleanup (3e875c9)
- chore: more cleanup of unused fixtures (bbd2111)

## Version 15.0.0

- feat: migrate to @oak/commons/range (de1026f)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
"version": "15.0.0",
"version": "16.0.0",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
Expand Down

0 comments on commit 77d50d6

Please sign in to comment.