Граф коммитов

25 Коммитов

Автор SHA1 Сообщение Дата
Bowden 49a30ce8d4 updated dependency table in README 2018-02-27 16:36:41 -08:00
Bowden 1a72f0db6b replaced logging with Winston 2018-02-27 14:29:37 -08:00
Peter Blazejewicz df6adc7238 Update ShellJS version
Thanks!
2018-02-22 21:18:37 +01: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 Kelly e61d5c932f Merge pull request #73 from peterblazejewicz/types/passport-local
Replace passport-local definition file with @types/passport-local
2018-01-09 10:55:20 -08:00
Peter Blazejewicz c1c23a0b99 Replace passport-local definition file with @types/passport-local
This commit:
- use @types/passport-local
- removes custom definition file
- updates implementation to use correct interface from @types/passport-local

Thanks!
2018-01-05 22:30:54 +01:00
Peter Blazejewicz fd523e3033 Replace Lusca definition file with @types/lusca
Thanks!
2018-01-04 22:29:22 +01:00
Irene (XiangYi) Chen d080f39b86 coverage/chai support and some unit tests
1. added jest coverage support (#64)
2. added chai testing support
3. created new unit tests
2018-01-03 15:12:41 -08:00
Alan Agius 780e30826c feat: update several dependencies and devDependencies (#59) 2018-01-03 15:03:25 -08:00
Bowden Kelly 9d9d378408 Merge branch 'master' into feat/ts-node 2018-01-03 14:35:22 -08:00
Bowden Kelly bfa86ce4c8 Merge pull request #58 from alan-agius4/feature/jest-conf
feat: move jest config to external file
2018-01-03 14:09:10 -08:00
Bowden 61ae2ccd1b made some changes to mongo connection 2017-12-19 15:30:19 -08:00
Peter Blazejewicz bfd74b2dc6 Support all-typescript tooling with ts-node
The ts-node allows to execute build scripts written in TypeScript
so the entire project could be written in TypeScript.
This commit introduces support for ts-node, updates packages
and migrate copy routine to TypeScript

Thanks!
2017-12-16 22:56:45 +01:00
Alan Agius 80f53777e0 feat: move jest config to external file 2017-12-15 14:07:30 +01:00
Bowden 7325bc49a2 update repo field 2017-12-14 15:50:34 -08:00
Daniel Temme ff6d059921 change tests to not always pass 2017-12-14 11:33:28 -08:00
Alan Agius 4d2b9148cf feat(*): update several dependencies 2017-12-14 11:33:28 -08:00
Daniel Temme ab8300e088 might as well also add the change for issue #41 2017-08-19 16:27:39 +02:00
ThanhTDT f8141a0b06 add attach debug configuration
- Attach debug configuration
- Scripts: debug, serve-debug, watch-debug
- Readme
2017-07-27 21:09:17 +07:00
Bowden Kelly 235ba1daa9 updated specific .d.ts files to point to definitely typed file. Also added recommended extensions using vs code's extensions.json 2017-07-25 11:28:51 -07:00
Bowden Kelly bb59a5d3e9 looks like new version of npm adds a blank line after each npm install. Committing it 2017-07-25 11:28:51 -07:00
xiangxiang 9ed0760ae9 fit error TS2559: Type '4' has no properties in common with type 'MinMaxOptions'.
fix err TypeScript-Node-Starter/src/controllers/api.ts[6, 9]: missing whitespace, 8 files
fix bugs of issue 15
2017-07-19 20:36:10 +08:00
Deilan 0c7f4ead9b Removed duplication in npm scripts `serve` and `watch` 2017-06-06 01:52:39 +03:00
Bowden Kelly ae0f21ea77 added nodemon as dev dependency 2017-05-15 10:02:50 -07:00
Bowden Kelly 6625b87b19 initial commit 2017-05-09 13:28:09 -07:00