Releases: Devoxist/TypeRegister
Releases · Devoxist/TypeRegister
V1.6.1: Refactoring TypeRegister Library
V1.6.0: Scoped Identifier option added
- Added methods to add a scoped identifier.
- Added tests.
V1.5.0 Identifier Update
- Added methods to implement the identifier option.
- Refactoring of code
- Updated JavaDocs
- Updated Tests
- Updated docs
V1.4.1: Fully Customizable Register
- Removed the final modifier from the Register class, that allows a fully customizable register.
- Updated README.md
V1.4.0 Added option ConstructorResolver
- Added an option to the constructor resolver too not require the annotation @ConstructorResolver.
V1.3.3
V1.3.2: Bug fix multiple registers do not get removed
V1.3.2: Fixed bug Register#compare == 0 in multiple registers do not …
V1.3.1: Bug fix Same Registry Priority
- Bug fix same registry priority
V1.3.0 Custom Registries
Changelogs
- Added option to create custom registries.
- Made some minor improvements.
- Added new example.
- Added new tests.
- Updated old examples.
- Updated readme.md
- Updated javadocs.
- Added new tests.
V1.2.0: Custom TypeProviders
Changelogs
- Added creation custom TypeProviders
- Added registering custom TypeProviders
- Added unregister types
- Updated Javadocs