v1.4.1.1
Pre-release
Pre-release
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.