Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

53 lines (26 loc) · 2.34 KB

Changelog

1.2.2 (2024-01-20)

Bug Fixes

  • Development Error Handler: fix undefined variable errors (662fd74)

1.2.1 (2023-09-27)

Bug Fixes

  • Structure: updating file structure, include files (4dab834)

1.2.0 (2023-09-27)

Features

  • Output: adding status to response object (3bc487c)
  • Security: less information provided in production environments (dacd733)

Bug Fixes

  • Error Handler: adding request to function parameters (045db97)
  • Tests: updating test suite for res object (422bb65)

1.1.0 (2023-09-20)

Features

  • AsyncErrorHandler: adding error handling for async routes (808c4d4)
  • CustomError: adding a custom error class (d367507)

1.0.0 (2023-09-20)

Features

  • Handler: basic set-up (ee06d27)
  • Tests: adding basic unit tests (10f7220)

Bug Fixes

  • Dependencies: installing Jest (63fc233)
  • Tests: removing unnecessary jest require statement (3be30fd)

Changelog