Skip to content

Latest commit

 

History

History
82 lines (44 loc) · 4.94 KB

CHANGELOG.md

File metadata and controls

82 lines (44 loc) · 4.94 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.1 (2021-12-29)

Bug Fixes

1.4.0 (2021-07-30)

Features

  • add authorization middleware (00b261a)
  • add me endpoint to fetch requesting user (fbbdd96)
  • add mongo seeding functionality (1343df8)
  • add role attribute (1d05171)
  • add roles and rights routes, controller and services for CRUD (b882e2a)
  • protect routes with appropriate rights (f483649)

Bug Fixes

  • omit password in query response (98ae1cd)
  • omit redundant request to me endpoint (94d94c0)
  • remove password from query response and populate role attribute (3b210f7)

1.3.0 (2021-07-27)

Features

  • add update and delete routes (1f93620)

1.2.0 (2021-07-22)

Features

  • add 'standard-version' for repo versioning (94084bf)

1.1.0 (2021-06-10)

Features

  • add 'standard-version' for repo versioning (94084bf)

1.0.0 (2021-05-21)

Features

  • serve static HTML page with favicon (9bad4d7)

Bug Fixes

  • exit process if SIGINT is received; add more detail to SIGTERM cb (7ce0752)
  • expirationDate type (624c540)
  • return with next functions (9121972)
  • typo in env variable (809c13e)
  • verify if properties exist in request header (6d6c762)

1.0.0 (2021-05-21)

Features

  • serve static HTML page with favicon (9bad4d7)

Bug Fixes

  • exit process if SIGINT is received; add more detail to SIGTERM cb (7ce0752)
  • expirationDate type (624c540)
  • return with next functions (9121972)
  • typo in env variable (809c13e)
  • verify if properties exist in request header (6d6c762)