Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Mar 13, 2021
1 parent ffbeecf commit 13967d9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 6 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13967d9

Please sign in to comment.