Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 30, 2025
1 parent 470ac97 commit 078de98
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-01-30T15:45:22Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -11,6 +11,22 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2025-01-30)

#### 🚀 Features

- add generics, various other updates ([a340f65](https://github.com/thi-ng/umbrella/commit/a340f65))
- add generics to most main types/interfaces
- refactor `SessionInterceptor` as class w/ pluggable storage
- add `ISessionStore` and `InMemorySessionStore` impl
- update ServerOpts to allow augmenting request context object
- add default HTTP OPTIONS handler
- update Server cookie parsing
- add StaticOpts.auth flag
- update logRequest() interceptor
- update pkg exports
- update tests

## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2025-01-29)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/server",
"version": "0.1.0",
"version": "0.2.0",
"description": "Minimal HTTP server with declarative routing, static file serving and freely extensible via pre/post interceptors",
"type": "module",
"module": "./index.js",
Expand Down

0 comments on commit 078de98

Please sign in to comment.