This repository was archived by the owner on Dec 17, 2021. It is now read-only.
Releases: adimosh/IX.Observable
Releases · adimosh/IX.Observable
Release 0.5.0.74
0.4.0 Release
- Observable read-only composite list
- Various bugs fixed
- Code simplified
0.4.0 Beta 2
Fixed an annoying bug in *ObservableMasterSlaveCollection in which a CollectionChanged event was raised, once with Reset and again with the actual change.
0.4.0 Beta 1
This release focuses on heavy improvements in the code structure area, as well as many new collection types.
The project now has a proper readme file, and has been production-tested with proper UI controls.
0.3.7 release
- Corrected some minor mistakes and bugs
- Try/catch syntax when notifying PropertyChanged or CollectionChanged
- Exception event for those notifications
- Enhanced debugging display of dictionary, queue and stack (both observable and concurrent observable)
0.3.6 release
Fixed various bugs related to ObservableDictionary.
0.3.5 release
- Implemented a synchronization context possible dependency, in case updates are done on threads that do not, by default, have synchronization contexts
- Some bug fixes and manual code tests
0.3.3 release
- Removed reliance on synchronization context and replaced with a running fire-and-forget task
- Created an IQueue interface to properly hold queue values
- Improved debugging display of collections
0.3.2 release
Removed .NET Standard library as a dependency and set some explicit dependencies.
0.3.1 release
- Fixed some minor errors, made some minor corrections
- Implemented Concurrent Queue, Concurrent Stack, and the non-thread-safe versions of each