Skip to content
Open
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
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,19 @@
"router-benchmarks": "0.0.0",
"@foxify/config": "1.1.0",
"@foxify/fresh": "1.1.0",
"@foxify/inject": "1.1.0"
"@foxify/inject": "1.1.0",
"foxify-benchmarks": "0.0.0",
"foxify-example": "0.0.0"
},
"changesets": [
"cold-monkeys-change",
"good-rules-speak",
"long-hairs-train",
"popular-deers-punch",
"popular-laws-draw",
"pretty-schools-wonder",
"swift-grapes-sleep",
"unlucky-steaks-dress",
"weak-pets-rescue"
]
}
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @foxify/config

## 1.1.1-beta.0

### Patch Changes

- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md

- [`63eaa62`](https://github.com/foxifyjs/foxify/commit/63eaa62cbbf20d844b6326c193b43f42bcab3eb7) Thanks [@ardalanamini](https://github.com/ardalanamini)! - update dependencies
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxify/config",
"version": "1.1.0",
"version": "1.1.1-beta.0",
"description": "Foxify framework config",
"homepage": "https://foxify.js.org",
"author": "Ardalan Amini <ardalanamini22@gmail.com> (https://ardalanamini.com)",
Expand Down
16 changes: 16 additions & 0 deletions packages/foxify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# foxify

## 1.0.0-beta.1

### Patch Changes

- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports

- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md

- [`63eaa62`](https://github.com/foxifyjs/foxify/commit/63eaa62cbbf20d844b6326c193b43f42bcab3eb7) Thanks [@ardalanamini](https://github.com/ardalanamini)! - update dependencies

- Updated dependencies [[`a482dac`](https://github.com/foxifyjs/foxify/commit/a482dacdb63fc61c6b380e3fdfcca3b0f5d54a35), [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4), [`cc4d60c`](https://github.com/foxifyjs/foxify/commit/cc4d60c3b075a440eb49f3637be215d142fc7fa5), [`d668000`](https://github.com/foxifyjs/foxify/commit/d66800034e0a154d8bc43ad68e20349ec5e75129), [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4), [`6c2f50e`](https://github.com/foxifyjs/foxify/commit/6c2f50e80f905cdb6fb0f7b0546086e5fc71348d), [`63eaa62`](https://github.com/foxifyjs/foxify/commit/63eaa62cbbf20d844b6326c193b43f42bcab3eb7)]:
- @foxify/http@1.0.0-beta.4
- @foxify/inject@1.1.1-beta.0
- @foxify/router@1.0.0-beta.4
6 changes: 3 additions & 3 deletions packages/foxify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foxify",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "The fast, easy to use & typescript ready web framework for Node.js",
"homepage": "https://foxify.js.org",
"author": "Ardalan Amini <ardalanamini22@gmail.com> (https://ardalanamini.com)",
Expand Down Expand Up @@ -68,8 +68,8 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"@foxify/http": "^1",
"@foxify/router": "^1",
"@foxify/http": "^1.0.0-beta.4",
"@foxify/router": "^1.0.0-beta.4",
"@types/node": ">=16",
"prototyped.js": "^1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/fresh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @foxify/fresh

## 1.2.0-beta.1

### Patch Changes

- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md

## 1.2.0-beta.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fresh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxify/fresh",
"version": "1.2.0-beta.0",
"version": "1.2.0-beta.1",
"description": "HTTP response freshness testing",
"homepage": "https://foxify.js.org",
"author": "Ardalan Amini <ardalanamini22@gmail.com> (https://ardalanamini.com)",
Expand Down
23 changes: 23 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @foxify/http

## 1.0.0-beta.4

### Minor Changes

- [`cc4d60c`](https://github.com/foxifyjs/foxify/commit/cc4d60c3b075a440eb49f3637be215d142fc7fa5) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Add `response.text` method

- [`6c2f50e`](https://github.com/foxifyjs/foxify/commit/6c2f50e80f905cdb6fb0f7b0546086e5fc71348d) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Add `response.bin` method

### Patch Changes

- [`a482dac`](https://github.com/foxifyjs/foxify/commit/a482dacdb63fc61c6b380e3fdfcca3b0f5d54a35) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Improve json response performance

- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports

- [`d668000`](https://github.com/foxifyjs/foxify/commit/d66800034e0a154d8bc43ad68e20349ec5e75129) Thanks [@ardalanamini](https://github.com/ardalanamini)! - improve http response performance

- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md

- [`63eaa62`](https://github.com/foxifyjs/foxify/commit/63eaa62cbbf20d844b6326c193b43f42bcab3eb7) Thanks [@ardalanamini](https://github.com/ardalanamini)! - update dependencies

- Updated dependencies [[`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4)]:
- @foxify/fresh@1.2.0-beta.1

## 1.0.0-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxify/http",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Foxify HTTP module",
"homepage": "https://foxify.js.org",
"author": "Ardalan Amini <ardalanamini22@gmail.com> (https://ardalanamini.com)",
Expand Down
11 changes: 11 additions & 0 deletions packages/inject/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @foxify/inject

## 1.1.1-beta.0

### Patch Changes

- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports

- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md

- [`63eaa62`](https://github.com/foxifyjs/foxify/commit/63eaa62cbbf20d844b6326c193b43f42bcab3eb7) Thanks [@ardalanamini](https://github.com/ardalanamini)! - update dependencies
2 changes: 1 addition & 1 deletion packages/inject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxify/inject",
"version": "1.1.0",
"version": "1.1.1-beta.0",
"description": "Fake HTTP injection library",
"homepage": "https://foxify.js.org",
"author": "Ardalan Amini <ardalanamini22@gmail.com> (https://ardalanamini.com)",
Expand Down
14 changes: 14 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @foxify/router

## 1.0.0-beta.4

### Patch Changes

- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports

- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md

- [`63eaa62`](https://github.com/foxifyjs/foxify/commit/63eaa62cbbf20d844b6326c193b43f42bcab3eb7) Thanks [@ardalanamini](https://github.com/ardalanamini)! - update dependencies

- Updated dependencies [[`a482dac`](https://github.com/foxifyjs/foxify/commit/a482dacdb63fc61c6b380e3fdfcca3b0f5d54a35), [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4), [`cc4d60c`](https://github.com/foxifyjs/foxify/commit/cc4d60c3b075a440eb49f3637be215d142fc7fa5), [`d668000`](https://github.com/foxifyjs/foxify/commit/d66800034e0a154d8bc43ad68e20349ec5e75129), [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4), [`6c2f50e`](https://github.com/foxifyjs/foxify/commit/6c2f50e80f905cdb6fb0f7b0546086e5fc71348d), [`63eaa62`](https://github.com/foxifyjs/foxify/commit/63eaa62cbbf20d844b6326c193b43f42bcab3eb7)]:
- @foxify/http@1.0.0-beta.4
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxify/router",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Foxify HTTP router",
"homepage": "https://foxify.js.org",
"author": "Ardalan Amini <ardalanamini22@gmail.com> (https://ardalanamini.com)",
Expand Down Expand Up @@ -56,7 +56,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"@foxify/http": "^1",
"@foxify/http": "^1.0.0-beta.4",
"@types/node": ">=16",
"prototyped.js": "^3"
},
Expand Down