Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 989 Bytes

CHANGELOG.md

File metadata and controls

52 lines (28 loc) · 989 Bytes

Changelog

All notable changes to this project from 6.4.4 forward will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

[6.4.10]

Added

Changed

Fixed

  • Fixed Controller without wrong constraints (#417).

[6.4.9]

Fixed

  • Fixed wrong emited typescript delclaration files (#1668).

[6.4.8]

Fixed

  • Fixed can't set headers after they are sent (#255 / #412).

[6.4.7]

Fixed

  • Updated inversify and express dependencies to be peer dependnecies as stated in the docs.

[6.4.4]

Added

Changed

  • Update dependencies (minimist, json5, @babel/traverse, tough-cookie, ansi-regex, cookiejar, express, decode-uri-component).

Fixed

  • Change JsonContent to return object rather than string (#379 / #378).