Skip to content

Releases: dwekat/nest-edge

v2.0.2

22 Nov 12:17
v2.0.2
434ed08

Choose a tag to compare

Patch Changes

  • Added buy me a coffee button to README

v2.0.1

19 Nov 22:37
v2.0.1
f8c0623

Choose a tag to compare

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

14 Nov 22:08
v2.0.0
d56f1c4

Choose a tag to compare

🚀 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:

  1. Ensure Node.js v20+ is installed
  2. Update NestJS to v11+
  3. No code changes required - fully backward compatible API

📝 Changelog

See commit history for detailed changes.