Commit Graph

6323 Commits

Author SHA1 Message Date
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
Kamil Myśliwiec
11b397a348 test(@nestjs) update unit tests 2018-03-22 10:32:43 +01:00
Kamil Myśliwiec
852ce08bf3 feature(@nestjs/microservices) add grpc, mqtt, microservices refactor 2018-03-18 15:49:26 +01:00
Kamil Myśliwiec
43da706a61 feature(@nestjs/microservices) add stan transport strategy 2018-03-17 14:56:55 +01:00
Kamil Myśliwiec
9258229fdb feature(@netsjs/microservices) add nats transport strategy 2018-03-15 23:20:51 +01:00
Kamil Myśliwiec
10781a7a8e merge(@nestjs) resolve conflicts with master branch 2018-03-11 14:11:51 +01:00
Kamil Myśliwiec
2aa4bb9c9a style(@nestjs) run prettier, update code style 2018-03-11 12:37:56 +01:00
Kamil Myśliwiec
e51f3e06d4 Merge pull request #470 from patrickhousley/bugfix/axios-interfaces
fix(common): removing duplicated axios interfaces
2018-03-09 17:48:58 +01:00
Kamil Myśliwiec
2ebfca2f07 fix(@nestjs) fix merge conflicts 2018-03-08 21:45:24 +01:00
Vladimir Bloshchitsyn
4d2260bca9 build(packaging): add an ability to build libs with sourcemaps and ts files
npm has command `npm ln` which allow using link to local lib,
in this case, if you want to use the ability to debug ts sources.
you can run `gulp build:dev -dist lib` and lib dirs will contain
ts & source maps which allow effectively debug external apps together
with nestJS framework
2018-03-08 15:38:33 +03:00
Patrick Housley
21be3f8ca6 fix(common): removing duplicated axios interfaces
- Removed the deprecated package @types/axios.
- Removed the duplicated axios interfaces.
- Updated the HttpService to use the interfaces provided by axios.
2018-03-03 18:17:33 -06:00
Kamil Myśliwiec
ff10b07044 bugfix(@nestjs/core) use ApplicationConfig within ExternalContextCreator 2018-03-01 22:27:17 +01:00
Kamil Myśliwiec
c262b7caf6 feature(@nestjs/microservices) sendMessage breaking change 2018-02-24 13:30:06 +01:00
Kamil Myśliwiec
3029e3c65a update(@nestjs) update to latest version of rxjs lib (v5.5.6) 2018-02-16 11:38:01 +01:00
Kamil Myśliwiec
7e5d6a1f07 deprecate(@nestjs/common) deprecate modules and components property 2018-02-16 09:06:31 +01:00
Kamil Myśliwiec
294bc5d053 Merge branch 'update/version-5' into deprecate-modules 2018-02-16 01:12:24 +01:00
Kamil Myśliwiec
a2a00ad31a chore(release) publish v4.6.0 2018-02-11 23:44:11 +01:00
Frédéric Woelffel
dc24a2072e feat(@nestjs/common) improve the ValidationPipe 2018-01-29 14:30:04 +01:00
Wilson Hobbs
ad3f679c5a chore(): deprecate modules property 2017-12-23 14:40:16 -05:00
Vlado Tešanović
106af4f7bb E2E Testing MongoDB application with Mockgoose. 2017-11-25 18:49:23 +01:00
Kamil Myśliwiec
f40c488999 update(@nestjs) remove package-lock.json 2017-11-03 16:35:41 +01:00
Wilson Hobbs
8cffa41886 fix(common): correct spelling in middleware filename 2017-10-22 16:15:08 -04:00