about summary refs log tree commit homepage
path: root/msgthr.gemspec
DateCommit message (Collapse)
2017-12-31msgthr 1.1.0 - simplify usage v1.1.0
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/
2017-12-31various URL updates
.olddoc.yml requires the rdoc_url to point to the top-level for NEWS, unfortunately; but attempt to reduce the indirection in the main README. While we're at it, attempt to use the metadata field in newer Rubygems.
2017-06-08msgthr 1.0.1 - initial release with decent documentation v1.0.1
2017-06-08msgthr 1.0.0 - initial (real) release
Seems to work...
2017-06-08README: update for for 1.0 release
Mainly, we want to emphasize the container-agnosticism over the non-recursive nature of our algorithm; as the former will likely be more appealing to those not familiar with message threading at all.
2017-01-01initial