This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Releases: javierbrea/mocha-sinon-chai
Releases · javierbrea/mocha-sinon-chai
Upgrade istanbul version
Changed
- Upgrade istanbul version. This version provides support for some latest ecmascript versions syntax, such as async, await, or spread.
Optimize npm distribution
Added
- Avoid publishing .github folder into npm distribution.
Upgrade sinon
Changed
- Upgrade sinon version to 6.1.5.
Added
- Add community standards.
Upgrade sinon-chai
Changed
- Upgrade sinon-chai to version 3.2.0, which provides support for Sinon v6.x.
Expose chai assert method
Added
- Expose chai "assert" method
Changed
- Upgrade sinon version to 6.0.0.
Fixed
- Avoid npm distribution of unneeded files.
Upgrade sinon and sinon-chai
Changed
- Upgrade sinon and sinon-chai versions.
Upgrade dependencies
Changed
- Upgrade Mocha version. (Waiting to upgrade Sinon until sinon-chai is compatible with Sinon 5)
Fixed
- Fix sonarcloud badge url.
Add environment variables to runner
Added
- Add option to runner that allows to set custom environment variables.
Changed
- Upgrade Mocha version.
Fix Windows binaries execution
- Fix istanbul and mocha execution on Windows environments. Change the execution method, use child_process.fork to javascript sources directly instead of binaries.
- Upgrade sinon version
Add test and coverage runners
- Add "proxy"
bin
files that allow to launch tests and generate coverages.