We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eef30c commit 2c22f89Copy full SHA for 2c22f89
2 files changed
CHANGELOG.md
@@ -1,6 +1,7 @@
1
- Hierarchical injector improvements,
2
- `@Shared(token?: string)` decorator for scoped Modules,
3
- Added `iterare` library for applying multiple transformations to a collection,
4
+- `Logger` service is public,
5
6
## 1.0.0 (Final - 01.05.2017)
7
src/common/index.ts
@@ -8,4 +8,5 @@ export {
8
MiddlewaresConsumer,
9
OnModuleInit,
10
ExceptionFilter,
11
-} from './interfaces';
+} from './interfaces';
12
+export * from './services';
0 commit comments