Skip to content

Releases: cordejs/corde

4.3.0

24 Jul 14:19
Compare
Choose a tag to compare

πŸ’£ Breaking changes

  • Update node engine to version 14.

πŸš€ Features

  • Add typescript support for Corde through the usage of ts-node register
  • Add extensions property in configs. Define file extensions to be loaded. Default [".js",".ts"]
  • Add rootDir property in config. It defines the root dir of the project, with can be used to define others paths in configurations. Default: .
  • Add exitOnFileReadingError property in configs: Define if corde should stop if any problem, occurs when importing a test file: default: true
  • Add project property in configs: Definition of tsconfig path. default root/tsconfig.json*

4.2.0

27 Jun 21:47
9739fdc
Compare
Choose a tag to compare

4.2.0

πŸ’£ Breaking changes

  • Renamed config prop timeOut to timeout. #814

4.1.2

13 Jun 17:18
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Fix corde attempt to set value {} to config.testMatches, causing an error in initialization due to the expectation
    of this property to be an array. #774

4.1.1

12 Jun 21:00
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Fix bug that prevents corde to override timeout setting #771

4.1.0

06 Jun 04:04
Compare
Choose a tag to compare

πŸš€ Features

  • Addition of toMessageContentContains and toEmbedMatch test functions #757

πŸ’‘ Miscellaneous

  • Change references to new website URL

4.1.0-rc.6

04 Jun 00:42
Compare
Choose a tag to compare
4.1.0-rc.6 Pre-release
Pre-release
  • Stabilized toEmbedMatch toMessageContentContains

4.0.5

26 May 22:53
Compare
Choose a tag to compare

πŸ’‘ Miscellaneous

  • upgrade jest-diff from 26.6.2 to 27.0.1
  • upgrade pretty-format from 26.6.2 to 27.0.1

4.1.0-beta.5

24 May 00:32
Compare
Choose a tag to compare
4.1.0-beta.5 Pre-release
Pre-release

fix logger printing.

4.0.4

23 May 23:11
Compare
Choose a tag to compare

πŸ’‘ Miscellaneous

  • Fix tests pattern in README

4.0.3

23 May 23:04
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Fix tests read following a pattern #714