4.0.0-alpha.14
Pre-release
Pre-release
jason0x43
released this
06 Sep 13:09
·
338 commits
to master
since this release
Overview
This release contains bug fixes, typing updates and a potentially breaking change.
Breaking changes
- The
intern
module was removed
Bug fixes
- Config file paths may now contain '@'. (#787)
- Object properties can now be cleared from the cli. (#789)
- The JUnit reporter now uses mkdirSync to create the report output directory. Previously it was using mkdir in a synchronous fashion, which would occasionally result in the report directory not existing at report creation time.
- CLI args may now contain '='.
Other updates
- Intern no longer uses any custom types for dependencies.
- Leadfoot and Dig Dug dependencies were updated.