Skip to content

Releases: maeumjs/error-controller

v2.1.0

12 Nov 14:10
Compare
Choose a tag to compare

What's Changed

  • Add new feature includeDefaultHandler by @imjuni in #24
  • version change: 1.1.0 > 1.2.0 by @imjuni in #25
  • Enhance: Changed ErrorController to a generic class by @imjuni in #26
  • Change: Changed default export to named export by @imjuni in #27
  • Change: Change .d.ts bundler from rollup-plugin-dts to dts-bundle-generator by @imjuni in #28
  • version change: 2.0.0 > 2.1.0 by @imjuni in #29

Full Changelog: v1.1.0...v2.1.0

v1.1.0

11 Oct 03:05
Compare
Choose a tag to compare

What's Changed

  • Node.js version upgrade by @imjuni in #18
  • version upgrade: 0.9.2 > 1.0.0 by @imjuni in #19
  • Rewrite error-hander by @imjuni in #20
  • Enhance: ErrorController changed handler to getter by @imjuni in #21
  • Add new interface for ErrorController bootstrap by @imjuni in #22
  • version change: 1.0.0 > 1.1.0 by @imjuni in #23

Full Changelog: v0.9.2...v1.1.0

v0.9.2

18 Aug 03:01
Compare
Choose a tag to compare

What's Changed

  • Change errorHandler parameter by @imjuni in #1
  • Fix RestError error handling by @imjuni in #2
  • Add new interface on RestError.create function by @imjuni in #3
  • Fix error schema id by @imjuni in #4
  • Change interface of errorHandler by @imjuni in #5
  • Enhance getErrorCode by @imjuni in #6
  • Change interface in errorHandler option by @imjuni in #7
  • Remove terser configuration by @imjuni in #8
  • Fix default error handler message by @imjuni in #9
  • Add new feature common hook, locale, message by @imjuni in #10
  • Change RestError interface by @imjuni in #11
  • Enhance README.md by @imjuni in #12
  • Add new function extractRestError by @imjuni in #13
  • Refactor data to body by @imjuni in #14
  • Refactor body to data by @imjuni in #15
  • Add pre, post hook stage in custom error handler by @imjuni in #16
  • version change: 0.9.1 > 0.9.2 by @imjuni in #17

New Contributors

  • @imjuni made their first contribution in #1

Full Changelog: https://github.com/maeumjs/maeum-error-handler/commits/v0.9.2