Skip to content

Releases: DZakh/rescript-ava

v3.0.0

30 Apr 17:56
Compare
Choose a tag to compare

Remove trailing unit

2.3.0

01 May 08:08
4ef3f47
Compare
Choose a tag to compare

What's Changed

  • Support for ~rescript@11.0.0-alpha
  • Fix type for ThrowsExpectation.Message.fn

Full Changelog: v2.1.0...v2.3.0

2.1.0

29 Nov 22:16
Compare
Choose a tag to compare
  • Update throws and notThrows callbacks return type from unit to 'a
  • Update throwsAsync and notThrowsAsync value type from promise<unit> to promise<'a>

2.0.0

28 Nov 14:15
aa9cf58
Compare
Choose a tag to compare

What's Changed

  • Update rescript up to 10.1.x
  • Update ava up to 5.1.x
  • Improve ThrowsExpectation bindings. Make them runtime free and more convenient to use
  • Add Only.failing and Only.asyncFailing for convenience
  • Use promise instead of Js.Promise.t

By @DZakh in #1

Full Changelog: v1.0.0...v2.0.0

1.0.0

26 Oct 08:57
Compare
Choose a tag to compare

0.4.0

29 Aug 18:07
Compare
Choose a tag to compare
  • Remove type: module from package.json

0.3.0

27 Aug 18:14
Compare
Choose a tag to compare
  • Redesign bindings to make them work with es6 module resolution.
  • Better async support

0.2.0

26 Aug 18:13
Compare
Choose a tag to compare

Use rescript@10.0.x

0.1.2

20 Aug 16:30
Compare
Choose a tag to compare

Update ava installation instructions

0.1.1

09 Jul 16:32
Compare
Choose a tag to compare

Fix installation process