Skip to content

v1.1.0 – Configurable Logging & Stack Trace + Developer-Friendly Console Output

Choose a tag to compare

@dev-rashedin dev-rashedin released this 18 Jul 07:15
· 18 commits to main since this release

📝 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.