Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

53 lines (26 loc) · 2.53 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.6 (2020-09-20)

Features

  • wrapped all Movies endpoint wirh ResponseDto (f6479fa)
  • dto: added Dto class (fb24a3f)

Bug Fixes

  • vulnerable lib: patched lodash vulnerability (09b6dd0)

0.0.5 (2020-07-26)

Features

  • dto: added Dto class (fb24a3f)
  • wrapped all Movies endpoint wirh ResponseDto (f6479fa)

Bug Fixes

  • vulnerable lib: patched lodash vulnerability (09b6dd0)

0.0.4 (2020-07-26)

Features

  • movie-director-controller: added movie directors endpoints (3a25950)

0.0.3 (2020-07-19)

Features

  • movie-controller: added delete http method (faad9b5)
  • movie-controller: added more endpoints (7f906a0)

0.0.2 (2020-07-18)

Features

  • movie-controller: added first impls of movie endpoints (77cc129)
  • movies: initial impl of movies endpoint (ea76848)
  • principal-middlewares: added principal middlewares (e8d4ae3)