Releases: hulu/roca
Releases · hulu/roca
v0.25.0
v0.24.0
v0.23.2
Infra
- updated yarn command in github action (#100) @alimnios72
v0.23.1
Infra
- Updated github release action (#98) @alimnios72
v0.23.0
Infra
- Updated to latest
brs
version (#96) @alimnios72 - Convert to
yarn
instead ofnpm
(#94) @lkipke
Fixes
- Return correct exit code when something fails (#95) @alimnios72
v0.22.0
Features
- Add
m.assert.isValid
assertion, which pairs nicely with our existingm.assert.isInvalid
(#87) - @ystarangl - BREAKING CHANGE: Support file matching in the CLI: you can now specify file names/patterns in the CLI if you want to only run a subset of your test files! (#91) - @lkipke
- Previously, we would specifically search the following subdirectories for
*.test.brs
files:test
,tests
,source
,components
. Now, we recursively search every subdirectory except fornode_modules
.
- Previously, we would specifically search the following subdirectories for