Kamil Myśliwiec
|
e8da23cd12
|
refactor(): minor style improvements
|
2020-03-03 09:13:25 +01:00 |
|
Kamil Myśliwiec
|
7309ba4bdf
|
chore(): remove lint from lint-staged
|
2020-01-26 12:17:23 +01:00 |
|
Kamil Myśliwiec
|
578603e8f2
|
feat(core): request-scoped custom providers improvements
|
2019-11-29 13:34:22 +01:00 |
|
Kamil Myśliwiec
|
575e3133a3
|
style(): run linter against integration tests and few others
|
2019-11-29 09:31:15 +01:00 |
|
Kamil Myśliwiec
|
360112cac4
|
feat(core) dont override static enhancers
|
2019-10-04 12:18:41 +02:00 |
|
Kamil Myśliwiec
|
d36d2f5e2d
|
hotfix(core) add root module to the modules stack
|
2019-09-03 10:04:02 +02:00 |
|
Kamil Myśliwiec
|
77fb3bae6b
|
fix(core) improve topological sorting performance
|
2019-09-03 09:53:56 +02:00 |
|
Kamil Myśliwiec
|
704230eb56
|
bugfix(core): fix global request enhancers #1916
|
2019-07-09 15:03:26 +02:00 |
|
Kamil Myśliwiec
|
0cab179e7a
|
docs(core): add comment to the replacer function
|
2019-06-28 11:55:53 +02:00 |
|
Kamil Myśliwiec
|
6e99ef3a1e
|
refactor(core): use initial value in scanner
|
2019-06-28 11:51:47 +02:00 |
|
likui
|
0ff1612111
|
feat(@nestjs/core): support useExisting provider #2415
|
2019-05-31 11:13:14 +08:00 |
|
Kamil Myśliwiec
|
aed28959b8
|
bugfix(core): ensure that injectables array is a set of unique values
|
2019-05-30 14:52:46 +02:00 |
|
Kamil Myśliwiec
|
a79e192b55
|
chore(): set license date
|
2019-03-19 15:54:55 +01:00 |
|
Jean-Baptiste Pionnier
|
61728fa46a
|
feat(common): accept provide abstract class
|
2019-03-18 21:24:01 +01:00 |
|
Kamil Myśliwiec
|
758257291b
|
feature(): add typings to the provider interface
|
2019-02-20 17:08:31 +01:00 |
|
Kamil Myśliwiec
|
06dec9a897
|
feature() transient/request scope with circular deps
|
2018-12-24 14:45:32 +01:00 |
|
Kamil Myśliwiec
|
2e992d39ea
|
tests() fix unit tests, update enhancers
|
2018-12-18 16:51:47 +01:00 |
|
Kamil Myśliwiec
|
17e0ae6c63
|
feature() wip: DI scopes
|
2018-12-15 21:22:36 +01:00 |
|
Kamil Myśliwiec
|
5588470479
|
refactor: remove deprecations and update to typescript 3.0
|
2018-11-28 23:59:57 +01:00 |
|
Kamil Myśliwiec
|
1cac0a99fd
|
feature: more typings, refactor
|
2018-11-28 23:08:27 +01:00 |
|
Kamil Myśliwiec
|
1cb3ed7f87
|
refactor: general refactor reorganize, rename things
|
2018-11-24 16:01:29 +01:00 |
|
Jean-Baptiste Pionnier
|
457c57b9dc
|
refactor remove multiple reflect metadata
|
2018-10-05 15:20:45 +02:00 |
|
Jean-Baptiste Pionnier
|
ac295e68f6
|
refactor Unnecessary 'await'
|
2018-09-30 22:14:35 +02:00 |
|
Kamil Myśliwiec
|
9e322c1ed1
|
refactor(nestjs) fix invalid imports, refactor messages
|
2018-09-21 10:29:18 +02:00 |
|
Kamil Myśliwiec
|
0368d5267c
|
merge: resolve conflicts
|
2018-09-21 09:22:26 +02:00 |
|
Kamil Myśliwiec
|
005d16f447
|
refactor(nestjs) remove uncessary map calls
|
2018-09-21 09:21:50 +02:00 |
|
Jean-Baptiste Pionnier
|
dabf8a24c7
|
refactor: replace indexOf method
|
2018-09-18 10:40:15 +02:00 |
|
Kamil Myśliwiec
|
a7d465bfa1
|
enhancement(@nestjs/core) injector improvements (circular dependencies)
|
2018-08-31 12:23:22 +02:00 |
|
Kamil Myśliwiec
|
d92fa0dee1
|
Merge branch 'master' into 5.2.0
|
2018-08-01 20:10:53 +02:00 |
|
Kamil Myśliwiec
|
dc33ea57ef
|
Merge pull request #903 from nestjs/feature/module-ref
feature(@nestjs/core) expose container to ModuleRef, add close()
|
2018-08-01 20:08:49 +02:00 |
|
Kamil Myśliwiec
|
9e170c4ae4
|
bugfix(@nestjs/core) inherited metadata is not applied #879
|
2018-07-25 13:57:45 +02:00 |
|
Kamil Myśliwiec
|
1527e12013
|
feature(@nestjs/core) expose container to ModuleRef, add close() to NestContext
|
2018-07-24 22:07:14 +02:00 |
|
Kamil Myśliwiec
|
432b777f2c
|
bugfix(@nestjs/core) enable dynamic modules recursive imports #671
|
2018-07-24 16:47:53 +02:00 |
|
Kamil Myśliwiec
|
3d2d838bd1
|
bugfix(@nestjs/core) multi global providers issue #812
|
2018-07-04 19:36:29 +02:00 |
|
Kamil Myśliwiec
|
be6d90ace2
|
feature(@nestjs/core) enable deffered dynamic modules
|
2018-06-24 13:26:55 +02:00 |
|
Kamil Myśliwiec
|
5cfb0bfc85
|
refactor(@nestjs) fix typos, extract module compiler, fix broken guards
|
2018-04-28 12:42:35 +02:00 |
|
Kamil Myśliwiec
|
944921f2e9
|
external(@nestjs) update to rxjs@6.0.0
|
2018-04-27 13:13:02 +02:00 |
|
Kamil Myśliwiec
|
3160245145
|
refactor(@nestjs) fix tslint issues, format code
|
2018-04-21 14:22:24 +02:00 |
|
Kamil Myśliwiec
|
b49366fd31
|
feature(@nestjs/core) context creator improvements (injection support)
|
2018-03-31 16:43:07 +02:00 |
|
Kamil Myśliwiec
|
91b4974d2c
|
samples(@nestjs) update sample applications
|
2018-03-25 21:38:52 +02:00 |
|
Kamil Myśliwiec
|
614de27310
|
refactor(@nestjs) rename directories, add script, fix tests
|
2018-03-24 15:11:48 +01:00 |
|