Releases: taylorhakes/painless
Releases · taylorhakes/painless
afterEach fixes
Fixed bug with afterEach to executing on test failure
Fixed sinon timers with test timeout
Sinon was able to affect the timeout of tests. Cache setTimeout before it is overwritten.
Fixed afterEach issue, sinon timer issue
- Fixed a bug where afterEach would run before a test finishes
- Fixed a bug where timers were affected by sinon fake timers
Fixed Promise bug in 0.10 Node
0.9.1 Updated readme with karma install info
Added browser support
0.9.0 Updated changelog with 0.9.0
Updated spec reporter to show group names
0.8.3 Updated to 0.8.3
Added none reporter
0.8.2 Added none reporter. Version to 0.8.2
Updated spec reporter colors
0.8.1 Updated to 0.8.1
Custom reporters & upgrades to existing reporters
Initial public release
0.7.0 Updated version to 0.7.0 to add async functionality