Releases: reactiveui/ReactiveUI.SourceGenerators
Releases · reactiveui/ReactiveUI.SourceGenerators
2.0.17
Features
- 9c1feac Feature overridable Inheritance property (#123) @ChrisPulman @neominky
Fixes
- 311fde1 Fix for OAPH nullability for reference types (#126) @ChrisPulman
- e9ebdb6 Fix Forward Attributes to Generated Code (#117) @ChrisPulman
- 954ab78 Fix For Generators used on Generic class (#119) @ChrisPulman
- dc4cda6 FIx For IViewFor with Generic Class (#118) @ChrisPulman
General Changes
- 5b65578 Update README.md (#120) @MihailsKuzmins
- b029d1e housekeeping: Update LICENSE @glennawatson
- 2960f09 Update Spelling and Update Packages for tests with CVE (#114) @ChrisPulman
Contributions
New contributors since the last release: @MihailsKuzmins, @neominky
Thanks to all the contributors: @ChrisPulman, @glennawatson, @MihailsKuzmins, @neominky
2.0.9
Features
- 93f0934 feat: Add Diagnostics to Source Generators (#112) @ChrisPulman
- 421035a Feature - Update to Strip Async suffix from Generated Commands (#79) @ChrisPulman
- 0910397 Feature Set Access Modifier for [Reactive] (#67) @ChrisPulman
- 21c1557 feature: Update Reactive Generator for performance (#94) @ChrisPulman
- 3b7ae63 feature: improve tests so they don't have reliance on the source gene… (#87) @glennawatson
Fixes
- 4bc3d6d Fix for Use string .ToProperty overload (#81) @ChrisPulman
- 2dd8b54 Fix for OAPH can't be created outside of constructor (#80) @ChrisPulman
- de72f19 Fix to disable RXUISG0016 analyzer for read-only properties (#70) @ChrisPulman
- 61b910b Fix For OAPH nullable values not set null after initial value (#69) @ChrisPulman
- 4419d33 Fix For IViewFor missing namespace (#65) @ChrisPulman
- c14b192 Fix Make IViewFor use Generic type (#61) @ChrisPulman
- 84614b3 Fix For Code Analyzer and Reorganise Code (#52) @ChrisPulman
General Changes
- 96e6970 Housekeeping Update release (#57) @ChrisPulman
- 4574c70 chore: Update readme/project references (#113) @glennawatson
- 3467bf4 Update Add separate CodeFixes Analyzer (#101) @ChrisPulman
- 25e7e48 Housekeeping Update ci-build (#55) @ChrisPulman
- c8dc8ca Update tests to remove generator version before verifying (#105) @ChrisPulman
- c4fdf4f chore: update version to 2.0 (#104) @glennawatson
- fb8b47e chore: remove SyntaxFactory to improve performance and maintainability (#103) @ChrisPulman
- 7ee7f18 Update OAPH From Field Generator (#102) @ChrisPulman
- 49bf713 Update Make attributes internal to avoid conflicts (#60) @ChrisPulman
- 1507810 Update IViewFor Generator for Performance (#100) @ChrisPulman
- 5a7dce6 Update Reactive command for performance (#98) @ChrisPulman
- a76db90 Update Shipped mark down to include descriptions (#95) @ChrisPulman
- 83b8526 Update the location of Auto-Generated (#108) @ChrisPulman
Dependencies
- 6f4ed4f Update dependency Roslynator.Analyzers to 4.12.7 (#74) @renovate[bot]
- 11a9d7c chore(deps): update dependency roslynator.analyzers to 4.12.9 (#107) @renovate[bot]
- e6aa927 Update avalonia monorepo to 11.1.4 (#85) @renovate[bot]
- 6629c18 Update dependency Verify.Xunit to 26.4.4 (#53) @renovate[bot]
- 1875090 chore(deps): update dependency roslynator.analyzers to 4.12.8 (#89) @renovate[bot]
- c34730f chore(deps): update dependency verify.xunit to v27 (#92) @renovate[bot]
- c924597 chore(deps): update dependency verify.xunit to 27.0.1 (#93) @renovate[bot]
- 364e3d0 chore(deps): update dependency verify.xunit to 27.1.0 (#106) @renovate[bot]
- 5bee4ed chore(deps): update dependency nerdbank.gitversioning to 3.6.146 (#97) @renovate[bot]
- 26b2371 Update dependency Verify.Xunit to 26.4.2 (#49) @renovate[bot]
- f3bf34d Update dependency Verify.Xunit to 26.5.0 (#68) @ChrisPulman @renovate[bot]
- 1d5a316 Update dependency Verify.Xunit to 26.4.5 (#58) @renovate[bot]
- 46c504f Update xunit-dotnet monorepo to 2.9.2 (#73) @renovate[bot]
- fc48df3 Update dependency Roslynator.Analyzers to 4.12.5 (#59) @renovate[bot]
- 0f94e07 Update dependency Verify.Xunit to 26.6.0 (#71) @renovate[bot]
- f011fa8 Update dependency FluentAssertions to 6.12.1 (#50) @renovate[bot]
- 8a1e7c3 Update dependency Microsoft.Extensions.Logging.Debug to 8.0.1 (#82) @ChrisPulman @renovate[bot]
Contributions
Thanks to all the contributors: @ChrisPulman, @glennawatson
The following automated services have also contributed to this release: @renovate[bot]
1.1.31
Features
- 0be0cfd Feature Add RoutedControlHost for WinForms (#38) @ChrisPulman
- 0490e0b Feature ReactiveCommand With Parameterised Attribute (#21) @ChrisPulman
- 44b3366 Feature add IViewFor for Maui (#17) @ChrisPulman
- fd76d5f Feature IViewFor Support for Avalonia controls (#16) @ChrisPulman
- 8410750 Feature Add IViewFor for WinUI, WinForms, and Uno (#15) @ChrisPulman
- 48485a9 Feature: Wpf IViewFor Generator (#13) @ChrisPulman
- 0942a8c Feature Add Attribute Passthrough (#12) @ChrisPulman
- 0564bae Feature: Add CanExecute to ReactiveCommand (#8) @ChrisPulman
- 27e9ab2 Feature Add ViewModelControlHost for WinForms (#37) @ChrisPulman
- e094440 Feature OAPH From Observable Property (#32) @ChrisPulman
- 76d995d Feature Add OAPH From Observable method (#31) @ChrisPulman
- 5ffe65c Feature Allow Default value on OAPH generator (#28) @ChrisPulman
- 6de259d Feature Add Code Fixer for [Reactive] (#23) @ChrisPulman
Fixes
- 76e2c9d Fix For CanExecute with IObservable Fields (#48) @ChrisPulman
- 6b4a6d1 Fix For AoT build (#20) @ChrisPulman
- d6ee59a Fix for #9 (#10) @ChrisPulman
- 30eb677 Fix for missing ReactiveUI using statement in generated code (#6) @ChrisPulman
- 9c17966 Fix for some minor code issues (#29) @ChrisPulman
- bc0db32 Fix for Generation fails with partial classes (#26) @ChrisPulman
General Changes
- 05fca0a Update Readme for IViewFor (#18) @ChrisPulman
- 468bdc4 Update README.md @glennawatson
- d9d6309 Update README (#30) @ChrisPulman
- e7c55af Update documentation (#39) @ChrisPulman
Dependencies
- 2e7fad7 Update dependency Verify.Xunit to v26.1.2 (#22) @renovate[bot]
- 6d61331 Update dependency Verify.Xunit to v26.1.6 (#27) @renovate[bot]
- 95c0b23 Update dependency Verify.Xunit to v26 (#11) @ChrisPulman @renovate[bot]
- f9afb37 Update dependency Microsoft.NET.Test.Sdk to 17.11.1 (#43) @renovate[bot]
- 46b5f20 Update dependency Verify.Xunit to 26.3.1 (#41) @renovate[bot]
- bf206c3 Update dependency Verify.Xunit to v26.0.1 (#14) @renovate[bot]
- ee9deec Update dependency Verify.Xunit to 26.4.0 (#42) @renovate[bot]
- 32dd2d0 Configure Renovate (#1) @renovate[bot]
- c68f068 Update dependency Verify.Xunit to v26.2.0 (#34) @renovate[bot]
- 6314d3b Update dependency Microsoft.NET.Test.Sdk to 17.11.0 (#36) @renovate[bot]
- 700cbb6 Update dependency Verify.Xunit to v25.3.2 (#7) @renovate[bot]
- 369d9e5 Update dependency ReactiveUI to 20.1.52 (#45) @renovate[bot]
- c31c4e4 Update dependency Nerdbank.GitVersioning to v3.6.141 (#33) @renovate[bot]
- eec1d2e Update dependency Nerdbank.GitVersioning to 3.6.143 (#40) @renovate[bot]
Contributions
New contributors since the last release: @ChrisPulman, @glennawatson, @MichaelCroes, @mycroes
Thanks to all the contributors: @ChrisPulman, @glennawatson, @MichaelCroes, @mycroes
The following automated services have also contributed to this release: @renovate[bot]
1.1.26
Features
- 0be0cfd Feature Add RoutedControlHost for WinForms (#38) @ChrisPulman
- e094440 Feature OAPH From Observable Property (#32) @ChrisPulman
- 0564bae Feature: Add CanExecute to ReactiveCommand (#8) @ChrisPulman
- fd76d5f Feature IViewFor Support for Avalonia controls (#16) @ChrisPulman
- 8410750 Feature Add IViewFor for WinUI, WinForms, and Uno (#15) @ChrisPulman
- 48485a9 Feature: Wpf IViewFor Generator (#13) @ChrisPulman
- 0942a8c Feature Add Attribute Passthrough (#12) @ChrisPulman
- 76d995d Feature Add OAPH From Observable method (#31) @ChrisPulman
- 5ffe65c Feature Allow Default value on OAPH generator (#28) @ChrisPulman
- 6de259d Feature Add Code Fixer for [Reactive] (#23) @ChrisPulman
- 44b3366 Feature add IViewFor for Maui (#17) @ChrisPulman
- 27e9ab2 Feature Add ViewModelControlHost for WinForms (#37) @ChrisPulman
- 0490e0b Feature ReactiveCommand With Parameterised Attribute (#21) @ChrisPulman
Fixes
- d6ee59a Fix for #9 (#10) @ChrisPulman
- 9c17966 Fix for some minor code issues (#29) @ChrisPulman
- bc0db32 Fix for Generation fails with partial classes (#26) @ChrisPulman
- 6b4a6d1 Fix For AoT build (#20) @ChrisPulman
General Changes
- 05fca0a Update Readme for IViewFor (#18) @ChrisPulman
- d9d6309 Update README (#30) @ChrisPulman
- e7c55af Update documentation (#39) @ChrisPulman
Dependencies
- 2e7fad7 Update dependency Verify.Xunit to v26.1.2 (#22) @renovate[bot]
- 46b5f20 Update dependency Verify.Xunit to 26.3.1 (#41) @renovate[bot]
- c31c4e4 Update dependency Nerdbank.GitVersioning to v3.6.141 (#33) @renovate[bot]
- c68f068 Update dependency Verify.Xunit to v26.2.0 (#34) @renovate[bot]
- 6314d3b Update dependency Microsoft.NET.Test.Sdk to 17.11.0 (#36) @renovate[bot]
- bf206c3 Update dependency Verify.Xunit to v26.0.1 (#14) @renovate[bot]
- 6d61331 Update dependency Verify.Xunit to v26.1.6 (#27) @renovate[bot]
- 700cbb6 Update dependency Verify.Xunit to v25.3.2 (#7) @renovate[bot]
- 95c0b23 Update dependency Verify.Xunit to v26 (#11) @ChrisPulman @renovate[bot]
- eec1d2e Update dependency Nerdbank.GitVersioning to 3.6.143 (#40) @renovate[bot]
Contributions
Thanks to all the contributors: @ChrisPulman
The following automated services have also contributed to this release: @renovate[bot]
1.0.3
Fixes:
- 30eb677 Fix for missing ReactiveUI using statement in generated code (#6) @ChrisPulman
1.0.2
Other:
- 468bdc4 Update README.md @glennawatson
- 32dd2d0 Configure Renovate (#1) @renovate[bot]
- 149fd91 Delete renovate.json @glennawatson
- 3d6e763 Create renovate.json @glennawatson
- 2c02287 Add Reactive, ObservableAsProperty and ReactiveCommand Source Generators (#3) @ChrisPulman
- d5f8835 Add Build scripts (#5) @ChrisPulman