Skip to content

Releases: ryucc/ReRe

v0.0.8

20 Apr 07:47

Choose a tag to compare

Serializers now accept all subclasses. Custom criteria.

v0.0.7

26 Mar 19:11

Choose a tag to compare

Add runtime replay, objects can be replayed without compiling Mockito code
Add verify() checks values between replay runs

v0.0.6

06 Mar 15:52

Choose a tag to compare

Change doReturn(...).when(any()) to doReturn(...).when(any(SomeClass.class))

Else some overloaded methods will break.

Minor make ReReSerde into ReReSerde

The serde is more user friendly now.

v0.0.5

03 Mar 10:23

Choose a tag to compare

v0.0.3

25 Feb 02:11

Choose a tag to compare

  1. Change default settings to not trace parameter modifications.
  2. Improve runtime type inference.

v0.0.2

15 Feb 10:21

Choose a tag to compare

Prototype support for tracking final classes.

  1. Use a "representing class", with is the return class specified by the method return type, instead of the actual class of the returned object.
  2. For Records, use the component type

This "representing class" is only used when the actual class is not subclass able or visible.

v0.0.1

12 Feb 04:10
9d3c11d

Choose a tag to compare

First version published to maven central