Skip to content

Releases: Fody/PropertyChanged

4.1.0

06 Nov 16:40
Compare
Choose a tag to compare

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

Bug

  • #910 Don't generate source code for records

4.0.5

15 Oct 13:21
Compare
Choose a tag to compare

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

Bugs

  • #901 Invalid Codegen for Value Types (Breaks .NET 7)
  • #902 Reference to "Microsoft.NETFramework.ReferenceAssemblies.net40" bubbling up

4.0.4

11 Oct 14:37
Compare
Choose a tag to compare

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

Bug

  • #892 Nullable property always OnPropertyChanged or OnPropertyChanging

Improvement

  • #894 Code generator should support records

4.0.3

17 Sep 14:52
fc574ff
Compare
Choose a tag to compare

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

Bugs

  • #882 Compilation issue with source generator
  • #887 Add [GeneratedCode] attribute to source generator code

4.0.2

13 Sep 21:48
Compare
Choose a tag to compare

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

Bug

  • #883 Source generator fails to generate with file scoped namespaces

4.0.1

03 Sep 12:51
Compare
Choose a tag to compare

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

Feature

  • #863 Feature proposal: Source generator that implements INotifyPropertyChanged

3.4.1

22 May 17:21
1d923d9
Compare
Choose a tag to compare

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

Feature

  • #846 Problems with MVVM Toolkit

3.4.0

07 Jun 10:03
Compare
Choose a tag to compare

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

Feature

  • #341 Have On_property_Changed events also deliver the old value with special signature

3.3.3

13 Mar 10:51
Compare
Choose a tag to compare

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

Bug

  • #710 Compile error when using OnChangedMethod in base class

3.3.2

21 Feb 15:15
Compare
Choose a tag to compare

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

Bug

  • #700 On-PropName-Changed not called for dependent properties