Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 1.39 KB

Changelog

All notable changes to JSON:API Formatter for Express will be documented in this file.

Fixed

  • Remove res.headersSent on error handler. (#e9845db)

Added

  • Set default error handler when content type is in jsonapi support. (#8e24c62)

Changed

  • Remove console.error() on ErrorHandler. (#5cfc8c7)

Added

  • Add ErrorHandler function and Response class to handle json api formatter. (#dd3bacf)
  • Add npm configuration to set tag version prefix. (#c2fc5fc)