Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.0 - 2020-01-13

Added

  • Updated documentation for API endpoints
  • Updated the security measures for the login flow
  • Translated verification emails
  • Upgraded Swagger to new major version 4.0.9
  • Expiration time for email verification tokens
  • Test coverage reporting

1.0.0 - 2019-12-17

Added

  • Angular & NestJS architecture
  • Basic authentication flow
    • register, email verification, log in/out
  • Language selection
    • via AOT compiled language bundles
  • Linting & styling
  • Testing
    • via Jest unit tests
  • Debug tools for Dev & QA
    • option to delete current user
  • Documentation