Skip to content

Releases: hammerlab/pileup.js

v0.2.0

01 Jul 20:26
Compare
Choose a tag to compare

This version comes with three new features:

  • Support for track labels
  • Flexible/responsive track layout via flexbox
  • Indicator for pending BAI/BAM requests within track views

This release also improves the structure of the distributed code for better usability, specifically:

  • Untransformed code is not distributed any more
  • Trans-compiled, plain Javascript code is under dist/ for use by other developers
  • Removed the grunt-based development-specific tasks and replaced them with Bash scripts

v0.1.4

12 Jun 18:29
Compare
Choose a tag to compare

Fixed an issue related to external dependencies that was causing browserify to fail (#187).

v0.1.3

11 Jun 21:59
Compare
Choose a tag to compare
  • Minor fixes to the package definition to allow browserification via either grunt or node-browserify tool
  • Re-organized the examples/ folder for a cleaner demo page on BioJS repository.

v0.1.2

10 Jun 17:20
Compare
Choose a tag to compare
  • Added support for CommonJS and BioJS

v0.1.1

09 Jun 14:58
Compare
Choose a tag to compare

Includes a fix for #172, which resulted in an infinite loop on some BAM fetches.

v0.1.0

22 May 21:08
Compare
Choose a tag to compare

See 0.1.0 milestone. The main change is support for Indels