All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.26 (2023-03-20)
1.0.25 (2023-02-13)
1.0.24 (2023-01-09)
1.0.23 (2023-01-03)
1.0.22 (2023-01-03)
1.0.21 (2022-12-12)
1.0.20 (2022-12-08)
1.0.19 (2022-05-16)
1.0.18 (2022-05-03)
1.0.17 (2022-05-02)
1.0.16 (2022-04-25)
1.0.15 (2022-04-18)
1.0.14 (2022-04-11)
1.0.13 (2022-03-21)
1.0.12 (2022-03-07)
1.0.11 (2022-02-28)
1.0.10 (2022-02-21)
1.0.9 (2021-12-28)
1.0.8 (2021-12-20)
1.0.7 (2021-11-22)
1.0.6 (2021-11-15)
1.0.5 (2021-11-08)
1.0.4 (2021-11-01)
1.0.3 (2021-10-25)
1.0.2 (2021-10-15)
- release: 🐛 🚀 github's assets (c31cf99), closes semantic-release/github#295
1.0.1 (2021-10-15)
- release: 🐛 release assets and commit message (ce60569)
- 🐛 amend async functions (82fccdb)
- 🐛 disable @typescript-eslint/await-thenable for pactum (cabed19)
- 🐛 use module augmentation to extends koa's types (5ed795c)
- 💥 🐛 send details of validation error (4fe0339)
- auth: 🐛 avoid user duplication on register (956b179)
- ✨ add a custom error handler (afc46db)
- ✨ add CRUD for tasks (81913c2)
- ✨ add schema for the error response (eee8b2e)
- ✨ add schemas to validate the request (77ce302)
- ✨ automatic release using semantic-release (#11) (8dc94a1)
- ✨ setup graceful shutdown (c2a33e5)
- ✨ setup typeorm with koa (2679ff8)
- auth: ✨ add routes to register, login and get user using JWT (b668f3f)
- auth: ✨ add schemas to validate the request and response (a654b26)
- auth: ✨ error middleware handles exception from koa-jwt (2afd66d)
- auth: ✨ remove the authenticated user (f9ea4f2)
- auth: ✨ update current user information (36d03d8)
- rename property error to reason of the error response