All Versions
33
Latest Version
Avg Release Cycle
71 days
Latest Release
1686 days ago

Changelog History
Page 4

  • v0.3 Changes

    • ๐Ÿ›  fix missing modules from tests on sdist
  • v0.2 Changes

    • ๐Ÿ‘‰ make concat more generic as to what the output is going to be, and at the same time reduce the constraint on the input to just Access
    • ๐Ÿ‘‰ make all byte array operation safer related to negative size. now replicate, zero, and alloc will returns an empty byte array when asking for negative size
    • replace 'pack' in Data.ByteArray.Pack by 'fill', as to not conflict with 'Data.ByteArray.pack'. Also swap the length and monadic action to be more naturally used
    • โž• add a deprecated 'pack' that alias to 'fill' for now
    • loosen constraint of Data.ByteArray.Pack.putBytes from ByteArray to ByteArrayAccess
  • v0.1 Changes

    • ๐ŸŽ‰ Initial release