Examples: Enhance the search example by using static assets, making it easier for users to understand how to implement static file serving in their applications.
Examples: Merge the jade example into ejs, providing a more streamlined and modern approach for users transitioning to ejs templates.
Examples: Update examples to use path.join instead of string concatenation, improving code clarity and reliability.
Tests: Improve test examples by using path.join for better path handling, ensuring more robust test cases.
Improvements
Dependencies: Upgrade send to version 0.15.1 and serve-static to version 1.12.1, ensuring users benefit from the latest features and performance improvements.
Documentation: Update the documentation to use ejs instead of jade, aligning with current best practices and enhancing user experience.
Fixes
Fix issues related to unused error arguments in linting, ensuring cleaner and more maintainable code.
Resolve a bug in the serve-static dependency that affected static file serving, enhancing reliability for users.