wdl-ast-v0.4.0
Added
- Added a method to
ImportStatement
for deriving the namespace from the
import URI (#91). - Added validation of unique names, such as task, struct, and declarations
(#91).
Fixed
- Fixed the validation diagnostics to be ordered by the start of the primary
label (#85).
Changed
- Refactored the
Visitor
trait and validation visitors so that they are not
in av1
module (#95).