• v2.0.0 55f09bc7af

    v2.0.0 Stable

    rosa released this 2023-03-30 01:16:35 +00:00 | 199 commits to main since this release

    No known key found for this signature in database
    GPG key ID: BEC39BF873A0103B

    Changed

    • Inspecting an IntSet now returns a string using IntString.new([1, 2, 3, ...]) syntax.
    • The internal binary that IntSet uses to store values is now always byte-aligned,
      and each byte has changed endianness to allow for some internal optimizations.
    • Binaries returned by IntSet.bitstring/1 is now always byte-aligned.

    Removed

    • BREAKING: The byte_align option for IntSet.bitstring/1 was removed.
    Downloads