Skip to content

Releases: epispot/EpiJS

v3a3

07 Jun 21:36
Compare
Choose a tag to compare
v3a3 Pre-release
Pre-release

v3.0.0-alpha3

  • Add back model module (was removed in the previous version, however, not in the commit history!)

v3a2

06 Apr 20:52
Compare
Choose a tag to compare
v3a2 Pre-release
Pre-release

What's Changed

  • Remove key as initial parameter of the model class.
  • Allow key values to be passed as a function of time. (#143)

Full Changelog: v3.0.0-alpha1...v3.0.0-alpha2

v3a1

09 Jan 03:41
Compare
Choose a tag to compare
v3a1 Pre-release
Pre-release

What's Changed

  • Fix plotly import error (#123)

v3.0.0-alpha0

09 Jan 03:05
7f88b28
Compare
Choose a tag to compare
v3.0.0-alpha0 Pre-release
Pre-release
  • Plot Models (#83)
  • Switch to Plotly (#115)
  • Update pre module to return model with the same structure as the model module models (#117)
  • Deprecate com module- it might come back later! (#118)
  • Sub-compartments (#84)

v2.2.0

07 Sep 00:52
8bddc04
Compare
Choose a tag to compare
  • Add .remove and .add functions to Model class in model module to add and remove compartments.

v2.1.2

01 Aug 21:21
a913ed4
Compare
Choose a tag to compare

Bug Fix

  • Fix a bug introduced in the previous release.

v2.1.1

01 Aug 19:51
Compare
Choose a tag to compare

Bug Fixes

  • Fix key error in model.

Install:

npm i @epispot/epijs@2.1.1

v2.0.1

01 Aug 04:38
Compare
Choose a tag to compare

Bug Fixes

  • Fix key error in model.

v1.3.3

01 Aug 19:35
Compare
Choose a tag to compare

Bug Fixes

  • Fix key error in model.

Install with:

npm i @epispot/epijs@1.3.3

v1.3.2

24 Jul 00:40
2c6c082
Compare
Choose a tag to compare

Bug Fixes

  • #88 - Variable declaration error.