Releases: biowasm/aioli
Releases · biowasm/aioli
Aioli 1.5.0
New features:
- Support SIMD feature detection. If a package requires SIMD (determined by querying
config.json
oncdn.biowasm.com
) and the user does not have SIMD enabled in their browser, Aioli will load the non-SIMD version of the WebAssembly module automatically. In other words, apps using Aioli don't need to do feature detection themselves.
Aioli 1.4.1
Bug fixes:
- Separate out class properties and object properties to make sure can run multiple Aioli objects on the same page
Aioli 1.4.0
New features:
- Integrate with cdn.biowasm.com
- Support custom (non-CDN) paths for Aioli module and for bioinformatics tool's
.wasm
/.js
files Aioli()
constructor now supports object with parameters as input (string input still accepted as shorthand)- Support for sub-tools, e.g.
new Aioli("seq-align/lcs/1.2");
,new Aioli("seq-align/smith_waterman/1.2");
Aioli 1.3.0
New features:
- Ability to send intermediary results from WebWorker to main thread without resolving Promise (#18)
Aioli 1.2.1
New features:
- Default to using latest Aioli version from cdn.sandbox.bio if don't specify a version (#8)
Aioli 1.2.0
Aioli 1.1.3
Same as Aioli 1.1.1 and 1.1.2, but having npm issues. Third time's the charm?
Aioli 1.1.2
Same as Aioli 1.1.1, but having npm issues
Aioli 1.1.1
Added a few more file system utility functions: cat
and download
Aioli 1.1.0
Make Aioli code valid ES6 (PR #5)