-
-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'latest' of https://github.com/homebridge/HAP-NodeJS int…
…o latest
- Loading branch information
Showing
774 changed files
with
115,454 additions
and
868,993 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Add 'beta' label to any PR where the base branch name starts with `beta` or has a `beta` section in the name | ||
beta: | ||
- base-branch: ['^beta', 'beta', 'beta*'] | ||
|
||
# Add 'beta' label to any PR where the base branch name starts with `beta` or has a `beta` section in the name | ||
alpha: | ||
- base-branch: ['^alpha', 'alpha', 'alpha*'] | ||
|
||
# Add 'latest' label to any PR where the base branch name starts with `latest` or has a `latest` section in the name | ||
latest: | ||
- base-branch: ['^latest', 'latest', 'latest*'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Node-CI Alpha | ||
|
||
on: | ||
push: | ||
branches: [alpha-*.*.*, alpha] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
publish: | ||
if: ${{ github.repository == 'homebridge/HAP-NodeJS' }} | ||
uses: homebridge/.github/.github/workflows/npm-publish.yml@latest | ||
with: | ||
tag: 'alpha' | ||
dynamically_adjust_version: true | ||
npm_version_command: 'pre' | ||
pre_id: 'alpha' | ||
secrets: | ||
npm_auth_token: ${{ secrets.npm_token }} | ||
|
||
github-releases-to-discord: | ||
name: Discord Webhooks | ||
needs: [publish] | ||
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest | ||
with: | ||
title: "HAP-NodeJS Alpha Release" | ||
description: | | ||
Version `v${{ needs.publish.outputs.NPM_VERSION }}` | ||
url: "https://github.com/homebridge/homebridge/releases/tag/v${{ needs.publish.outputs.NPM_VERSION }}" | ||
secrets: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Labeler | ||
|
||
on: | ||
pull_request_target: # required for auto labeler | ||
types: [opened, reopened, synchronize] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
stale: | ||
uses: homebridge/.github/.github/workflows/labeler.yml@latest | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Release Drafter | ||
|
||
on: | ||
push: | ||
branches: [latest] | ||
pull_request: # required for autolabeler | ||
branches: [latest] | ||
types: [opened, reopened, synchronize, ready_for_review, review_requested] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
stale: | ||
uses: homebridge/.github/.github/workflows/release-drafter.yml@latest | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Change Log | ||
|
||
All notable changes to `hap-nodejs` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/). | ||
|
||
## v0.12.3 (2024-06-22) | ||
|
||
### Other Changes | ||
|
||
- Implement warning messages for invalid characters in names (#1009) (@NorthernMan54) | ||
- Mitigate event emitter "memory leak" warnings when a significant number of camera streaming events occur simultaneously (#1037) (@hjdhjd) | ||
- Updated dependencies | ||
|
||
## v0.12.2 (2024-05-31) | ||
|
||
### Changed | ||
|
||
- Updated dependencies (`rimraf` and `@types/node`) | ||
- Updated dependencies (`simple-plist`) | ||
- Updated dependencies (`typescript`) | ||
|
||
### Homebridge Dependencies | ||
|
||
- `@homebridge/ciao` @ `v1.2.0` | ||
- `@homebridge/dbus-native` @ `v0.6.0` | ||
|
||
## v0.12.1 (2024-05-11) | ||
|
||
### Changed | ||
|
||
- Updated dependencies (`axios` and `commander`) | ||
|
||
### Fixed | ||
|
||
- Mitigate event emitter "memory leak" warnings when a significant number of HSV events occur simultaneously (#1029) (@hjdhjd) | ||
|
||
### Other Changes | ||
|
||
- Update Discord Webhooks to trigger only after published to npm | ||
|
||
### Homebridge Dependencies | ||
|
||
- `@homebridge/ciao` @ `v1.2.0` | ||
- `@homebridge/dbus-native` @ `v0.6.0` | ||
|
||
## v0.12.0 (2024-04-19) | ||
|
||
### Changed | ||
|
||
- Create `CHANGELOG.md` file | ||
- Fix typos + add logo to `README.md` | ||
- Refresh `package-lock.json` (no major changes to dep versions) | ||
- general repo updates | ||
- add alpha releases | ||
- dependency updates | ||
- fix typedoc generation | ||
- update homebridge dependencies | ||
- regenerate docs | ||
|
||
### Homebridge Dependencies | ||
|
||
- `@homebridge/ciao` @ `v1.2.0` | ||
- `@homebridge/dbus-native` @ `v0.6.0` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.