Skip to content

Releases: christiandaley/signals2

v0.3.3

28 Apr 03:58
51d5011
Compare
Choose a tag to compare
  • Update documentation to say "inspired by" boost::signals2 rather than "based on"

v0.3.2

18 Jan 21:42
1ef714b
Compare
Choose a tag to compare
  • Added Signal::default function.

v0.3.1

01 Aug 17:57
9605c97
Compare
Choose a tag to compare
  • Switched to using BTreeSet instead of BTreeMap to store the slots in the signal core

v0.3.0

01 Aug 17:18
8f6ad0a
Compare
Choose a tag to compare
  • Added ConnectHandle and EmitHandle
  • Added changelog

v0.2.1

01 Aug 17:18
90af118
Compare
Choose a tag to compare
  • Removed UntypedSignalCore trait and reimplemented Connection and SharedConnectionBlock
  • Replaced Mutex with RwLock for the signal core

v0.2.0

01 Aug 17:17
3a6fd4b
Compare
Choose a tag to compare
  • Used const generics to clean up the implementations of Connection and ScopedConnection
  • Removed public ConnectionInterface trait
  • Added Send + Sync constraints to the Combiner and UntypedSignalCore traits to cleanup the code

v0.1.0

01 Aug 17:16
Compare
Choose a tag to compare
  • Initial release