v1.1.0 – Configurable Logging & Stack Trace + Developer-Friendly Console Output
📝 Release Description
This version adds more flexibility and polish to error handling in Express.js apps.
✨ What’s New:
✅ showStack and logError are now enabled by default, but automatically disabled in production.
✅ Customize behavior using .env (SHOW_STACK, LOG_ERROR) or programmatically via setErrorOptions().
✅ Console logs are now color-coded with ANSI styling for better readability.
🖼️ Included a screenshot in the README to demonstrate improved console output.
This release improves developer experience while giving you full control over error logging behavior.