mvvmgen icon indicating copy to clipboard operation
mvvmgen copied to clipboard

Release 1.3.0

Open thomasclaudiushuber opened this issue 1 year ago • 0 comments

Hi friends of MvvmGen,

MvvmGen was released in version 1.3.0!

Thank you for your help and support ❤️, I hope you're enjoying MvvmGen as much as I do. ✨

Thomas

Release notes

  • New CommandType property on [ViewModel] attribute to specify a custom IDelegateCommand implementation (Issue #75)
  • New ModelPropertyName property on [ViewModel] attribute to set the name of the property that contains the wrapped model specified via the ModelType property. (Issue #72)
  • New ModelPropertiesToIgnore property on [ViewModel] attribute to set a comma-separated list of model properties that should not be generated for the model specified via the ModelType property. (Issue #76)
  • Fix nullable warnings when generating command properties. (Issue #71)
  • Fix interface generation when ViewModel has generic methods. (Issue #74)
  • Fix constructor generation when base ViewModel has [Inject] attributes. (Issue #77)

Thank you @ADIX7, @alprinias, @Daimonion1980, @MartinRothschink, @Telespaz, @TopperDEL for raising issues and for the discussions.

thomasclaudiushuber avatar Dec 12 '23 19:12 thomasclaudiushuber