Skip to content

Releases: Fody/PropertyChanged

3.3.1

07 Nov 16:56
Compare
Choose a tag to compare

As part of this release we had 3 commits which resulted in 1 issue being closed.

Bug

  • #670 Overridden properties no longer notified in 3.2.10

3.3.0

05 Nov 16:21
9e13806
Compare
Choose a tag to compare

As part of this release we had 14 commits which resulted in 2 issues being closed.

Bug

  • #668 Release 4.0 breaks build of all projects targeting min-version <4.72

Improvement

  • #669 add explicit netstandard2.0

4.0.0

03 Nov 09:03
5bd287c
Compare
Choose a tag to compare
4.0.0 Pre-release
Pre-release

As part of this release we had 12 commits which resulted in 1 issue being closed.

Improvement

  • #667 Update min net version to net472

3.2.10

17 Oct 15:28
Compare
Choose a tag to compare

As part of this release we had 63 commits which resulted in 2 issues being closed.

Bugs

  • #653 Overridden properties notify twice
  • #635 Overridden properties do not notify about dependent properties

3.2.9

30 Aug 12:39
Compare
Choose a tag to compare

As part of this release we had 123 commits which resulted in 1 issue being closed.

Bug

  • #623 Nullable generic struct causes Fody exception

3.2.8

12 Apr 23:49
Compare
Choose a tag to compare

As part of this release we had 25 commits which resulted in 1 issue being closed.

Bug

  • #563 Limit field mapping to fields of the same type as the property

3.2.7

24 Mar 10:14
Compare
Choose a tag to compare

As part of this release we had 38 commits which resulted in 2 issues being closed.

Bugs

  • #546 Ignore indexer dependencies
  • #544 Bad codegen when an indexer uses a weaved property

3.2.6

06 Feb 10:11
Compare
Choose a tag to compare

As part of this release we had 15 commits which resulted in 2 issues being closed.

Bugs

  • #524 Call explicit interface methods correctly
  • #508 System.MethodAccessException when using ReactiveU.ReactiveObject

3.2.5

29 Jan 11:51
Compare
Choose a tag to compare

As part of this release we had 19 commits which resulted in 2 issues being closed.

Bugs

  • #518 Fix bad generated code with generic type hierarchies
  • #516 BadImageFormatException with abstract base class and two levels of derived classes with generic type parameter

3.2.4

26 Jan 09:09
Compare
Choose a tag to compare

As part of this release we had 20 commits which resulted in 1 issue being closed.

Bug

  • #507 Specify namespace for <>PropertyChangedEventArgs