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.
- 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
- Project init
- 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