Skip to content

Commit ce5157c

Browse files
authored
chore(main): release 0.1.0 (#53)
* chore(main): release 0.1.0
1 parent 5dc19e8 commit ce5157c

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to the "Stone.js Http core" extension will be documented in
55
## Unreleased
66

77

8+
## [0.1.0](https://github.com/stonemjs/http-core/compare/v0.0.4...v0.1.0) (2025-06-04)
9+
10+
11+
### Features
12+
13+
* major internal restructuring and cleanup ([#52](https://github.com/stonemjs/http-core/issues/52)) ([5dc19e8](https://github.com/stonemjs/http-core/commit/5dc19e88b97a10a08254fe79d8071a9023d59ff6))
14+
15+
This update delivers a comprehensive internal refactoring of the `http-core` module to align with the latest Stone.js standards and improve consistency across the ecosystem.
16+
17+
#### Changes included:
18+
19+
* Refactored core logic for `IncomingHttpEvent` and `OutgoingHttpResponse` to improve maintainability and clarity
20+
* Enhanced typings across all exported utilities for stronger TypeScript support
21+
* Introduced new HTTP features and options for response control and cookie handling
22+
* Improved test coverage with additional cases for edge scenarios
23+
* Fixed various internal inconsistencies and cleaned up outdated code
24+
* Minor typo fixes in documentation
25+
26+
This refactoring ensures a more stable, extensible foundation for HTTP event processing in all Stone.js runtime adapters.
27+
828
## [0.0.4](https://github.com/stonemjs/http-core/compare/v0.0.34...v0.0.4) (2025-01-21)
929

1030

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stone-js/http-core",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "Stone.js HTTP Core",
55
"author": "Mr. Stone <evensstone@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)