Releases: beacon-biosignals/TransformSpecifications.jl
Releases · beacon-biosignals/TransformSpecifications.jl
v0.5.1
TransformSpecifications v0.5.1
Merged pull requests:
- feature: verbose violations (#31) (@ericphanson)
Closed issues:
- Support ability to propogate stacktraces from NoThrow transforms (#15)
v0.5.0
TransformSpecifications v0.5.0
Merged pull requests:
- Fix missing escaping in mermaid diagram (#28) (@hannahilea)
Closed issues:
- Mermaid diagram missing some escaping? (#27)
v0.4.0
TransformSpecifications v0.4.0
Merged pull requests:
- Tweak type printing again for mermaid diagrams (#26) (@ericphanson)
Closed issues:
MethodError: no method matching nameof(::Type{Union{Missing, String}})
(#25)
v0.3.0
TransformSpecifications v0.3.0
Merged pull requests:
- Add readme details + examples (#18) (@hannahilea)
- Make
mermaidify
output robust to inputs (#21) (@hannahilea) - make including the tests twice succeed (#22) (@ericphanson)
- Update GHA for now-public repo (#23) (@hannahilea)
Closed issues:
- Diagram printing can change depending on what has been imported (#19)
v0.2.1
TransformSpecifications v0.2.1
Closed issues:
show
can be very verbose forNoThrowResult
(#16)
Merged pull requests:
- Make
show(io, ::NoThrowResult)
less verbose (#17) (@hannahilea)
v0.2.0
TransformSpecifications v0.2.0
Merged pull requests:
- Add
transform_force_throw!
forNoThrowDAG
(#13) (@hannahilea)
v0.1.3
TransformSpecifications v0.1.3
Merged pull requests:
- Add license (#12) (@hannahilea)
- Make mermaid plots prettier (#14) (@hannahilea)
v0.1.2
TransformSpecifications v0.1.2
Merged pull requests:
- Export
input_assembler
, add introduction to docs, refactor abstract interface docs (#11) (@ericphanson)
v0.1.1
TransformSpecifications v0.1.1
Merged pull requests:
- Generate mermaid plot of
NoThrowDAG
(#3) (@hannahilea)