Skip to content

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Mar 13, 2021
2 parents f62165e + f1e0489 commit ea05485
Show file tree
Hide file tree
Showing 50 changed files with 2,108 additions and 825 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,7 @@ reports/
/**/env/test.env

# Husky configuration
.husky/
.husky/

# Roadmap
ROADMAP.md
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,30 @@ 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)
- Update changelog [`13967d9`](https://github.com/konfer-be/ts-express-typeorm-boilerplate/commit/13967d9bc569cc5a1b0416fd5c48535e964581c4)
- 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

0 comments on commit ea05485

Please sign in to comment.