Lthibault Jitterbug Versions Save

Tickers with random jitter

v2.1.0

3 years ago

Fixes bias in the uniform distribution. Note that the behavior of Uniform has changed. By virtue of the fact that Uniform's behavior was poorly specified, and that the current implementation is likely to match what users expected in the previous version, we have decided to consider this as a minor release. Projects that depended on this unspecified behavior are encouraged to update their code, and to submit an issue if needed.

v2.0.0

4 years ago

v2.0.0 contains backwards-incompatible changes to jitterbug.Uniform, as the previous behavior was needlessly complex and non-obvious. Hopefully this will be the last backwards-incompatible change.

The Uniform jitterer now draws from a uniform distribution between [0, d], where d is the ticker's interval duration. The optional Uniform.Min parameter specifies a minimum output value from Uniform.Jitter.

v1.0

5 years ago

In response to https://github.com/lthibault/jitterbug/issues/1, we are releasing Jitterbug v1.0.

Because naming things is fun, each major release will be named after an order of insect. v1.0's release name is Coleoptera.