mirror of
https://github.com/tuanngocptn/nport.git
synced 2026-04-26 05:35:48 +03:00
-
v2.1.1 Stable
released this
2026-01-27 13:18:33 +03:00 | 34 commits to main since this release📅 Originally published on GitHub: Tue, 27 Jan 2026 10:20:03 GMT
🏷️ Git tag created: Tue, 27 Jan 2026 10:18:33 GMT[2.1.1] - 2026-01-27
Fixed
- 🐛 NPM Package Build: Fixed missing
dist/folder in published package- Added build step to npm-publish workflow before publishing
- Package now includes compiled JavaScript files correctly
Added
- 🚀 CI/CD Workflows: Added GitHub Actions for automated deployments
ci.yml: Runs tests on push to main and pull requestsdeploy-server.yml: Auto-deploys Cloudflare Worker on server changesdeploy-website.yml: Auto-deploys website to Cloudflare Pages on changes
- 🧪 Server Test Configuration: Fixed Vitest config for CI environment
- Added miniflare bindings for test environment variables
- Tests now pass in CI without
.dev.varsfile
- ⚙️ Wrangler Configuration: Added
preview_urlssetting to suppress warnings
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- 🐛 NPM Package Build: Fixed missing