In this version:
- Added the DTO-related interface to the
AmetistaUser
class to enable conversion to the related DTO. - Changed the LICENSE to APACHE2.
- Removed the useless DTO annotation and replaced it with the library-provided one.
- Added the DTO annotation to the
AmetistaMember
class. - Used the new
EquinoxItem
constructor with a custom identifier key to use and removed all overrides of thegetId
methods. Changed theJsonGetter
property toIDENTIFIER_KEY
in models. - Renamed all helpers to services.
What's Changed
- Patch 1.0.1 by @N7ghtm4r3 in #2
New Contributors
- @N7ghtm4r3 made their first contribution in #2
Full Changelog: 1.0.0...1.0.1