Releases: nanoporetech/data-rambler
Releases · nanoporetech/data-rambler
0.1.3
path expression improvements - introduce sequence type to prevent array mishandling - wrap output from generic sequence to prevent array collapse
0.1.2
- Fix regex error in format function
0.1.1
- Add public interface for defining globals variables and functions on the runtime
- Expose SimpleValue and JSONValue types, with their relevant siblings
- Add a
format
function:$format('Hello ${}', ['World'])
- Expose Input and Output types
0.1.0
Initial pre-release for embed prototyping