Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 968 Bytes

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.

TAGS

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities

[0.0.1] - (2018-09-19)

Added

  • Project init

[0.0.2] - (2018-09-27)

Added

  • Finished base setup
    • Login and register
    • Password reset
    • Security methods
    • User list for admin users
    • Server testing (publications/methods/collections)
    • Client testing (react components)
    • Client form componetization (using formik)
    • Client form validation (using formik and yup)
    • Full code refactor
    • Code linting using eslint and prettier