Skip to content

Releases: bcgsc/pori_graphkb_parser

v2.1.0

28 Jul 21:09
ed446a1
Compare
Choose a tag to compare

Improvement

  • add support for hgvs fusion nomenclature

v2.0.0

23 Feb 21:02
ae37388
Compare
Choose a tag to compare

Breaking Changes

  • Renamed variant methods to follow more consistent naming pattern
  • No longer uses classes for positions

Improvements

  • Converted to typescript

v1.1.3

26 Nov 18:17
01b2ae1
Compare
Choose a tag to compare

Improvements

  • re-create package lock with node-16
  • replace node 10 support with node 16 support

v1.1.2

26 Apr 21:36
b0ab72f
Compare
Choose a tag to compare

BugFixes

  • #5 Allow negative position values for cds notation

v1.1.1

14 Jan 19:52
00a8df7
Compare
Choose a tag to compare

BugFixes

  • convert type object to string if object given
  • use alternate seq when given with missense protein variant

Improvements

  • add tests for variant type alias terms
  • add more alias terms to mapping dictionary of variant types

v1.1.0

14 Jan 18:29
159998f
Compare
Choose a tag to compare

Features

  • Support for more specific variant types: nonsense, truncating frameshift

Improvements

  • refactor: split of variants file intro multiple files
  • refactor: moved errors into parse function instead of VariantNotation constructor

v1.0.0

17 Dec 23:02
Compare
Choose a tag to compare

Initial public release