Skip to content

Releases: cdimascio/generator-express-no-stress-typescript

express-no-stress-typescript - 1.3.0 Released!

24 Jul 01:04
Compare
Choose a tag to compare

Release Notes

  • upgraded typescript
  • upgraded dependencies

express-no-stress-typescript - 1.2.7 Released!

06 Jun 21:37
Compare
Choose a tag to compare

Release Notes

  • Modifications to the Swagger specification i.e. Api.yaml will trigger nodemon to restart. This is a similar to the current behavior of *.js file modifications

express-no-stress-typescript - 1.2.6 Released!

05 May 15:22
Compare
Choose a tag to compare

Release Notes

  • Fixed issue #8 "Template errors out"

express-no-stress-typescript - 1.2.4 Released!

20 Feb 14:05
Compare
Choose a tag to compare

Release Notes

  • fix tsconfig.json (#6)
  • cleanup sample tests (#5)

express-no-stress-typescript - 1.2.2 Released!

18 Feb 04:23
Compare
Choose a tag to compare

Release Notes

  • TypeScript updated to the latest version, 2.7.1
  • configuration updates to tsconfig.json
  • support for es6 including async await and more
  • Support for Mocha and Chai!
  • Example tests npm run test

express-no-stress-typescript - 1.1.5 Released!

13 Jan 04:47
Compare
Choose a tag to compare

Relesae Notes

  • .gitignore includes .env

express-no-stress-typescript - 1.1.2 Released!

15 Dec 00:40
Compare
Choose a tag to compare

Release Notes

  • Swagger - Updates Swagger UI to the current latest release, 3.0.12
  • Structured Logging - Bunyan has been replaced by Pino. Pino is a super fast logger inspired by Bunyan. You'll feel right at home.