Skip to content

Releases: ababik/Remute

v1.3.0

12 Nov 15:48
Compare
Choose a tag to compare
  • Produce C# 9 records w/o extra configuration
  • Support nested (composed) C# 9 records

v1.2.4

08 Jun 17:23
Compare
Choose a tag to compare

Fixed bug when unable to find target constructor if type contains static constructor.

v1.2.3

26 Feb 03:18
Compare
Choose a tag to compare

Support inherited properties.

v1.2.2

04 Oct 20:39
Compare
Choose a tag to compare

Do not generate new result instance if assigned value is the same.

v1.2.1

12 Feb 05:54
Compare
Choose a tag to compare

Fixed potential concurrency issue for cache.

v1.2.0

26 Nov 05:21
Compare
Choose a tag to compare
Update version 1.2.0

v1.1.0

01 Nov 22:22
Compare
Choose a tag to compare

Support arrays.
E.g. Remute.Default.With(department, x => x.Employees[1].FirstName, "Foo");

v1.0.10

19 Oct 18:17
Compare
Choose a tag to compare

Performance bump up. Repeating remutes are 100 times faster.

v1.0.9

12 Oct 23:46
Compare
Choose a tag to compare

Emit event exposed.