Skip to content

plume-util 1.9.0

Compare
Choose a tag to compare
@mernst mernst released this 06 Apr 23:38
· 110 commits to master since this release
  • StringsPlume:
    • rpad and lpad add an ellipsis ("...") if it truncates
    • rpad(double, ...) does not truncate values before the decimal point
    • add rpad that pads with an arbitrary character
    • add rpad that never truncates
    • add lpad that never truncates
  • CollectionsPlume:
    • add methods duplicates() and listFilter()
    • add an overload for mapCapacity()
    • deprecated noDuplicates(); use hasNoDuplicates() instead
    • deprecated listFilter(); use filter() instead
  • ArraysPlume:
    • deprecated noDuplicates(); use hasNoDuplicates() instead