Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Releases: javierbrea/mocha-sinon-chai

Upgrade istanbul version

11 Aug 11:29
fc0895c
Compare
Choose a tag to compare

Changed

  • Upgrade istanbul version. This version provides support for some latest ecmascript versions syntax, such as async, await, or spread.

Optimize npm distribution

11 Aug 09:01
59e763a
Compare
Choose a tag to compare

Added

  • Avoid publishing .github folder into npm distribution.

Upgrade sinon

11 Aug 08:42
208eefc
Compare
Choose a tag to compare

Changed

  • Upgrade sinon version to 6.1.5.

Added

  • Add community standards.

Upgrade sinon-chai

18 Jun 16:06
96cbd23
Compare
Choose a tag to compare

Changed

  • Upgrade sinon-chai to version 3.2.0, which provides support for Sinon v6.x.

Expose chai assert method

17 Jun 10:43
0988631
Compare
Choose a tag to compare

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

02 Jun 10:21
f4ef5fb
Compare
Choose a tag to compare

Changed

  • Upgrade sinon and sinon-chai versions.

Upgrade dependencies

20 May 10:59
87b51e1
Compare
Choose a tag to compare

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

25 Apr 16:44
737960d
Compare
Choose a tag to compare

Added

  • Add option to runner that allows to set custom environment variables.

Changed

  • Upgrade Mocha version.

Fix Windows binaries execution

10 Apr 16:23
b972ec6
Compare
Choose a tag to compare
  • 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

08 Apr 10:25
49deab6
Compare
Choose a tag to compare
  • Add "proxy" bin files that allow to launch tests and generate coverages.