Skip to content

Latest commit

 

History

History
114 lines (50 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

114 lines (50 loc) · 4.71 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.12.0 (2021-08-16)

Features

  • ✨ add customized transformer for EBI Protein API (acb62f0)

Bug Fixes

  • fix edge attributes: name -> original_attribute_name (64bda31)
  • skip or comment out opentargets tests; BTE not using opentargets right now (6b098a1)

1.11.0 (2021-05-04)

Features

  • ✨ add customized transformer for EBI Protein API (acb62f0)

1.10.1 (2021-03-30)

Bug Fixes

  • 🐛 handle issue when edge is reversed (a680cd3)

1.10.0 (2021-03-30)

Features

  • ✨ support transforming trapi response (c9aa327)

1.9.3 (2021-03-29)

Bug Fixes

  • 🐛 fix issue when non of the paths in template appears in response (08167b8)

1.9.2 (2021-03-26)

Bug Fixes

  • 🐛 edge_metadata should not be copied (4f5d681)

1.9.1 (2021-03-26)

1.9.0 (2021-03-26)

Features

  • ✨ change to typescript (37822df)

1.8.0 (2021-02-22)

Features

  • ✨ remove non-edge data from root level result (0dc8be4)

1.7.0 (2021-02-17)

Features

  • 🔥 remove automat transformer since the API is deprecated (61da425)

1.6.1 (2021-02-13)

Bug Fixes

  • 🐛 update logics to retrieve input original and input obj (8281ea4)

1.6.0 (2021-02-13)

Features

  • 💥 align structure of $input and $output (7806571)

Bug Fixes

  • 🐛 fix wrong url in CHANGELOG (58cb49c)

1.5.0 (2021-02-13)

Features

  • 💥 restructure output to be object oriented (35ba40b)

1.4.1 (2021-01-26)

Bug Fixes

  • 🐛 fix wrong javascript syntax using startsWith (eb20f4f)

1.4.0 (2021-01-26)

Features