Skip to content

Releases: slightlyoutofphase/staticstep

0.4.2

05 Jan 09:20
Compare
Choose a tag to compare

This release fixes a minor bug in IncBy and also one in DecBy.

0.4.1

02 Jan 07:11
Compare
Choose a tag to compare

This release makes specific handling of RangeFrom from IncBy more robust / complete than it was previously.

0.4.0

31 Dec 02:21
Compare
Choose a tag to compare

This release fully overhauls the crate to add completely uniform, StepBy-equivalent integer overflow handling.

0.3.0

30 Dec 09:50
Compare
Choose a tag to compare

This release fixes a bug where IncBy could in some cases cause an integer overflow immediately after being created depending on what integral type T was relative to usize.

0.2.2

01 Jul 16:18
Compare
Choose a tag to compare
  • This release just removes the step_trait_ext feature flag, which no longer exists and as such was preventing the crate from building successfully.

0.2.1

02 Apr 01:04
Compare
Choose a tag to compare
  • Fixes a few more DecBy behavior edge cases
  • Further simplifies / optimizes the iterator implementation for both IncBy and DecBy

0.2.0

01 Apr 02:49
Compare
Choose a tag to compare
  • Adds proper docs
  • Improves performance of DecBy (making it exactly as optimizable as IncBy) and also fixes various edge case bugs I found in DecBy's behavior