Releases: dwekat/nest-edge
Releases · dwekat/nest-edge
v2.0.2
v2.0.1
nest-edge
2.0.1
Patch Changes
- Add changesets for version management
- Update dependencies and fix security vulnerabilities
- Broaden peer dependencies to support NestJS >=10.0.0 (was restricted to v11 only)
2.0.0
Major Changes
- Node.js v20+ required
- NestJS v11 peer dependency (now updated to >=10.0.0)
- TypeScript 5.x with strict mode enabled
- Edge.js v6.x (upgraded from v5)
- Modern tooling: Jest 30, ESLint 9
Features
- Full NestJS 11 compatibility with explicit peer dependencies
- All dependencies updated to latest versions (2025)
- Security vulnerabilities fixed (js-yaml)
- Modernized TypeScript configuration with strict mode
- Updated to ESLint 9 flat config format
- Improved test coverage with proper mocking
- Node.js engine requirement added to package.json
v2.0.0 - NestJS 11 Support & Dependency Updates
🚀 Major Release: v2.0.0
⚠️ BREAKING CHANGES
- Node.js v20+ required
- NestJS v11 peer dependency
- TypeScript 5.x with strict mode enabled
- Edge.js v6.x (upgraded from v5)
- Modern tooling: Jest 30, ESLint 9
✨ What's New
- ✅ Full NestJS 11 compatibility with explicit peer dependencies
- ✅ All dependencies updated to latest versions (2025)
- ✅ Security vulnerabilities fixed (js-yaml)
- ✅ Modernized TypeScript configuration with strict mode
- ✅ Updated to ESLint 9 flat config format
- ✅ Improved test coverage with proper mocking
- ✅ Node.js engine requirement added to package.json
📦 Dependencies
- edge.js: ^6.3.0
- TypeScript: ^5.9.3
- Jest: ^30.2.0
- ESLint: ^9.39.1
🔧 Migration Guide
If upgrading from v1.x:
- Ensure Node.js v20+ is installed
- Update NestJS to v11+
- No code changes required - fully backward compatible API
📝 Changelog
See commit history for detailed changes.