Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite with @hono/hono #41

Merged
merged 4 commits into from
Aug 24, 2024
Merged

Rewrite with @hono/hono #41

merged 4 commits into from
Aug 24, 2024

Conversation

5ouma
Copy link
Owner

@5ouma 5ouma commented Aug 24, 2024

⚠️ Issue

close #40


🔄 Type of the Change

  • 🎉 New Feature
  • 🧰 Bug
  • 🛡️ Security
  • 📖 Documentation
  • 🏎️ Performance
  • 🧹 Refactoring
  • 🧪 Testing
  • 🔧 Maintenance
  • 🎽 CI
  • ⛓️ Dependencies
  • 🧠 Meta

✏️ Description

  • Use Hono, a more useful web framework.
  • Make middleware loosely coupled with the server code.
  • Merge the root and ref endpoints.

5ouma added 4 commits August 24, 2024 15:27
It's more useful and actively maintained.
Hard coded strings are separated from each file.
Combine the root and ref endpoints.
@5ouma 5ouma linked an issue Aug 24, 2024 that may be closed by this pull request
3 tasks
@5ouma 5ouma added 🧹 Refactoring A code change that neither fixes a bug nor adds a feature 🔧 Maintenance Repository Maintenance labels Aug 24, 2024
Copy link

codecov bot commented Aug 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (bdbb129) to head (e00138b).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff            @@
##               dev       #41   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           93        97    +4     
  Branches         8        10    +2     
=========================================
+ Hits            93        97    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@5ouma 5ouma merged commit 6687934 into dev Aug 24, 2024
10 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat-hono branch August 24, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 Maintenance Repository Maintenance 🧹 Refactoring A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use @hono/hono
1 participant