=== msgthr 1.2.2 - fix missing loop check / 2018-05-01 20:42 UTC This release fixes a missing loop check due to References being out-of-order. This caused cyclic dependencies leading to lost message roots. A NEWS file is also bundled in the RubyGem for non-git users. === msgthr 1.2.1 - fix missing loop check / 2018-05-01 20:26 UTC This release fixes a missing loop check due to References being out-of-order. This caused cyclic dependencies leading to lost message roots. === msgthr 1.2.0 - Msgthr#add callback support / 2018-01-25 23:03 UTC This release adds callback support to the Msgthr#add method, allowing callers to track progress and potentially group message. Thanks to Dimid Duchovny for this feature. Discussion about it begins here: https://80x24.org/msgthr-public/CANKvuDf7esPfy3eQ0B8aQjg4sTYTcxR_LNNWeDBcENFwmyC_3g@mail.gmail.com/t/ 4 changes from Dimid Duchovny: add callback to Msgthr#add test: add a more complex test for add_child callback test: fix add_child callback test doc: document block parameter of Msgthr#add === msgthr 1.1.0 - simplify usage / 2017-12-31 22:58 UTC This release simplifies the API to avoid (and raise on) user errors. If your code worked with previous versions, there are no changes necessary to make. This release fixes our API to match the documentation in making Msgthr#order! optional. Furthermore, the block previously passed to Msgthr#order! may now be passed to Msgthr#thread! instead. For users who truly do not care about ordering, Msgthr#walk_thread may be called immediately after the last call to Msgthr#add. Thanks to Dimid Duchovny for the feedback which led to this release: https://80x24.org/msgthr-public/CANKvuDc2mkxLuh+3+WXWfMXzxK2bShNesrD5xLocGOD1RybbwQ@mail.gmail.com/ === msgthr 1.0.1 - initial release with decent documentation / 2017-06-08 23:56 UTC initial