v0.4.0
Pre-release
Pre-release
- fixed some edge cases in the
equals()methods of theDefinition,Result, andVerbclasses - Made
Objecta parent class of theActorclass to reflect the fact that actors can also be objects in xAPI statements. - The argument type of the
equals()method in theActorbase class was changed fromActortoObjectto be compatible with the same method from the parentObjectclass.