Skip to content

Commit

Permalink
Merge branch 'main' into pr/Mastercuber/108
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 8, 2023
2 parents cc648b4 + 78dd4b7 commit 2dc1174
Show file tree
Hide file tree
Showing 16 changed files with 1,022 additions and 979 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
with:
Expand Down
136 changes: 136 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,142 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v1.4.8

[compare changes](https://github.com/unjs/listhen/compare/v1.4.7...v1.4.8)

### 🩹 Fixes

- Type and provide `listener.address` ([972fac7](https://github.com/unjs/listhen/commit/972fac7))

### 🏡 Chore

- Update get-port-please and jiti ([8be655c](https://github.com/unjs/listhen/commit/8be655c))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.7

[compare changes](https://github.com/unjs/listhen/compare/v1.4.6...v1.4.7)

### 🩹 Fixes

- Validate hostname after applying defaults ([e6c1b89](https://github.com/unjs/listhen/commit/e6c1b89))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.6

[compare changes](https://github.com/unjs/listhen/compare/v1.4.5...v1.4.6)

### 🩹 Fixes

- Validate input hostname and warn ([bfc8149](https://github.com/unjs/listhen/commit/bfc8149))

### 🏡 Chore

- Remove `console.log` ([aee15da](https://github.com/unjs/listhen/commit/aee15da))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.5

[compare changes](https://github.com/unjs/listhen/compare/v1.4.4...v1.4.5)

### 🩹 Fixes

- Update `get-port-please` and pass `public` flag ([3de5b10](https://github.com/unjs/listhen/commit/3de5b10))
- **cli:** Remove `default: false` for opt-in flag ([180c685](https://github.com/unjs/listhen/commit/180c685))

### 🏡 Chore

- **release:** V1.4.4 ([8972953](https://github.com/unjs/listhen/commit/8972953))
- Remove watcher github link ([bb2b9f1](https://github.com/unjs/listhen/commit/bb2b9f1))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.4

[compare changes](https://github.com/unjs/listhen/compare/v1.4.3...v1.4.4)

### 🩹 Fixes

- Use ipv4 for windows and wsl default hostname ([#119](https://github.com/unjs/listhen/pull/119))

### 💅 Refactors

- Tidy up `open`, `wsl`, and `docker` utils ([#118](https://github.com/unjs/listhen/pull/118))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.3

[compare changes](https://github.com/unjs/listhen/compare/v1.4.2...v1.4.3)

### 🩹 Fixes

- Prevent double brackets for ipv6 format ([2110e40](https://github.com/unjs/listhen/commit/2110e40))

### 🏡 Chore

- Update playground version ([f9f1be3](https://github.com/unjs/listhen/commit/f9f1be3))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.2

[compare changes](https://github.com/unjs/listhen/compare/v1.4.1...v1.4.2)

### 🩹 Fixes

- Better options handling for public host ([#112](https://github.com/unjs/listhen/pull/112))
- **cli:** Handle `--host` with boolean value ([#113](https://github.com/unjs/listhen/pull/113))
- Several bugfixes for generated urls ([#114](https://github.com/unjs/listhen/pull/114))

### 💅 Refactors

- Show qr code above listening urls ([#115](https://github.com/unjs/listhen/pull/115))

### 🏡 Chore

- **release:** V1.4.1 ([a5bf8db](https://github.com/unjs/listhen/commit/a5bf8db))
- Update playground versions ([e15fc57](https://github.com/unjs/listhen/commit/e15fc57))
- Update dependencies ([b8840f8](https://github.com/unjs/listhen/commit/b8840f8))
- Update lockfile ([d91d4ef](https://github.com/unjs/listhen/commit/d91d4ef))
- Remove emoji ([e4d0037](https://github.com/unjs/listhen/commit/e4d0037))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.1

[compare changes](https://github.com/unjs/listhen/compare/v1.4.0...v1.4.1)

### 🩹 Fixes

- **dev:** Update `@parcel/watcher-wasm` usage to 2.3.0 ([329230a](https://github.com/unjs/listhen/commit/329230a))

### 🏡 Chore

- Update dependencies ([b6b8a9c](https://github.com/unjs/listhen/commit/b6b8a9c))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.0

[compare changes](https://github.com/unjs/listhen/compare/v1.3.1...v1.4.0)
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listhen",
"version": "1.4.0",
"version": "1.4.8",
"description": "👂 Elegant HTTP Listener",
"repository": "unjs/listhen",
"license": "MIT",
Expand Down Expand Up @@ -39,35 +39,35 @@
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"@parcel/watcher": "^2.2.0",
"@parcel/watcher-wasm": "2.3.0-alpha.3",
"citty": "^0.1.2",
"@parcel/watcher": "^2.3.0",
"@parcel/watcher-wasm": "2.3.0",
"citty": "^0.1.3",
"clipboardy": "^3.0.0",
"consola": "^3.2.3",
"defu": "^6.1.2",
"get-port-please": "^3.0.1",
"h3": "^1.8.0",
"get-port-please": "^3.1.1",
"h3": "^1.8.1",
"http-shutdown": "^1.2.2",
"jiti": "^1.19.3",
"mlly": "^1.4.0",
"jiti": "^1.20.0",
"mlly": "^1.4.2",
"node-forge": "^1.3.1",
"pathe": "^1.1.1",
"ufo": "^1.2.0",
"untun": "^0.1.1",
"ufo": "^1.3.0",
"untun": "^0.1.2",
"uqr": "^0.1.2"
},
"devDependencies": {
"@types/node": "^20.5.3",
"@types/node-forge": "^1.3.4",
"@vitest/coverage-v8": "^0.34.2",
"@types/node": "^20.6.0",
"@types/node-forge": "^1.3.5",
"@vitest/coverage-v8": "^0.34.4",
"changelogen": "^0.5.5",
"eslint": "^8.47.0",
"eslint": "^8.49.0",
"eslint-config-unjs": "^0.2.1",
"ip-regex": "^5.0.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.2"
"vitest": "^0.34.4"
},
"packageManager": "pnpm@8.6.12"
"packageManager": "pnpm@8.7.4"
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "listhen -w ."
},
"dependencies": {
"h3": "^1.8.0-rc.3",
"listhen": "^1.2.2"
"h3": "^1.8.1",
"listhen": "^1.4.4"
}
}
Loading

0 comments on commit 2dc1174

Please sign in to comment.