Skip to content

Releases: PharmGKB/pgkb-common

v0.5.3

15 Jan 01:08
Compare
Choose a tag to compare

0.5.3 (2023-01-15)

Bug Fixes

  • move ComparatorUtils to pgkb-common (e0769d9)

v0.5.2

15 Nov 10:53
Compare
Choose a tag to compare

0.5.2 (2022-11-15)

⚠ BREAKING CHANGES

  • update dependencies

Bug Fixes

  • add TimeUtils.humanReadablePreciseDuration (50e2065)

Miscellaneous Chores

v0.5.1

27 May 20:52
Compare
Choose a tag to compare

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)

v0.5.0

08 Oct 03:16
Compare
Choose a tag to compare

0.5.0 (2021-10-08)

Features

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

v0.4.0

05 Sep 21:58
Compare
Choose a tag to compare

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)

v0.3.0

08 Apr 21:07
Compare
Choose a tag to compare

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)

v0.2.2 - Bugfix release

21 Mar 21:54
Compare
Choose a tag to compare
  • b240844 - Make sure zip filesystem is only created once

v0.2.1

21 Mar 21:53
Compare
Choose a tag to compare
  • New UrlUtils
  • Fixes to HaplotypeNameComparator
  • Fix PathUtils.getPathToResource() behavior for resources in jar files

v0.2.0

18 May 21:46
Compare
Choose a tag to compare
  • fb2d1f2 - Add NoDuplicateMergeFunction.
  • 8a9270d - Add PathUtils.getPathToResource().

v0.1.2: Fix bug in PathUtils.getBaseFilename().

21 Apr 00:10
Compare
Choose a tag to compare
Add ChromosomePositionComparator.