All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.11 (2024-02-14)
3.0.10 (2023-07-22)
3.0.9 (2023-05-04)
3.0.8 (2023-04-13)
3.0.7 (2023-04-10)
3.0.6 (2023-03-22)
3.0.5 (2022-12-23)
3.0.4 (2022-12-16)
3.0.3 (2022-11-26)
- package.json: remove auto npm publish (1c23583)
3.0.2 (2022-11-26)
3.0.1 (2022-11-26)
3.0.0 (2022-10-29)
- yarn start does not build before starting. Use yarn start:build if you want to build before starting. FRONT_URL has been replaced with CLIENT_URL as it is more descriptive
2.4.0 (2022-10-17)
- include FRONT_URL in the workflow (8674603)
2.3.0 (2022-10-17)
- add npm quick start (a19bda6)
2.2.1 (2022-10-17)
2.2.0 (2022-09-23)
- upgrade nodemon (8e223e9)
2.1.3 (2022-09-21)
2.1.2 (2022-05-21)
2.1.1 (2022-05-20)
- package.json: fix minimist resolution (416f6eb)
2.1.0 (2022-05-19)
- move faker to devdependencies (e09711a)
- package.json: remove linting from start script (ffa8c7e)
2.0.0 (2022-04-26)
- components.yaml: swagger routes have to use the new components.yaml path i.e. packages/components.yaml
- auth/refresh-token api will return user alongside access token and refresh token
-
components.yaml: move components.yaml out of src (3decabe)
-
ts build removeComments (e94887f)
-
change refresh token response (948993d)
1.1.0 (2022-04-19)
- add coverage (ea05317)
- add paginate tests (c9f83bf)
- add publish action (9652d49)
- add toJSON tests (86a9fbe)
- add token model tests (537e553)
- cannot define both
uses
andsteps
(4c78224) - ci (1e22672)
- ci strategy (ffbe250)
- ci tests (45da4d3)
- code duplication (3526605)
- continuous integration errors (c673d37)
- coverage (eb8a75d)
- coverage report (5be0921)
- coveralls (9748c19)
- every step must have uses or run (9276a0c)
- tests (3e16f9b)
- uses in node.js.yml (1b3e65b)
1.0.0 (2022-04-08)
- add env variables to node.js.yml (7bd7c28)
0.0.4 (2022-04-08)
- husky permissions (96fee26)
0.0.3 (2022-04-08)
- add bearerAuth (905261c)
- add JS build (66122f9)
- add modules folder (09f0b1a)
- add plugins (857a465)
- add projection (488405a)
- add routes + cookieAuth (58cecb3)
- add standard version (5b1eb4f)
- add swagger config (dd226d5)
- add token + user models (02ffcf8)
- add token auth (5a3597c)
- add user + auth routes (29793dc)
- add user +auth controllers (cb09ae3)
- add user and token services (a92dd01)
- add user tests (1a6ec87)
- add user, auth, token services (26736f7)
- add utils (ef73bd4)
- add validations (7547099)
- changed folder structure (cf3b47d)
- initial build (eea36d4)