1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-09 00:37:27 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Peter Blazejewicz
284a8ddddf Update Mongoose initialization 2019-06-22 22:24:50 +02:00
Peter Blazejewicz
b69a12c969 Update express-validator usage to new version 2019-06-22 22:24:50 +02:00
Orta
ecdf110a90 Merge branch 'master' into refactor-remove-unused-imports 2019-06-19 14:26:30 -07:00
Bowden Kelly
89f3e04868 update mongoose to v5 2019-03-25 14:56:30 -07:00
Duong Tran
b605e0d3e3 refactor: remove unused imports 2018-12-03 17:45:01 +11:00
Bowden
1a72f0db6b replaced logging with Winston 2018-02-27 14:29:37 -08:00
Bowden
5e762331d8 found a better config setup I like 2018-02-27 13:41:01 -08:00
Peter Blazejewicz
1b71586efa Update source and dependency to work with TypeScript 2.7. Closes #81
The commit brings compatibility with new features introduced in TypeScript 2.7.
The one with most impact on this project is ES6/ECMAScript module compatibility layer
added in 2.7 enabled in tsconfig.json for this project.
This allowed to rewrite source files to use shorted, better imports everywhere and
also use default exports.

To make project more aligned with updated TypeScript all the NPM depenendencies has been
updated making sure that everything works as expected and tests pass.

Thanks for the project!

Thanks!
2018-02-20 22:02:53 +01:00
Bowden
61ae2ccd1b made some changes to mongo connection 2017-12-19 15:30:19 -08:00
Daniel Temme
75d72df881 separate server binding to port from other app config
this seems a bit crude but allows running the tests and having them take
care of setting up the port to use
2017-12-14 11:34:15 -08:00
Daniel Temme
4eb0962a7b separate server binding to port from other app config
this seems a bit crude but allows running the tests and having them take
care of setting up the port to use
2017-08-19 16:12:45 +02:00