mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #434] [MERGED] fix: name check bug #576
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#576
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/434
Author: @dreamhunter2333
Created: 8/25/2024
Status: ✅ Merged
Merged: 8/25/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
42b9834fix: name check bug📊 Changes
7 files changed (+14 additions, -9 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
frontend/package.json(+1 -1)📝
pages/package.json(+1 -1)📝
vitepress-docs/package.json(+1 -1)📝
worker/package.json(+1 -1)📝
worker/src/common.ts(+5 -4)📝
worker/src/constants.ts(+1 -1)📄 Description
User description
#431
PR Type
Bug fix, Documentation, Enhancement
Description
checkNameBlockListfunction to properly handle the block list by moving the block list initialization outside the try-catch block and improving error handling for blocked names.v0.7.5inworker/src/constants.ts.v0.7.5inCHANGELOG.mdwith a fix description.0.7.5in multiplepackage.jsonfiles (frontend,pages,vitepress-docs,worker).Changes walkthrough 📝
common.ts
Fix and improve name block list checkworker/src/common.ts
checkNameBlockListfunction to properly handle the blocklist.
constants.ts
Update version constant to v0.7.5worker/src/constants.ts
v0.7.5.package.json
Bump frontend package version to 0.7.5frontend/package.json
0.7.5.package.json
Bump pages package version to 0.7.5pages/package.json
0.7.5.package.json
Bump vitepress-docs package version to 0.7.5vitepress-docs/package.json
0.7.5.package.json
Bump worker package version to 0.7.5worker/package.json
0.7.5.CHANGELOG.md
Add changelog entry for v0.7.5CHANGELOG.md
v0.7.5with a fix description.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.