Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 2.79 KB

Changelog

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

1.0.1 (2020-09-12)

1.0.0 (2020-09-12)

Features

  • app: enable cors (5fa33f0)
  • auth: add email format validator (0e04968)
  • auth: add password hashing (12ad6c0)
  • auth: add reminders module with addNewReminder method (4b415e3)
  • auth: add uuid(v4) to email and reset password tokens (834f375)
  • mailers: create sending mail service and move credentials to env variables (99e79a4)
  • mailers: create user verification mail module (53859c7)
  • mailers: reset password (7ab3693)
  • reminders: add deleteReminder method (791d80c)
  • reminders: add logger to all functions (193b782)
  • reminders: add upcoming reminders (f79af91)
  • reminders: add updateReminder method (9b4ab39)
  • reminders: auto update overdue reminders to their occurrences (7164953)

Bug Fixes

  • auth: add password hash to reset password service (257ed24)
  • auth: change forgot password http method from GET to POST (0a51fb9)
  • auth: email verification token deletion upon verifying link click (82eb65a)
  • reminders: update column type for remindAt (28fe015)