Releases: AkshayPanchivala/error-cure
Releases · AkshayPanchivala/error-cure
v1.0.9
v1.0.8
What's Changed
- Update README.md by @AkshayPanchivala in #6
- Fixed handle rejection issue by @AkshayPanchivala in #7
Full Changelog: v1.0.0...v1.0.8
v1.0.0
🎉 First Release of Error-Cure
We’re excited to announce the first release of Error-Cure, a powerful library for managing errors in Node.js and Express applications! This release includes all core features and tools to handle, log, and structure errors efficiently.
Key Features:
Custom Error Classes: Built-in error classes like AppError, ValidationError, AuthError, and DatabaseError.
Express Middleware: Global error-handling middleware for centralized management.
Logging Utilities: Easily log errors to files for debugging and monitoring.
Unhandled Exceptions Handling: Capture and manage unhandled promise rejections and exceptions.
Lightweight and Extendable: Easy to integrate into any Node.js or Express project.