This repository has been archived by the owner on Dec 22, 2017. It is now read-only.
Releases: jameshiew/biojs-io-snparser
Releases · jameshiew/biojs-io-snparser
v0.4.1
v0.4.0
v0.3.1
v0.3.0
Changes
- No more
parse
method - it wasn't parsing sychronously anyway. The newparseAsync
method parses asynchronously and then returns aPromise
instead. - You can see a list of supported formats in the exported
supportedFormats
array. - Use Gulp for the build system
- Made code more robust