Releases: ThunderDesign/ThunderDesign.Net-PCL.Threading
Releases · ThunderDesign/ThunderDesign.Net-PCL.Threading
v1.0.10
What's Changed
- When WaitOnNotifying is true for collections updates from other threa… by @ShawnLaMountain in #15
Full Changelog: 1.0.9...1.0.10
v1.0.9
What's Changed
- OnPropertyChanged is now virtual so it can be overriden if needed by @ShawnLaMountain in #14
Full Changelog: 1.0.8...1.0.9
v1.0.8
v1.0.7
What's Changed
- INotifyPropertyChangedExtension supports NotifyAndWait or FireAndForget by @ShawnLaMountain in #11
- Added BindableObject by @ShawnLaMountain in #12
Full Changelog: 1.0.6...1.0.7
v1.0.6
What's Changed
- Now supporting .Net Standard v1.0 - v2.1, Added sample for Xamarin 'SimpleContacts' by @ShawnLaMountain in #10
Full Changelog: 1.0.5...1.0.6
v1.0.5
What's Changed
- Removing Readonly Interfaces to avoid Ambiguity between Interfaces by @ShawnLaMountain in #9
Full Changelog: 1.0.4...1.0.5
v1.0.4
v1.0.3
What's Changed
- Adding ListThreadSafe object, Adding SortedListThreadSafe object, Modifying Notify Events to Invoke through Threads to avoid possible DeadLocks by @ShawnLaMountain in #7
Full Changelog: 1.0.2...1.0.3
v1.0.2
What's Changed
- nuget badge is now dynamic by @ShawnLaMountain in #5
- Replaced custom lock 'ReaderWriterNotifyLock' with 'System.Threading.ReaderWriterLockSlim' by @ShawnLaMountain in #6
Full Changelog: 1.0.1...1.0.2
v1.0.1
What's Changed
- Added NuGet Badge by @ShawnLaMountain in #3
- Added DictionaryThreadSafe object by @ShawnLaMountain in #4
Full Changelog: 1.0.0...1.0.1