Skip to content

Commit 2c22f89

Browse files
author
kamil.mysliwiec
committed
Issue nestjs#50 - Make logger service public
1 parent 4eef30c commit 2c22f89

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- Hierarchical injector improvements,
22
- `@Shared(token?: string)` decorator for scoped Modules,
33
- Added `iterare` library for applying multiple transformations to a collection,
4+
- `Logger` service is public,
45

56
## 1.0.0 (Final - 01.05.2017)
67

src/common/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export {
88
MiddlewaresConsumer,
99
OnModuleInit,
1010
ExceptionFilter,
11-
} from './interfaces';
11+
} from './interfaces';
12+
export * from './services';

0 commit comments

Comments
 (0)