- Add AsyncCommand & AsyncCommand<T>
- Add Command and Command<T>
- Add WeakEventManager
- Don't raise event when IEnumerable<T> is empty. Thanks @Berrysoft!
- OnPropertyChanges is now virtual
- Streamlined CI/CD
- More Validation on SetProperty
- Now a .NET Standard 1.0 Library (adds support for more libraries)
- Added more base properties to view model
- Updated some grouping classes
- WithTimeout now takes in an optional TimeSpan
- ObservableRangeCollection now has optional SubKey
- Ability to change IsNotBusy