Releases: miho/VMF
Releases · miho/VMF
v0.2.7.3
Method signatures of delegated methods support varargs
v0.2.7.2 building vmf is officially supported on jdk13 (uses gradle 6)
Improved Equals and HashCode Implementations 2/2
new version ready: - equals has been redefined - default is identity/instance - model config has been introduced - so far only equality can be defined - more will follow... - CONTAINMENT_AND_EXTERNAL equals and ALL implementations added
Improved Equals and HashCode Implementations
@VMFEquals indicates that VMfs implementations should be used by default. VMF implementations are always accessible via vObj.vmf().content().equals()
and vObj.vmf().content().hashCode()
.
Undo/Redo improved & Bugs fixed
v0.2.6.9 Version 2.6.9
v0.2.6.8
Improved Type class
Implents issue #29
v0.2.6.6
Improved Containments
Many containment related fixes and new tests. API is unchanged.