Releases: palantir/human-readable-types
Releases · palantir/human-readable-types
1.7.0
Type |
Description |
Link |
Improvement |
Remove unused jackson-datatype-guava dependency |
#601 |
1.6.0
Automated release, no documented user facing changes
1.5.0
Type |
Description |
Link |
Fix |
ByteUnit enum is now public, and can be used with SizeFunction when mapping HumanReadableByteCount |
#298 |
1.4.0
Type |
Description |
Link |
Improvement |
Replace HumanReadableByteCount getSize /getUnit with more obvious map(func) |
#286 |
1.3.0
Automated release, no documented user facing changes
1.2.0
Automated release, no documented user facing changes
1.1.1
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
- 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
- same as 0.2.0, used to indicate semver contract
0.2.0
ByteString -> ByteCount (#2)