Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 856 Bytes

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 856 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.

[Unreleased]

[1.0.1] - 2017-10-08

🚀 Added

  • Many to Many relationship between posts and users
  • Added a few examples of usage

✏ Changed

  • Refactoring in the DAO. Now using generics for type safety checking.

✔ Fixed

  • Solved some serialization issues with Jackson

✖ Removed

  • Did some chores by removing unused imports;

[1.0.0] - 2017-10-08

🚀 Added

  • User, UserInfo, Role, Post Entities
  • User - UserInfo, User - Role entities
  • JWT Support
  • Support for profile pictures

✏ Changed

  • File Manager Service refactoring

✔ Fixed

✖ Removed