What's Changed
- docs: Update RULES.md by @a-frantz in #236
- feat: whitespace stripping of commands and strings by @a-frantz in #238
- refactor: refactor call types in
wdl-analysis
. by @peterhuene in #239 - feat: implement JSON inputs files in
wdl-engine
. by @peterhuene in #241 - ci: makes relevant CI tests multi-platform by @claymcleod in #230
- Feat: redundant assignment rule by @michaelgattas in #244
- fix: formatting of command sections by @a-frantz in #240
- feat: support analysis of URLs by @a-frantz in #246
- feat: adds groundwork for formatting in the Sprocket VSCode extension by @claymcleod in #247
- feat: implement expression evaluation in
wdl-engine
. by @peterhuene in #249 - feat: implement the standard library numeric functions. by @peterhuene in #251
- feat: implement the string functions in the WDL standard library. by @peterhuene in #252
- feat: implement the file functions from the WDL standard library. by @peterhuene in #254
- feat: implement the string array functions from the WDL standard library. by @peterhuene in #255
- feat: implement the generic array functions from the WDL standard library. by @peterhuene in #256
- feat: implement the generic map functions from the WDL standardy library. by @peterhuene in #257
- feat: implement the
defined
andlength
functions from the WDL standard library. by @peterhuene in #258 - feat: break
refresh
opt intobless
andupdate
by @a-frantz in #261 - fix: shorten spans and remove some fixes by @a-frantz in #260
- feat: init wdl-doc by @a-frantz in #248
- feat: implement WDL 1.2 task evaluation. by @peterhuene in #265
- feat: add --open flag to wdl doc dev tool by @a-frantz in #269
- fix(strip_whitespace): conditionally strip chars from first line by @a-frantz in #271
- fix: conditionally strip chars from first line by @a-frantz in #272
- refactor: make
Analyzer
accept the diagnostics configuration. by @peterhuene in #274 - feat: implement shellcheck lints in command blocks (#191) by @thatRichman in #264
- refactor: remove
Types
collection fromwdl-analysis
. by @peterhuene in #277 - revise: file existence for input validation by @a-frantz in #281
- fix: fix validation not to treat specified call inputs as missing. by @peterhuene in #282
- fix: fix a regression caused by #282. by @peterhuene in #286
- fix: fix 2024 edition lints for CI. by @peterhuene in #287
- feat: simpler
wdl
entrypoints by @a-frantz in #283 - chore: gauntlet --update by @a-frantz in #288
- fix: remove extra end_line() call by @a-frantz in #290
- fix: remove trailing carriage return when stripping whitespace. by @peterhuene in #291
- test: add format idempotency test by @Scott8440 in #285
- feat(format): respect max line width by @a-frantz in #242
- feat: implement workflow evaluation. by @peterhuene in #292
- feat: implement the
env
declaration modifier in WDL 1.2. by @peterhuene in #296 - feat: improve shellcheck fix messages by @thatRichman in #284
- ci: updates to latest by @a-frantz in #297
- ci: bump to right version by @a-frantz in #298
- release: bump versions by @a-frantz in #299
New Contributors
- @thatRichman made their first contribution in #264
- @Scott8440 made their first contribution in #285
Full Changelog: wdl-v0.10.0...wdl-v0.11.0