Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 670 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 670 Bytes

Changelog

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

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

[Unreleased]

[v0.0.4]

  • Some decorators fixes
  • Support multiple method for the same route
  • Remove an invalid implementation for decorators on Functions
  • Support tags using ApiTags
  • Fix import from main script
  • Implement ApiOperation
  • Implement ApiSecurity

[v0.0.3]

  • Some minor fixes

[v0.0.2]

  • First version that only supports @Route and HTTP verbs

[v0.0.1]

  • Added basic repository files