Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Releases: mentos1386/nest-morgan

v2.0.0

10 Mar 21:52
Compare
Choose a tag to compare

Breaking

  • interceptor: NestJS version required is 7
  • module: removed the need to use forRoot() when importing module #17

v1.0.1 Release

30 May 18:39
69a32cf
Compare
Choose a tag to compare

Bug Fixes

  • interceptor: Observable must be imported from "rxjs" and not from "rxjs/Observable". #2

v1.0.0 Release

05 Apr 02:35
Compare
Choose a tag to compare

Breaking

  • interceptor: NestJS version required is 6.

Bug Fixes

  • interceptor: fixes api changes of NestJS version 6 ceba8f5 closes #1

CI

  • Added support for TravisCI to run tests and Coveralls for test coverage

Initial Release

14 Jul 21:22
Compare
Choose a tag to compare

Hello world!