Skip to content

Release v.1.2.4

Latest
Compare
Choose a tag to compare
@brothergiez brothergiez released this 02 Oct 15:56
· 4 commits to master since this release
2754c2b

Version History

  • version 1.0.0
    • Basic Template Errors
    • Basic Custom Error
    • Error Handler
    • Not Found Route Handler for Express
  • version 1.1.0
    • Create middleware function to handling 'UnhandledRejection' for asynchronous route in Express
  • version 1.2.0
    • Adding logging middleware in every request with winston
  • version 1.2.1
    • Adding and showing error logger to console if request error
  • version 1.2.2
    • Adding handler with view engine (createWebHandler)
  • version 1.2.3
    • Handling response message when handler get Unhandled Exceptions error message from asynchronous router
  • version 1.2.4
    • Minor security update for Mocha and Nodemon