Skip to content

Releases: taylorhakes/painless

afterEach fixes

10 Jun 03:22
Compare
Choose a tag to compare

Fixed bug with afterEach to executing on test failure

Fixed sinon timers with test timeout

23 Apr 04:36
Compare
Choose a tag to compare

Sinon was able to affect the timeout of tests. Cache setTimeout before it is overwritten.

Fixed afterEach issue, sinon timer issue

15 Apr 12:26
Compare
Choose a tag to compare
  • 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

15 Feb 01:32
Compare
Choose a tag to compare
0.9.1

Updated readme with karma install info

Added browser support

15 Feb 00:33
Compare
Choose a tag to compare
0.9.0

Updated changelog with 0.9.0

Updated spec reporter to show group names

13 Feb 20:25
Compare
Choose a tag to compare

Added none reporter

13 Feb 16:38
Compare
Choose a tag to compare
0.8.2

Added none reporter. Version to 0.8.2

Updated spec reporter colors

13 Feb 04:50
Compare
Choose a tag to compare
0.8.1

Updated to 0.8.1

Custom reporters & upgrades to existing reporters

10 Feb 22:34
Compare
Choose a tag to compare

Initial public release

07 Feb 18:54
Compare
Choose a tag to compare
0.7.0

Updated version to 0.7.0 to add async functionality