Skip to content

Releases: Blobfolio/dactyl

v0.7.4

15 Sep 08:19
Compare
Choose a tag to compare

New

  • Add explicit len and is_empty methods to NiceWrapper to avoid deref.

v0.7.3

05 Sep 19:06
Compare
Choose a tag to compare

Changed

  • Miscellaneous code cleanup and lints
  • Bump brunch to 0.6

v0.7.2

25 Jul 17:12
Compare
Choose a tag to compare

Changed

  • Miscellaneous code cleanup and lints

v0.7.1

20 May 02:24
Compare
Choose a tag to compare

Changed

  • Add various #[inline] hints to improve downstream optimization passes.

v0.7.0

08 Feb 18:16
Compare
Choose a tag to compare

Removed

  • Borrow<[u8]> for Nice* types
  • dactyl::int_div_float
  • dactyl::div_mod

v0.6.0

16 Oct 01:19
Compare
Choose a tag to compare

New

  • IntDivFloat trait

Changed

  • SaturatingFrom is now implemented to/from all primitive integer types, even in cases where saturation isn't necessary, like T->T
  • NiceU8::as_bytes2 is now const
  • NiceU8::as_str2 is now const
  • Drop num-traits dependency

Deprecated

  • div_mod
  • int_div_float (use IntDivFloat::div_float instead)

v0.5.2

05 Oct 19:22
Compare
Choose a tag to compare

Changed

  • Minor code lints and cleanup

v0.5.1

13 Jul 19:03
Compare
Choose a tag to compare

Changed

  • Update dev dependencies

v0.5.0

01 Jun 19:02
Compare
Choose a tag to compare

Changed

  • Bump MSRV to 1.70
  • Replace (most) unsafe blocks w/ safe alternatives
  • Add debug/assertions around remaining unsafe blocks for extra/redundant test coverage
  • CI: run tests in both debug and release modes
  • CI: test MSRV

Removed

  • NiceElapsed::max

v0.4.8

16 Feb 19:36
Compare
Choose a tag to compare

New

  • traits::HexToUnsigned
  • traits::HexToSigned

Changed

  • Reduce sample sizes for miri tests (lower memory usage, etc)