Skip to content

Releases: vitalishapovalov/jest-decorated

0.1.7

21 Jan 11:48
ab1cbbc
Compare
Choose a tag to compare

Updates and fixes:

  • allow async functions / promises return in @BeforeTest hooks

0.1.6

09 Jan 11:13
3316306
Compare
Choose a tag to compare

Updates and fixes:

  • fix TestRunner inheritance logic

0.1.5

07 Jan 12:35
4c21007
Compare
Choose a tag to compare

Updates and fixes for custom decorators:

  • fix custom decorators behaviour for inherited test suites

0.1.4

16 Nov 07:36
Compare
Choose a tag to compare

Updates and fixes for custom decorators:

  • change DescribeRunner.createCustomDecorator() interface so it accepts class instead of object now
  • fix for multiple custom decorators on the same method

0.1.3

14 Nov 12:51
Compare
Choose a tag to compare

Introduced public static DescribeRunner.createCustomDecorator() method for creating custom decorators.

0.1.2

08 Nov 06:44
Compare
Choose a tag to compare

Dependencies bump. No code changes. Re-build the lib using latest ts/rollup/optimizers.

v0.1.1

07 Sep 19:27
Compare
Choose a tag to compare

Small patch with internal updates:

  • ensure that postProcessors are executed even in case of test failure (00ba384)

v0.1.0

08 Aug 11:42
Compare
Choose a tag to compare

A lot of updates in this major release:

  • bump all dependencies
  • improve ITestRunner interface, make it more generic (WARNING: breaking change, in case if you've implemented your own test runners)
  • benefit from new TS features
  • jest@27 support
  • jest-circus support
  • describe.skip/describe.only support
  • test.concurrent support
  • debug logs (docs)

Core module's types path fix

07 Feb 19:51
Compare
Choose a tag to compare
  • add mapping to the core module's types file (#129)

Dependencies updates, drop support for Node 8.x

05 Sep 16:49
Compare
Choose a tag to compare

Dependencies updates, drop support for Node 8.x