Skip to content

Commit

Permalink
JD-631 Releasing as version 0.0.4 and adding built apps
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Jun 5, 2020
1 parent 71282a8 commit 36ddef6
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ If you find any bugs or issues please log them in the `issue tracker`_.
Changelog
=========

**0.0.4**

- Building as node CLI application (via `node-canvas`_)
- CLI implemented with `commander.js`_
- Update IPRMCResultModel arrays are used by default even when one object is present

**0.0.3**

- Added option to generate static visualisations
Expand Down Expand Up @@ -150,4 +156,5 @@ Apache License 2.0. See `license`_ for details.
.. _issue tracker: ../../issues
.. _license: LICENSE
.. _webpack: https://webpack.js.org/
.. _jdispatcher-viewers-cli: https://gitlab.ebi.ac.uk/ebi-biows/jdispatcher-viewers-cli
.. _node-canvas: https://github.com/Automattic/node-canvas
.. _commander.js: https://github.com/tj/commander.js/
1 change: 1 addition & 0 deletions bin/jd-viewers-cli.js

Large diffs are not rendered by default.

172 changes: 172 additions & 0 deletions dist/jd_viewers_bundle_0.0.4.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>jdistpatcher-viewers</title>
<script type="text/javascript" src="dist/jd_viewers_bundle_0.0.3.min.js" defer></script>
<script type="text/javascript" src="dist/jd_viewers_bundle_0.0.4.min.js" defer></script>
<link rel="stylesheet" href="static/style.css" type="text/css" media="all" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jdispatcher-viewers",
"description": "Interactive Visual Output and Functional Prediction visualizations",
"version": "0.0.3",
"version": "0.0.4",
"module": "./dist/jd_viewers_bundle.js",
"main": "./bin/jd-viewers-cli.js",
"files": [
Expand Down

0 comments on commit 36ddef6

Please sign in to comment.