Releases: hulu/roca
Releases · hulu/roca
v0.26.0
Chores
- Replace brs package with @rokucommunity/brs version 0.45.2 - @gregomite
Full Changelog: v0.25.0...v0.26.0
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
brsversion (#96) @alimnios72 - Convert to
yarninstead ofnpm(#94) @lkipke
Fixes
- Return correct exit code when something fails (#95) @alimnios72
v0.22.0
Features
- Add
m.assert.isValidassertion, 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.brsfiles:test,tests,source,components. Now, we recursively search every subdirectory except fornode_modules.
- Previously, we would specifically search the following subdirectories for