Skip to content

Releases: Devoxist/TypeRegister

V1.6.1: Refactoring TypeRegister Library

21 May 18:57
06318e3

Choose a tag to compare

V1.6.0: Scoped Identifier option added

22 Mar 08:34
7fcca8a

Choose a tag to compare

  • Added methods to add a scoped identifier.
  • Added tests.

V1.5.0 Identifier Update

11 Feb 17:10
0901b4b

Choose a tag to compare

  • Added methods to implement the identifier option.
  • Refactoring of code
  • Updated JavaDocs
  • Updated Tests
  • Updated docs

V1.4.1: Fully Customizable Register

01 Feb 13:44

Choose a tag to compare

  • Removed the final modifier from the Register class, that allows a fully customizable register.
  • Updated README.md

V1.4.0 Added option ConstructorResolver

29 Jan 21:25

Choose a tag to compare

  • Added an option to the constructor resolver too not require the annotation @ConstructorResolver.

V1.3.3

29 Jan 20:30

Choose a tag to compare

  • Bug fix Multiple same priority registers in 1 registry
  • Updated tests
  • Added maven test method

V1.3.2: Bug fix multiple registers do not get removed

29 Jan 17:57

Choose a tag to compare

V1.3.2: Fixed bug Register#compare == 0 in multiple registers do not …

V1.3.1: Bug fix Same Registry Priority

29 Jan 16:38

Choose a tag to compare

  • Bug fix same registry priority

V1.3.0 Custom Registries

17 Jan 16:26
e607552

Choose a tag to compare

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

15 Jan 11:24

Choose a tag to compare

Changelogs

  • Added creation custom TypeProviders
  • Added registering custom TypeProviders
  • Added unregister types
  • Updated Javadocs