Skip to content

Releases: Lattice-Automation/seqparse

0.2.1

08 May 02:03
Compare
Choose a tag to compare

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

21 Jan 19:24
Compare
Choose a tag to compare

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

21 Oct 20:04
Compare
Choose a tag to compare

Full Changelog: 0.1.9...0.1.10

0.1.9

10 Sep 18:58
Compare
Choose a tag to compare

Full Changelog: 0.1.7...0.1.9

0.1.7

10 Sep 18:52
Compare
Choose a tag to compare

Full Changelog: 0.1.6...0.1.7

0.1.6

10 Sep 18:46
Compare
Choose a tag to compare

Full Changelog: 0.1.5...0.1.6

0.1.5

10 Sep 17:01
Compare
Choose a tag to compare

Full Changelog: 0.1.4...0.1.5

0.1.4

10 Sep 16:46
Compare
Choose a tag to compare

Full Changelog: 0.1.3...0.1.4

0.1.3

09 Sep 13:28
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.1.3

0.1.2

08 Sep 10:47
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.1.2