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.
- Many to Many relationship between posts and users
- Added a few examples of usage
- Refactoring in the DAO. Now using generics for type safety checking.
- Solved some serialization issues with Jackson
- Did some chores by removing unused imports;
- User, UserInfo, Role, Post Entities
- User - UserInfo, User - Role entities
- JWT Support
- Support for profile pictures
- File Manager Service refactoring