Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 1.3 KB

0.1.1-1 (2020-09-26)

0.1.1-0 (2020-09-26)

0.1.0 (2020-09-26)

Code Refactoring

  • split handle as separate module (9d85531)

Features

  • add API response functions and ApiError (8c332cf)
  • add auth (aa25f2d)
  • add send function (5c82078)
  • change handle fn args, handle result by type (40414c0)
  • handle ApiError in handle (9beaeab)
  • initialize package, add handle (48c2267)

BREAKING CHANGES

  • use import { handle } instead of import handle
  • handle is now incompatible with existing handle implementations, which put req and res as first and second args for the handler function.