Skip to content

Releases: snksoft/java-crc

1.1.0

06 Nov 09:55
Compare
Choose a tag to compare

This release just bumps minimum java version requirement to java 11. Otherwise it is identical to the previous release. If you need a java 8 compatible version, please use version 1.0.3.

1.0.3

30 Apr 05:19
Compare
Choose a tag to compare

A minor update - just added overloads for calculateCRC with offset and length parameters.

1.0.2

04 Jun 02:16
Compare
Choose a tag to compare

This release fixes CRC calculations for algorithms with widths less than 8 bits (issue #3)

1.0.1

10 Nov 00:19
Compare
Choose a tag to compare

Complete implementation as released to maven central repository.

No real changes since 1.0. Just minor clean ups to pom file and java doc.

1.0

25 Jun 21:33
Compare
Choose a tag to compare
1.0

Complete implementation. See project's readme for usage details.