Skip to content

7.0.0

Compare
Choose a tag to compare
@domenic domenic released this 11 Jun 19:54
· 17 commits to master since this release

The breaking change in this release is that it has started using syntax that is only supported on Node.js v4 and above, as previous versions of Node no longer are supported by the Node.js project itself. As such browser consumers will also need to take care to transpile when testing on older browsers.

Additionally, Chai as Promised now supports Chai v4 (@meeber).