From 13967d9bc569cc5a1b0416fd5c48535e964581c4 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 13 Mar 2021 11:39:56 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 +++++++++++++++++- TODO.md | 9 ++++++--- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e505e5..970dc68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.1.4](https://github.com/konfer-be/ts-express-typeorm-boilerplate/compare/v1.1.3...v1.1.4) +## [v1.2.0](https://github.com/konfer-be/ts-express-typeorm-boilerplate/compare/v1.1.4...v1.2.0) + +### Commits + +- Testable and tested Environment [`e4f8ee5`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/e4f8ee5107e68b0d0b73c547b7da3267be4b1bc9) +- Facebook oAuth [`5e48eba`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/5e48eba62e533ab5f7d3b5ca6fce950268c54e0c) +- Google oAuth [`6edca6d`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/6edca6d72cc2c7211090e539a393350485e12aa1) +- UT services and utils [`f9f60ff`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/f9f60ff56b2a66e3408ad67e013e01e33dab01f2) +- Features description [`db08ce1`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/db08ce13c4bfb656f332bb166d5e95e1da8666ba) +- Fix rescale paths [`ffbeecf`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/ffbeecf86c0855f44c28045efe3ad5b9fd7dc462) +- Implements Sinon.js for testing [`ace1417`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/ace14176816436218343621c902e9954b36efee8) +- Fix custom types path [`fea5621`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/fea562182a8ceb9f99c2132ff76643679f6925c3) + +## [v1.1.4](https://github.com/konfer-be/ts-express-typeorm-boilerplate/compare/v1.1.3...v1.1.4) - 2021-03-10 ### Commits - Middlewares as function expressions [`4c32368`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/4c323684fc413348530ac1668a6607d528880cc5) - Split/move relevant code as service [`0afd5c2`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/0afd5c2e589063b7533022bd03f00bd77f19d2e5) - JWT & oauth as auth services [`3fc0597`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/3fc059707cab002e3992a3101c744f4e7511acee) +- Update changelog [`1de524d`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/1de524d1ed0da4927da10208ad34844fa467a514) +- Sinon.js [`e386b8f`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/e386b8fb80d4c3dbbad06d88460bf3a5a0f552f9) +- Bump to version 1.1.4 [`940373b`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/940373b8ad7df3d919b3a4158dddd48ad57f1eb8) ## [v1.1.3](https://github.com/konfer-be/ts-express-typeorm-boilerplate/compare/v1.1.2...v1.1.3) - 2021-03-10 diff --git a/TODO.md b/TODO.md index 3a96ea4..e166669 100644 --- a/TODO.md +++ b/TODO.md @@ -1,12 +1,15 @@ ### FIXMEs | Filename | line # | FIXME |:------|:------:|:------ -| ./src/api/config/environment.config.ts | 17 | encrypt confidential data on env variables (ie typeorm) -| ./src/api/config/passport.config.ts | 68 | promise error is not managed +| ./src/api/config/environment.config.ts | 14 | encrypt confidential data on env variables (ie typeorm) | ./src/api/models/media.model.ts | 10 | Media fieldname management. Seems to be always 'media'. Check and add e2e tests +| ./src/api/repositories/user.repository.ts | 106 | user should always retrieved from her email address. If not, possible collision on username value +| ./src/api/services/auth.service.ts | 52 | promise error is not managed +| ./src/api/services/auth.service.ts | 78 | promise error is not managed +| ./src/api/utils/string.util.ts | 38 | not working ### TODOs | Filename | line # | TODO |:------|:------:|:------ | ./src/api/decorators/safe.decorator.ts | 28 | fallback in catch -| ./src/api/middlewares/sanitizer.middleware.ts | 25 | safe decorator ? +| ./src/api/middlewares/sanitizer.middleware.ts | 18 | safe decorator on this middleware and each other