Skip to content

Releases: source-c/zlib-tiny

v0.6.0

25 Aug 11:58

Choose a tag to compare

  • dependencies update
  • performance improvements
  • streaming support

v0.5.2

25 Aug 11:57

Choose a tag to compare

update commons-io

v0.5.1

05 Jul 15:45

Choose a tag to compare

updated commons-io to 2.13.0

Release v0.5.0

03 Feb 13:25

Choose a tag to compare

What's Changed

  • added CRC32C (builtin)
  • added Adler32
  • added SHA-384
  • refactored tests

Full Changelog: v0.4.1...v0.5.0

Release v0.4.1

28 Oct 12:20

Choose a tag to compare

What's Changed

  • Clj CI automation
  • Extended functionality by setting the zlib level when inflating
  • Algo names are now synchronized with Standard Algorithm Name Documentation by Oracle

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

03 Sep 21:49

Choose a tag to compare

  • implemented hexlify/unhexlify utils
  • checksums and digest are the abstract tiny wrappers now

Release v0.3.2

14 Aug 22:33

Choose a tag to compare

  • fixed build to be compatible with J11 (as for dbian based stables)

Release v0.3.1

31 Jul 22:27

Choose a tag to compare

  • technical release to fix JAR builds

Release v0.3.0

31 Jul 22:19

Choose a tag to compare

  • added tests
  • added CRC64
  • added MD5
  • added SHA1
  • added SHA256
  • updated Commons-IO

Release v0.2.5

01 Jul 19:15

Choose a tag to compare

updated CIO