Releases: jamesmontemagno/mvvm-helpers
Releases · jamesmontemagno/mvvm-helpers
v1.6.2.2
Changelog
[1.5.0]
- Add AsyncCommand & AsyncCommand
- Add Command and Command
- Add WeakEventManager
- Don't raise event when IEnumerable is empty. Thanks @Berrysoft!
[1.4.0]
- OnPropertyChanges is now virtual
- Streamlined CI/CD
- More Validation on SetProperty
[1.3.0]
- Now a .NET Standard 1.0 Library (adds support for more libraries)
- Added more base properties to view model
- Updated some grouping classes
[1.2.0]
- WithTimeout now takes in an optional TimeSpan
- ObservableRangeCollection now has optional SubKey
- Ability to change IsNotBusy
Changes:
- 8f82469 Fix build error
- a68db31 Merge pull request #62 from mjfreelancing/master
- 9f82973 Merge branch 'master' of https://github.com/mjfreelancing/mvvm-helpers
- 51a172a Merge remote-tracking branch 'upstream/master'
- 3782d2c Merge branch 'master' into master
- 26c629e Correction to unit tests
- b84ba09 Merge pull request #61 from mjfreelancing/master
- 9c5e6f7 Corrected issue with ObservableRangeCollection mutating the source collection
- 7d14efd Update README.md
- d900e0c Fix count for AddRange
See More
- e9d6deb Merge pull request #56 from jamesmontemagno/nullable
- 2ed1ee1 Update copyright
- 0630fb4 update tests to .net core 3
- c4eabd5 Update to nullable refrence types and C# 8
- 4908696 Update FUNDING.yml
- a04b5d2 Merge pull request #51 from ahmedalejo/patch-1
- a01c0b0 Fixes the issue reported in #50
- ed61a93 Added missing semi column 😅
- 2bd19cf Added Test Cases catching a bug
- 6862d6b Merge pull request #49 from ahmedalejo/patch-1
- 2cf2ef6 Refactored ObservableRangeCollection change notifications
- 5dcb87d Update license
- f9486cf Simplify csproj
- 99c2a93 Fill in comments.
- dffc610 Update MvvmHelpers.csproj
- b0fef1d Use portable for debuty type
- 4183bff Merge pull request #47 from ravinderjangra/master
- bbe653d Reverted WeakEventManager internal to public
- dcb62bf Changes from comment
- fe14077 Update README.md
- 8264731 Update README.md
- 5d206b0 Merge pull request #44 from jamesmontemagno/async-comand
- 9b2e6c4 Update LICENSE.md
- e75d2bf Merge branch 'master' into async-comand
- c0e944c Update License
- a37c6ce Merge pull request #43 from jamesmontemagno/async-comand
- b147088 update readme and changelog
- 7889e41 Integrate feedback from @johnthiriet
- 8cab026 More code cleanup and add editor config :)
- b33c0d7 Run code cleanup
- 4baf256 Cleanup AsyncCommand & Command. Add tests
- a8c2d74 Cleanup asyncommand with feedback and implement Command
- 280f470 Add AsyncCommand from JT
- a0b4c34 Merge pull request #42 from Berrysoft/master
- aa8fbef Create FUNDING.yml
- 75c74d9 Fix code style.
- 3426744 Empty doesn't raise events.
- 0fc604c Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- a41ecad Add sourcelink
- 3814b52 Update CHANGELOG.md
- 0f55617 Merge pull request #33 from james-alt/patch-1
- ce01863 Updated README.md with updated blog link
- 40ab6c4 Update MvvmHelpers.csproj
- 79dbd9e Update MvvmHelpers.csproj
- 5fb72c3 Target .net standard 1.0 and 2.0!
- a2ad109 Update unit tests
- 8cd37f6 Fill out csproj information
- b9a3365 Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- b9869d5 Ignore .vs
- 8d5622a Merge pull request #25 from thenderson21/master
- ff4e24d Update README.md
- 73f006c Update cake build
- 9548c64 update cake
- f0653cd Updated Unit Tests
- 788d6e8 Added validation property to SetProperty() method in ObservableObject class.
- ae60ca3 Update readme
- 2c3dadc C# 7 refactoring
- 5127b59 Test
- be02c7f Update readme
- 65af4f1 Merge pull request #20 from thenderson21/master
- 909ab55 Made OnPropertyChanged a virtual method so it could be overridden by children.
- 25e9af5 bump version
- 2299af2 Fixup nuget for tvos/watchos
- b1a3a9d Update appveyor.yml
- 918c155 Update appveyor.yml
- fd9b46c Update CHANGELOG.md
- 106f6c6 Update MvvmHelpers.csproj
- 4331003 Update MvvmHelpers.nuspec
- 843f638 Add more base properties. Fixes #14
- 1a7fd2d Expose new items in Grouping, fixed #18
- 8500393 Update tests, fixes #17
- 7ee6f65 update powershell
- ad668dc update nuspec
- 7572522 add the netstandard 1.0 to the xml
- a2230a2 update output paths
- c2ff1a8 Upgrade to .NET standard 1.0
- 8f878fc Update appveyor.yml
- 66fb0ce Update LICENSE.md
- 1aca219 Update bootstrap file
- e383347 Update appveyor.yml
- cbae542 Update Utils.cs
- 777e4c7 Fix #8 use total
- c3a3bc7 Update appveyor.yml
- def5acc Update appveyor.yml
- 4f6a323 Update profile and pdb generation
- 98f85bc Update nuspec
- 4c21cbf Add Icon
- a226630 Update appveyor
- 8288dcb Update Tests, Add Subkey to ORC, update WithTimeout to TimeSpan
- efaf9fe Update IsBusy when IsNotBusy changes
- 028bf23 Merge pull request #5 from AlexKven/master
- 8ca0f6f Changed RemoveRange to (optionally) use remove mode instead of reset, with the caveat documented that the starting index will not be specified because the removed items are not guaranteed to be adjacent. RemoveRange still defaults to reset, so this doesn't break existing code.
- 35f0ddd Update README.md
- 66cd290 remove file
- 7186cff Add in CI stuff
- 451fa7d Adjust constructor for Grouping
- 6f2be65 Update README.md
- 553e924 Add some comments and fix nuget
- dda1dc7 Create README.md
- 6524709 Initial Commit
This list of changes was auto generated.
v1.6.1.1
Changelog
[1.5.0]
- Add AsyncCommand & AsyncCommand
- Add Command and Command
- Add WeakEventManager
- Don't raise event when IEnumerable is empty. Thanks @Berrysoft!
[1.4.0]
- OnPropertyChanges is now virtual
- Streamlined CI/CD
- More Validation on SetProperty
[1.3.0]
- Now a .NET Standard 1.0 Library (adds support for more libraries)
- Added more base properties to view model
- Updated some grouping classes
[1.2.0]
- WithTimeout now takes in an optional TimeSpan
- ObservableRangeCollection now has optional SubKey
- Ability to change IsNotBusy
Changes:
- d900e0c Fix count for AddRange
- e9d6deb Merge pull request #56 from jamesmontemagno/nullable
- 2ed1ee1 Update copyright
- 0630fb4 update tests to .net core 3
- c4eabd5 Update to nullable refrence types and C# 8
- 4908696 Update FUNDING.yml
- a04b5d2 Merge pull request #51 from ahmedalejo/patch-1
- a01c0b0 Fixes the issue reported in #50
- ed61a93 Added missing semi column 😅
- 2bd19cf Added Test Cases catching a bug
See More
- 6862d6b Merge pull request #49 from ahmedalejo/patch-1
- 2cf2ef6 Refactored ObservableRangeCollection change notifications
- 5dcb87d Update license
- f9486cf Simplify csproj
- 99c2a93 Fill in comments.
- dffc610 Update MvvmHelpers.csproj
- b0fef1d Use portable for debuty type
- 4183bff Merge pull request #47 from ravinderjangra/master
- bbe653d Reverted WeakEventManager internal to public
- dcb62bf Changes from comment
- fe14077 Update README.md
- 8264731 Update README.md
- 5d206b0 Merge pull request #44 from jamesmontemagno/async-comand
- 9b2e6c4 Update LICENSE.md
- e75d2bf Merge branch 'master' into async-comand
- c0e944c Update License
- a37c6ce Merge pull request #43 from jamesmontemagno/async-comand
- b147088 update readme and changelog
- 7889e41 Integrate feedback from @johnthiriet
- 8cab026 More code cleanup and add editor config :)
- b33c0d7 Run code cleanup
- 4baf256 Cleanup AsyncCommand & Command. Add tests
- a8c2d74 Cleanup asyncommand with feedback and implement Command
- 280f470 Add AsyncCommand from JT
- a0b4c34 Merge pull request #42 from Berrysoft/master
- aa8fbef Create FUNDING.yml
- 75c74d9 Fix code style.
- 3426744 Empty doesn't raise events.
- 0fc604c Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- a41ecad Add sourcelink
- 3814b52 Update CHANGELOG.md
- 0f55617 Merge pull request #33 from james-alt/patch-1
- ce01863 Updated README.md with updated blog link
- 40ab6c4 Update MvvmHelpers.csproj
- 79dbd9e Update MvvmHelpers.csproj
- 5fb72c3 Target .net standard 1.0 and 2.0!
- a2ad109 Update unit tests
- 8cd37f6 Fill out csproj information
- b9a3365 Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- b9869d5 Ignore .vs
- 8d5622a Merge pull request #25 from thenderson21/master
- ff4e24d Update README.md
- 73f006c Update cake build
- 9548c64 update cake
- f0653cd Updated Unit Tests
- 788d6e8 Added validation property to SetProperty() method in ObservableObject class.
- ae60ca3 Update readme
- 2c3dadc C# 7 refactoring
- 5127b59 Test
- be02c7f Update readme
- 65af4f1 Merge pull request #20 from thenderson21/master
- 909ab55 Made OnPropertyChanged a virtual method so it could be overridden by children.
- 25e9af5 bump version
- 2299af2 Fixup nuget for tvos/watchos
- b1a3a9d Update appveyor.yml
- 918c155 Update appveyor.yml
- fd9b46c Update CHANGELOG.md
- 106f6c6 Update MvvmHelpers.csproj
- 4331003 Update MvvmHelpers.nuspec
- 843f638 Add more base properties. Fixes #14
- 1a7fd2d Expose new items in Grouping, fixed #18
- 8500393 Update tests, fixes #17
- 7ee6f65 update powershell
- ad668dc update nuspec
- 7572522 add the netstandard 1.0 to the xml
- a2230a2 update output paths
- c2ff1a8 Upgrade to .NET standard 1.0
- 8f878fc Update appveyor.yml
- 66fb0ce Update LICENSE.md
- 1aca219 Update bootstrap file
- e383347 Update appveyor.yml
- cbae542 Update Utils.cs
- 777e4c7 Fix #8 use total
- c3a3bc7 Update appveyor.yml
- def5acc Update appveyor.yml
- 4f6a323 Update profile and pdb generation
- 98f85bc Update nuspec
- 4c21cbf Add Icon
- a226630 Update appveyor
- 8288dcb Update Tests, Add Subkey to ORC, update WithTimeout to TimeSpan
- efaf9fe Update IsBusy when IsNotBusy changes
- 028bf23 Merge pull request #5 from AlexKven/master
- 8ca0f6f Changed RemoveRange to (optionally) use remove mode instead of reset, with the caveat documented that the starting index will not be specified because the removed items are not guaranteed to be adjacent. RemoveRange still defaults to reset, so this doesn't break existing code.
- 35f0ddd Update README.md
- 66cd290 remove file
- 7186cff Add in CI stuff
- 451fa7d Adjust constructor for Grouping
- 6f2be65 Update README.md
- 553e924 Add some comments and fix nuget
- dda1dc7 Create README.md
- 6524709 Initial Commit
This list of changes was auto generated.
v1.6.0.3
Changelog
[1.5.0]
- Add AsyncCommand & AsyncCommand
- Add Command and Command
- Add WeakEventManager
- Don't raise event when IEnumerable is empty. Thanks @Berrysoft!
[1.4.0]
- OnPropertyChanges is now virtual
- Streamlined CI/CD
- More Validation on SetProperty
[1.3.0]
- Now a .NET Standard 1.0 Library (adds support for more libraries)
- Added more base properties to view model
- Updated some grouping classes
[1.2.0]
- WithTimeout now takes in an optional TimeSpan
- ObservableRangeCollection now has optional SubKey
- Ability to change IsNotBusy
Changes:
- 1a538e1 Merge 2ed1ee1 into 4908696
- 2ed1ee1 Update copyright
- 0630fb4 update tests to .net core 3
- c4eabd5 Update to nullable refrence types and C# 8
- 4908696 Update FUNDING.yml
- a04b5d2 Merge pull request #51 from ahmedalejo/patch-1
- a01c0b0 Fixes the issue reported in #50
- ed61a93 Added missing semi column 😅
- 2bd19cf Added Test Cases catching a bug
- 6862d6b Merge pull request #49 from ahmedalejo/patch-1
See More
- 2cf2ef6 Refactored ObservableRangeCollection change notifications
- 5dcb87d Update license
- f9486cf Simplify csproj
- 99c2a93 Fill in comments.
- dffc610 Update MvvmHelpers.csproj
- b0fef1d Use portable for debuty type
- 4183bff Merge pull request #47 from ravinderjangra/master
- bbe653d Reverted WeakEventManager internal to public
- dcb62bf Changes from comment
- fe14077 Update README.md
- 8264731 Update README.md
- 5d206b0 Merge pull request #44 from jamesmontemagno/async-comand
- 9b2e6c4 Update LICENSE.md
- e75d2bf Merge branch 'master' into async-comand
- c0e944c Update License
- a37c6ce Merge pull request #43 from jamesmontemagno/async-comand
- b147088 update readme and changelog
- 7889e41 Integrate feedback from @johnthiriet
- 8cab026 More code cleanup and add editor config :)
- b33c0d7 Run code cleanup
- 4baf256 Cleanup AsyncCommand & Command. Add tests
- a8c2d74 Cleanup asyncommand with feedback and implement Command
- 280f470 Add AsyncCommand from JT
- a0b4c34 Merge pull request #42 from Berrysoft/master
- aa8fbef Create FUNDING.yml
- 75c74d9 Fix code style.
- 3426744 Empty doesn't raise events.
- 0fc604c Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- a41ecad Add sourcelink
- 3814b52 Update CHANGELOG.md
- 0f55617 Merge pull request #33 from james-alt/patch-1
- ce01863 Updated README.md with updated blog link
- 40ab6c4 Update MvvmHelpers.csproj
- 79dbd9e Update MvvmHelpers.csproj
- 5fb72c3 Target .net standard 1.0 and 2.0!
- a2ad109 Update unit tests
- 8cd37f6 Fill out csproj information
- b9a3365 Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- b9869d5 Ignore .vs
- 8d5622a Merge pull request #25 from thenderson21/master
- ff4e24d Update README.md
- 73f006c Update cake build
- 9548c64 update cake
- f0653cd Updated Unit Tests
- 788d6e8 Added validation property to SetProperty() method in ObservableObject class.
- ae60ca3 Update readme
- 2c3dadc C# 7 refactoring
- 5127b59 Test
- be02c7f Update readme
- 65af4f1 Merge pull request #20 from thenderson21/master
- 909ab55 Made OnPropertyChanged a virtual method so it could be overridden by children.
- 25e9af5 bump version
- 2299af2 Fixup nuget for tvos/watchos
- b1a3a9d Update appveyor.yml
- 918c155 Update appveyor.yml
- fd9b46c Update CHANGELOG.md
- 106f6c6 Update MvvmHelpers.csproj
- 4331003 Update MvvmHelpers.nuspec
- 843f638 Add more base properties. Fixes #14
- 1a7fd2d Expose new items in Grouping, fixed #18
- 8500393 Update tests, fixes #17
- 7ee6f65 update powershell
- ad668dc update nuspec
- 7572522 add the netstandard 1.0 to the xml
- a2230a2 update output paths
- c2ff1a8 Upgrade to .NET standard 1.0
- 8f878fc Update appveyor.yml
- 66fb0ce Update LICENSE.md
- 1aca219 Update bootstrap file
- e383347 Update appveyor.yml
- cbae542 Update Utils.cs
- 777e4c7 Fix #8 use total
- c3a3bc7 Update appveyor.yml
- def5acc Update appveyor.yml
- 4f6a323 Update profile and pdb generation
- 98f85bc Update nuspec
- 4c21cbf Add Icon
- a226630 Update appveyor
- 8288dcb Update Tests, Add Subkey to ORC, update WithTimeout to TimeSpan
- efaf9fe Update IsBusy when IsNotBusy changes
- 028bf23 Merge pull request #5 from AlexKven/master
- 8ca0f6f Changed RemoveRange to (optionally) use remove mode instead of reset, with the caveat documented that the starting index will not be specified because the removed items are not guaranteed to be adjacent. RemoveRange still defaults to reset, so this doesn't break existing code.
- 35f0ddd Update README.md
- 66cd290 remove file
- 7186cff Add in CI stuff
- 451fa7d Adjust constructor for Grouping
- 6f2be65 Update README.md
- 553e924 Add some comments and fix nuget
- dda1dc7 Create README.md
- 6524709 Initial Commit
This list of changes was auto generated.
v1.5.1.6
Changelog
[1.5.0]
- Add AsyncCommand & AsyncCommand
- Add Command and Command
- Add WeakEventManager
- Don't raise event when IEnumerable is empty. Thanks @Berrysoft!
[1.4.0]
- OnPropertyChanges is now virtual
- Streamlined CI/CD
- More Validation on SetProperty
[1.3.0]
- Now a .NET Standard 1.0 Library (adds support for more libraries)
- Added more base properties to view model
- Updated some grouping classes
[1.2.0]
- WithTimeout now takes in an optional TimeSpan
- ObservableRangeCollection now has optional SubKey
- Ability to change IsNotBusy
Changes:
- 5dcb87d Update license
- f9486cf Simplify csproj
- 99c2a93 Fill in comments.
- dffc610 Update MvvmHelpers.csproj
- b0fef1d Use portable for debuty type
- 4183bff Merge pull request #47 from ravinderjangra/master
- bbe653d Reverted WeakEventManager internal to public
- dcb62bf Changes from comment
- fe14077 Update README.md
- 8264731 Update README.md
See more
- 5d206b0 Merge pull request #44 from jamesmontemagno/async-comand
- 9b2e6c4 Update LICENSE.md
- e75d2bf Merge branch 'master' into async-comand
- c0e944c Update License
- a37c6ce Merge pull request #43 from jamesmontemagno/async-comand
- b147088 update readme and changelog
- 7889e41 Integrate feedback from @johnthiriet
- 8cab026 More code cleanup and add editor config :)
- b33c0d7 Run code cleanup
- 4baf256 Cleanup AsyncCommand & Command. Add tests
- a8c2d74 Cleanup asyncommand with feedback and implement Command
- 280f470 Add AsyncCommand from JT
- a0b4c34 Merge pull request #42 from Berrysoft/master
- aa8fbef Create FUNDING.yml
- 75c74d9 Fix code style.
- 3426744 Empty doesn't raise events.
- 0fc604c Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- a41ecad Add sourcelink
- 3814b52 Update CHANGELOG.md
- 0f55617 Merge pull request #33 from james-alt/patch-1
- ce01863 Updated README.md with updated blog link
- 40ab6c4 Update MvvmHelpers.csproj
- 79dbd9e Update MvvmHelpers.csproj
- 5fb72c3 Target .net standard 1.0 and 2.0!
- a2ad109 Update unit tests
- 8cd37f6 Fill out csproj information
- b9a3365 Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- b9869d5 Ignore .vs
- 8d5622a Merge pull request #25 from thenderson21/master
- ff4e24d Update README.md
- 73f006c Update cake build
- 9548c64 update cake
- f0653cd Updated Unit Tests
- 788d6e8 Added validation property to SetProperty() method in ObservableObject class.
- ae60ca3 Update readme
- 2c3dadc C# 7 refactoring
- 5127b59 Test
- be02c7f Update readme
- 65af4f1 Merge pull request #20 from thenderson21/master
- 909ab55 Made OnPropertyChanged a virtual method so it could be overridden by children.
- 25e9af5 bump version
- 2299af2 Fixup nuget for tvos/watchos
- b1a3a9d Update appveyor.yml
- 918c155 Update appveyor.yml
- fd9b46c Update CHANGELOG.md
- 106f6c6 Update MvvmHelpers.csproj
- 4331003 Update MvvmHelpers.nuspec
- 843f638 Add more base properties. Fixes #14
- 1a7fd2d Expose new items in Grouping, fixed #18
- 8500393 Update tests, fixes #17
- 7ee6f65 update powershell
- ad668dc update nuspec
- 7572522 add the netstandard 1.0 to the xml
- a2230a2 update output paths
- c2ff1a8 Upgrade to .NET standard 1.0
- 8f878fc Update appveyor.yml
- 66fb0ce Update LICENSE.md
- 1aca219 Update bootstrap file
- e383347 Update appveyor.yml
- cbae542 Update Utils.cs
- 777e4c7 Fix #8 use total
- c3a3bc7 Update appveyor.yml
- def5acc Update appveyor.yml
- 4f6a323 Update profile and pdb generation
- 98f85bc Update nuspec
- 4c21cbf Add Icon
- a226630 Update appveyor
- 8288dcb Update Tests, Add Subkey to ORC, update WithTimeout to TimeSpan
- efaf9fe Update IsBusy when IsNotBusy changes
- 028bf23 Merge pull request #5 from AlexKven/master
- 8ca0f6f Changed RemoveRange to (optionally) use remove mode instead of reset, with the caveat documented that the starting index will not be specified because the removed items are not guaranteed to be adjacent. RemoveRange still defaults to reset, so this doesn't break existing code.
- 35f0ddd Update README.md
- 66cd290 remove file
- 7186cff Add in CI stuff
- 451fa7d Adjust constructor for Grouping
- 6f2be65 Update README.md
- 553e924 Add some comments and fix nuget
- dda1dc7 Create README.md
- 6524709 Initial Commit
This list of changes was auto generated.
v1.5.0.12
Changelog
[1.5.0]
- Add AsyncCommand & AsyncCommand
- Add Command and Command
- Add WeakEventManager
- Don't raise event when IEnumerable is empty. Thanks @Berrysoft!
[1.4.0]
- OnPropertyChanges is now virtual
- Streamlined CI/CD
- More Validation on SetProperty
[1.3.0]
- Now a .NET Standard 1.0 Library (adds support for more libraries)
- Added more base properties to view model
- Updated some grouping classes
[1.2.0]
- WithTimeout now takes in an optional TimeSpan
- ObservableRangeCollection now has optional SubKey
- Ability to change IsNotBusy
Changes:
- fe14077 Update README.md
- 8264731 Update README.md
- 5d206b0 Merge pull request #44 from jamesmontemagno/async-comand
- 9b2e6c4 Update LICENSE.md
- e75d2bf Merge branch 'master' into async-comand
- c0e944c Update License
- a37c6ce Merge pull request #43 from jamesmontemagno/async-comand
- b147088 update readme and changelog
- 7889e41 Integrate feedback from @johnthiriet
- 8cab026 More code cleanup and add editor config :)
See more
- b33c0d7 Run code cleanup
- 4baf256 Cleanup AsyncCommand & Command. Add tests
- a8c2d74 Cleanup asyncommand with feedback and implement Command
- 280f470 Add AsyncCommand from JT
- a0b4c34 Merge pull request #42 from Berrysoft/master
- aa8fbef Create FUNDING.yml
- 75c74d9 Fix code style.
- 3426744 Empty doesn't raise events.
- 0fc604c Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- a41ecad Add sourcelink
- 3814b52 Update CHANGELOG.md
- 0f55617 Merge pull request #33 from james-alt/patch-1
- ce01863 Updated README.md with updated blog link
- 40ab6c4 Update MvvmHelpers.csproj
- 79dbd9e Update MvvmHelpers.csproj
- 5fb72c3 Target .net standard 1.0 and 2.0!
- a2ad109 Update unit tests
- 8cd37f6 Fill out csproj information
- b9a3365 Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- b9869d5 Ignore .vs
- 8d5622a Merge pull request #25 from thenderson21/master
- ff4e24d Update README.md
- 73f006c Update cake build
- 9548c64 update cake
- f0653cd Updated Unit Tests
- 788d6e8 Added validation property to SetProperty() method in ObservableObject class.
- ae60ca3 Update readme
- 2c3dadc C# 7 refactoring
- 5127b59 Test
- be02c7f Update readme
- 65af4f1 Merge pull request #20 from thenderson21/master
- 909ab55 Made OnPropertyChanged a virtual method so it could be overridden by children.
- 25e9af5 bump version
- 2299af2 Fixup nuget for tvos/watchos
- b1a3a9d Update appveyor.yml
- 918c155 Update appveyor.yml
- fd9b46c Update CHANGELOG.md
- 106f6c6 Update MvvmHelpers.csproj
- 4331003 Update MvvmHelpers.nuspec
- 843f638 Add more base properties. Fixes #14
- 1a7fd2d Expose new items in Grouping, fixed #18
- 8500393 Update tests, fixes #17
- 7ee6f65 update powershell
- ad668dc update nuspec
- 7572522 add the netstandard 1.0 to the xml
- a2230a2 update output paths
- c2ff1a8 Upgrade to .NET standard 1.0
- 8f878fc Update appveyor.yml
- 66fb0ce Update LICENSE.md
- 1aca219 Update bootstrap file
- e383347 Update appveyor.yml
- cbae542 Update Utils.cs
- 777e4c7 Fix #8 use total
- c3a3bc7 Update appveyor.yml
- def5acc Update appveyor.yml
- 4f6a323 Update profile and pdb generation
- 98f85bc Update nuspec
- 4c21cbf Add Icon
- a226630 Update appveyor
- 8288dcb Update Tests, Add Subkey to ORC, update WithTimeout to TimeSpan
- efaf9fe Update IsBusy when IsNotBusy changes
- 028bf23 Merge pull request #5 from AlexKven/master
- 8ca0f6f Changed RemoveRange to (optionally) use remove mode instead of reset, with the caveat documented that the starting index will not be specified because the removed items are not guaranteed to be adjacent. RemoveRange still defaults to reset, so this doesn't break existing code.
- 35f0ddd Update README.md
- 66cd290 remove file
- 7186cff Add in CI stuff
- 451fa7d Adjust constructor for Grouping
- 6f2be65 Update README.md
- 553e924 Add some comments and fix nuget
- dda1dc7 Create README.md
- 6524709 Initial Commit
This list of changes was auto generated.
v1.4.1.1
Changelog
[1.4.0]
- OnPropertyChanges is now virtual
- Streamlined CI/CD
- More Validation on SetProperty
[1.3.0]
- Now a .NET Standard 1.0 Library (adds support for more libraries)
- Added more base properties to view model
- Updated some grouping classes
[1.2.0]
- WithTimeout now takes in an optional TimeSpan
- ObservableRangeCollection now has optional SubKey
- Ability to change IsNotBusy
Changes:
- 0fc604c Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- a41ecad Add sourcelink
- 3814b52 Update CHANGELOG.md
- 0f55617 Merge pull request #33 from james-alt/patch-1
- ce01863 Updated README.md with updated blog link
- 40ab6c4 Update MvvmHelpers.csproj
- 79dbd9e Update MvvmHelpers.csproj
- 5fb72c3 Target .net standard 1.0 and 2.0!
- a2ad109 Update unit tests
- 8cd37f6 Fill out csproj information
See more
- b9a3365 Merge branch 'master' of https://github.com/jamesmontemagno/mvvm-helpers
- b9869d5 Ignore .vs
- 8d5622a Merge pull request #25 from thenderson21/master
- ff4e24d Update README.md
- 73f006c Update cake build
- 9548c64 update cake
- f0653cd Updated Unit Tests
- 788d6e8 Added validation property to SetProperty() method in ObservableObject class.
- ae60ca3 Update readme
- 2c3dadc C# 7 refactoring
- 5127b59 Test
- be02c7f Update readme
- 65af4f1 Merge pull request #20 from thenderson21/master
- 909ab55 Made OnPropertyChanged a virtual method so it could be overridden by children.
- 25e9af5 bump version
- 2299af2 Fixup nuget for tvos/watchos
- b1a3a9d Update appveyor.yml
- 918c155 Update appveyor.yml
- fd9b46c Update CHANGELOG.md
- 106f6c6 Update MvvmHelpers.csproj
- 4331003 Update MvvmHelpers.nuspec
- 843f638 Add more base properties. Fixes #14
- 1a7fd2d Expose new items in Grouping, fixed #18
- 8500393 Update tests, fixes #17
- 7ee6f65 update powershell
- ad668dc update nuspec
- 7572522 add the netstandard 1.0 to the xml
- a2230a2 update output paths
- c2ff1a8 Upgrade to .NET standard 1.0
- 8f878fc Update appveyor.yml
- 66fb0ce Update LICENSE.md
- 1aca219 Update bootstrap file
- e383347 Update appveyor.yml
- cbae542 Update Utils.cs
- 777e4c7 Fix #8 use total
- c3a3bc7 Update appveyor.yml
- def5acc Update appveyor.yml
- 4f6a323 Update profile and pdb generation
- 98f85bc Update nuspec
- 4c21cbf Add Icon
- a226630 Update appveyor
- 8288dcb Update Tests, Add Subkey to ORC, update WithTimeout to TimeSpan
- efaf9fe Update IsBusy when IsNotBusy changes
- 028bf23 Merge pull request #5 from AlexKven/master
- 8ca0f6f Changed RemoveRange to (optionally) use remove mode instead of reset, with the caveat documented that the starting index will not be specified because the removed items are not guaranteed to be adjacent. RemoveRange still defaults to reset, so this doesn't break existing code.
- 35f0ddd Update README.md
- 66cd290 remove file
- 7186cff Add in CI stuff
- 451fa7d Adjust constructor for Grouping
- 6f2be65 Update README.md
- 553e924 Add some comments and fix nuget
- dda1dc7 Create README.md
- 6524709 Initial Commit
This list of changes was auto generated.