Skip to content

Releases: palantir/human-readable-types

1.7.0

27 Mar 16:32
986dc7a
Compare
Choose a tag to compare
Type Description Link
Improvement Remove unused jackson-datatype-guava dependency #601

1.6.0

22 Sep 16:49
246a60b
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.5.0

23 Jul 13:29
652c46b
Compare
Choose a tag to compare
Type Description Link
Fix ByteUnit enum is now public, and can be used with SizeFunction when mapping HumanReadableByteCount #298

1.4.0

30 Jun 12:27
6ff7a0a
Compare
Choose a tag to compare
Type Description Link
Improvement Replace HumanReadableByteCount getSize/getUnit with more obvious map(func) #286

1.3.0

29 Mar 22:36
442a1df
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.2.0

23 Mar 18:53
be5b134
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.1.1

25 Nov 13:37
0d18bd9
Compare
Choose a tag to compare

Same as 1.1.0 with a semantic merge conflict resolved to fix the build.

  • Support "Mebibytes" which is the full name of the MiB unit. (#106)
  • Make HumanReadableByteCount serialize to a JSON string instead of a JSON object. (#105)

1.1.0

25 Nov 13:20
Compare
Choose a tag to compare
  • Support "Mebibytes" which is the full name of the MiB unit. (#106)
  • Make HumanReadableByteCount serialize to a JSON string instead of a JSON object. (#105)

1.0.0

21 Jan 14:21
Compare
Choose a tag to compare
  • same as 0.2.0, used to indicate semver contract

0.2.0

21 Jan 13:20
Compare
Choose a tag to compare
ByteString -> ByteCount (#2)