Skip to content

Releases: miho/VMF

v0.2.7.3

04 Dec 08:52
Compare
Choose a tag to compare
Addresses issue #32

Method signatures of delegated methods support varargs

16 Nov 10:46
Compare
Choose a tag to compare
v0.2.7.2

building vmf is officially supported on jdk13 (uses gradle 6)

Improved Equals and HashCode Implementations 2/2

16 Oct 15:16
Compare
Choose a tag to compare
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

14 Oct 14:07
Compare
Choose a tag to compare

@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

14 Oct 11:19
Compare
Choose a tag to compare
v0.2.6.9

Version 2.6.9

v0.2.6.8

09 Oct 20:49
Compare
Choose a tag to compare
Type can be accessed via reflection object.

Improved Type class

09 Oct 10:43
Compare
Choose a tag to compare

Implents issue #29

v0.2.6.6

26 Sep 12:21
Compare
Choose a tag to compare
bugfix release (listchange apply() was broken)

Improved Containments

28 Aug 19:31
Compare
Choose a tag to compare

Many containment related fixes and new tests. API is unchanged.

v0.2.6.4

01 May 23:01
Compare
Choose a tag to compare
toString() recursion fixed