Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Releases: adimosh/IX.Observable

Release 0.5.0.74

13 May 15:09
a095a4d

Choose a tag to compare

Major updates, mostly in terms of stability, performance and stabilization of the code structure.

0.4.0 Release

10 Mar 11:29

Choose a tag to compare

  • Observable read-only composite list
  • Various bugs fixed
  • Code simplified

0.4.0 Beta 2

02 Feb 12:22

Choose a tag to compare

0.4.0 Beta 2 Pre-release
Pre-release

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

01 Feb 10:46

Choose a tag to compare

0.4.0 Beta 1 Pre-release
Pre-release

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

06 Oct 09:52

Choose a tag to compare

  • 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

29 Sep 11:18

Choose a tag to compare

Fixed various bugs related to ObservableDictionary.

0.3.5 release

26 Sep 11:50

Choose a tag to compare

  • 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

21 Sep 11:57

Choose a tag to compare

  • 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

14 Sep 12:49

Choose a tag to compare

Removed .NET Standard library as a dependency and set some explicit dependencies.

0.3.1 release

14 Sep 12:36

Choose a tag to compare

  • Fixed some minor errors, made some minor corrections
  • Implemented Concurrent Queue, Concurrent Stack, and the non-thread-safe versions of each