Skip to main content

v1.3.0

New Features​

  • New option properties (see API description)
  • template now accepts $error as placeholder
    • When using the default template and error is undefined, the message of the exception will be shown

Fixed Issues​

  • type is now working correctly and generates an example value (Issue #16)
  • template now uses the correct response of passed HttpExceptions (Issue #23)
  • Usage of decorator at class level now does not generate duplicate exceptions anymore