Skip to content
This repository has been archived by the owner on Dec 22, 2017. It is now read-only.

Releases: jameshiew/biojs-io-snparser

v0.4.1

19 Aug 22:16
Compare
Choose a tag to compare

Ensured everything that was working before is still working with the latest versions of the dependencies and node

Other cosmetic changes

v0.4.0

28 Jan 02:51
Compare
Choose a tag to compare

Changes

  • Allow the format parameter to the parseAsync function to be specified as a string from supportedFormats

v0.3.1

27 Jan 20:07
Compare
Choose a tag to compare

Changes

  • Fixed module not installing when doing npm i biojs-io-snparser due to missing dependencies

v0.3.0

27 Jan 19:52
Compare
Choose a tag to compare

Changes

  • No more parse method - it wasn't parsing sychronously anyway. The new parseAsync method parses asynchronously and then returns a Promise instead.
  • You can see a list of supported formats in the exported supportedFormats array.
  • Use Gulp for the build system
  • Made code more robust