Skip to content

Releases: scodec/scodec-bits

v1.1.38

21 Oct 13:16
8c5c1bd
Compare
Choose a tag to compare

Improvements

Updates

Full Changelog: v1.1.37...v1.1.38

v1.1.37

27 Feb 12:43
24790a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.36...v1.1.37

v1.1.36

24 Feb 03:12
b26ccce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.35...v1.1.36

v1.1.35

07 Feb 01:07
67ee8c2
Compare
Choose a tag to compare

New Features

  • Add ascii and utf8 interpolators by @armanbilge in #381
  • Add isEmpty shortcuts to ++ methods by @valencik in #409
  • Add ByteVector#toArrayUnsafe - a zero-copy version of toArray by @mpilquist in #412
  • Drop Scala 2.11 support now that it is no longer supported by Scala.js by @mpilquist in #419

Updates

New Contributors

Full Changelog: v1.1.34...v1.1.35

v1.1.34

06 Jun 11:16
5b00f41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.33...v1.1.34

v1.1.33

30 May 14:47
d623534
Compare
Choose a tag to compare

What's Changed

  • Change toHexDump to not include ANSI escapes and add printHexDump by @mpilquist in #376
  • Incremental printing of hex dumps by @mpilquist in #377

Full Changelog: v1.1.32...v1.1.33

v1.1.32

29 May 13:39
1af9fdb
Compare
Choose a tag to compare

What's Changed

##Upgrades

Full Changelog: v1.1.31...v1.1.32

v1.1.31

26 Apr 16:29
4186467
Compare
Choose a tag to compare

Bugfixes

Upgrades

New Contributors

Full Changelog: v1.1.30...v1.1.31

v1.1.30

30 Nov 13:24
345b563
Compare
Choose a tag to compare

No new features or bug fixes, only dependency updates and build simplifications.

What's Changed

Full Changelog: v1.1.29...v1.1.30

v1.1.29

28 Sep 12:11
62b07c7
Compare
Choose a tag to compare

Cross built for Scala 2.11, 2.12, 2.13, and 3