Skip to content

Latest commit

 

History

History
148 lines (69 loc) · 5.74 KB

CHANGELOG.md

File metadata and controls

148 lines (69 loc) · 5.74 KB

0.7.3 (2024-07-21)

Bug Fixes

  • fix haplotype name comparator for "Reference" (5359f23)

0.7.2 (2024-07-18)

Bug Fixes

  • fix transitivity bug in HaplotypeNameComparator (446f4c1)

0.7.1 (2024-06-14)

Bug Fixes

  • add convenience methods to ComparisonChain for haplotypes and chromosomes (f6ab4c9)
  • api: sort allele list in GSI options response (33fa0bf)

0.7.0 (2023-10-23)

Features

Bug Fixes

  • fix generics (4a6f483)
  • improve error message (8477e63)
  • return absolute path if provided path has no parent (0e035fe)

0.6.0 (2023-01-25)

Features

  • add support for ANSI console codes (6e21e16)

0.5.8 (2023-01-17)

Bug Fixes

  • add nullability constraints to ComparisonChain (74d7e20)

0.5.7 (2023-01-16)

Bug Fixes

0.5.6 (2023-01-16)

Bug Fixes

  • fix generics in ComparatorUtils.compareCollectionOfMaps (5b63e15)

0.5.5 (2023-01-16)

Bug Fixes

  • add ComparatorUtils.compareCollectionOfMaps (e62e2bc)

0.5.4 (2023-01-15)

Bug Fixes

  • add ComparatorUtils.compareMap (78d3db4)

0.5.3 (2023-01-15)

Bug Fixes

  • move ComparatorUtils to pgkb-common (e0769d9)

0.5.2 (2022-11-15)

⚠ BREAKING CHANGES

  • update dependencies

Bug Fixes

  • add TimeUtils.humanReadablePreciseDuration (50e2065)

Miscellaneous Chores

0.5.1 (2022-05-27)

⚠ BREAKING CHANGES

  • upgrade to yarn 3.2.1 and update dependencies

Bug Fixes

  • throw InvalidPathException when path is invalid (fd1e790)

Build System

  • upgrade to yarn 3.2.1 and update dependencies (d903a7b)

0.5.0 (2021-10-08)

Features

  • add support for --version flag to CliHelper (5abae87)

0.4.0 (2021-09-05)

Features

  • merge pgkb-common-io into pgkb-common (7f8cb61)

Bug Fixes

  • avoid NPE (e042f06)
  • fix reserved arg check for custom options (021eb37)
  • fix zip file handling (a0d0298)

0.3.0 (2021-04-08)

Features

  • add ExtendedEnumHelper.lookupByNameOrThrow (9624cfe)
  • add Strings utility class (465785b)

Bug Fixes

  • getFileExtension() must use lastIndexOf instead indexOf (3ac2035)
  • support haplotype names with genes (5a8a9a3)