Skip to content

Releases: leonsteinhaeuser/observer

v2.0.1

29 Oct 22:05
b5e75bc
Compare
Choose a tag to compare

Changelog

Fix

v2.0.0

26 Oct 21:26
Compare
Choose a tag to compare

Changelog

Bug fixes

Enhancements

Differences between v1 and v2

The v2 release contains breaking changes. The most important ones are:

  • The Observable interface does not provide a Clients() int64 method anymore.
  • The constructor NewObserver() has been removed. Instead, use new(observer.Observer[T]).
  • The Observer has become a NotifyTimeout that can be used to set a timeout for the NotifyAll method. The default value is 5 * time.Second.

v1.1.0

13 Apr 22:38
Compare
Choose a tag to compare

Changelog

Enhancements

Others

v1.0.0

10 Apr 00:53
Compare
Choose a tag to compare

Changelog