24 Commits

Author SHA1 Message Date
Micael Levi L. Cavalcante
1a2ac3eeae refactor(common): drop deprecated misspelled constant 2023-04-10 20:33:11 -04:00
Kamil Myśliwiec
a2b3e1b727 feat(core): introduce entry providers concept 2023-02-10 10:58:37 +01:00
codytseng
25dd621132 Merge branch 'master' into fix-middleware-global-prefix 2023-02-01 22:36:47 +08:00
Kamil Myśliwiec
a89615b124 feat: add graph inspector implementation 2022-11-21 11:00:11 +01:00
Micael Levi L. Cavalcante
bc80ef6055 style: fix formatting on everything 2022-08-21 14:23:19 -04:00
Pooyan Khanjankhani
f09c92c939 chore(common): bring back CUSTOM_ROUTE_AGRS_METADATA and mark it as deprecated 2022-07-24 23:29:13 +04:30
Pooyan Khanjankhani
607654509b chore(): fix constant variable name typo
Variable `ROUTE_ARGS_METADATA` was misspelled as `ROUTE_AGRS_METADATA`.
2022-07-24 18:59:46 +04:30
Micael Levi (lab)
0f99d70f09 feat(common,core): add tags for controllers and exception filters 2021-12-14 18:27:37 -04:00
Micael Levi (lab)
17e4ca7407 feat(core,common): add warn when importing an injectable 2021-12-14 18:27:32 -04:00
Richard Lee
070b81d8f4 feat(common/core): api versioning
adding the ability to have different versions of routes to support changing applications that still need to support legacy consumers

closes https://github.com/nestjs/nest/issues/5065
2021-02-18 13:59:04 -05:00
Kamil Myśliwiec
55d7b0e890 feat(): add response passthrough configuration property 2020-11-18 14:04:31 +01:00
soyuka
98c3c9859a feat(sse): Implement Server-Sent Events
See discussion in #4826
2020-10-13 11:43:30 +02:00
Kamil Myśliwiec
d3987342b2 test(): fix broken unit tests 2020-03-03 10:07:43 +01:00
Kamil Myśliwiec
e8da23cd12 refactor(): minor style improvements 2020-03-03 09:13:25 +01:00
Stepan Riha
7e3f3d8ada add host option for @Controller 2019-09-20 14:03:00 -05: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
51b93e5306 feature(core) property based injection (composition) 2018-10-06 12:45:44 +02:00
Kamil Myśliwiec
9e322c1ed1 refactor(nestjs) fix invalid imports, refactor messages 2018-09-21 10:29:18 +02:00
Kamil Myśliwiec
96da5bd9c5 feature(@nestjs/core) add @Optional() decorator #847 2018-08-01 22:31:39 +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
59f5d68df5 feature(@nestjs/common) add @Header() decorator 2018-04-23 22:44:57 +02:00
Kamil Myśliwiec
614de27310 refactor(@nestjs) rename directories, add script, fix tests 2018-03-24 15:11:48 +01:00