Releases: Lattice-Automation/seqparse
Releases · Lattice-Automation/seqparse
0.2.1
Full Changelog: 0.2.0...0.2.1
changing globalObject in an attempt to get SSR working for SeqViz:
output: {
filename: "index.js",
library: {
name: package.name,
type: "umd",
},
path: path.join(__dirname, "dist"),
publicPath: "/dist/",
umdNamedDefine: true,
// https://stackoverflow.com/questions/64639839/typescript-webpack-library-generates-referenceerror-self-is-not-defined
globalObject: 'this',
},
0.2.0
Full Changelog: 0.1.10...0.2.0
- add synchronous
parseFile
method for parsing a file to a sequence:
import { parseFile } from "seqparse"
const part = parseFile("f.gb")
- remove
pino
dependency
0.1.10
Full Changelog: 0.1.9...0.1.10
0.1.9
Full Changelog: 0.1.7...0.1.9
0.1.7
Full Changelog: 0.1.6...0.1.7
0.1.6
Full Changelog: 0.1.5...0.1.6
0.1.5
Full Changelog: 0.1.4...0.1.5
0.1.4
Full Changelog: 0.1.3...0.1.4
0.1.3
Full Changelog: 0.1.2...0.1.3
0.1.2
Full Changelog: 0.1.1...0.1.2