Skip to content

Releases: ProphetLamb/ImmutableEditableObjectAdapter

1.2.1

18 May 09:16
baeff4d

Choose a tag to compare

  • Allow placing ImmutableEditableValueConverter on the IValueConverter instead of the EditableObject
  • Hide Unedited property from DataGrid display
  • Hide PropertyChanged properties from DataGrid display
  • Allow resubscribing to RegisterOnce in EventHandler without causing an infinite loop
  • Render attributes on properties in generated attributes aswell
  • Add auto-generated header warning users of editing generated files

Full Changelog: 1.2.0...1.2.1

👨🏼‍💻 Contributors

@ProphetLamb

1.2.0

17 May 22:40

Choose a tag to compare

  • UNO Platform integration.
  • Add EditableExtensions.
  • Add editable specific extensions.
  • Fix a bug sending old values in PropertyChanged events on edit.

Full Changelog: 1.0.9...1.2.0

👨🏼‍💻 Contributors

@ProphetLamb

1.1.0

16 May 23:58

Choose a tag to compare

  • Implement common non-generic interface IImmutableEditableObjectAdapter.
  • Fire Edited event on cancel.
  • Indicate cancelled or unchanged edited events.

Full Changelog: 1.0.9...1.1.0

👨🏼‍💻 Contributors

@ProphetLamb

1.0.9

16 May 18:21

Choose a tag to compare

What's Changed

  • Fix generating Nullable ValueTypes
  • Fix package tags
  • Add package description
  • Update Microsoft.CodeAnalysis.Analyzers and 3 other dependencies by @dependabot in #4

Full Changelog: 1.0.8...1.0.9

👨🏼‍💻 Contributors

@ProphetLamb

1.0.8

15 May 20:13

Choose a tag to compare

  • Add package tags

👨🏼‍💻 Contributors

@ProphetLamb

1.0.7

15 May 19:52

Choose a tag to compare

Initial Release