Skip to content

Releases: tchaloupka/expected

v0.4.0

20 May 18:24

Choose a tag to compare

fix macOS CI tests

v0.3.4

14 Nov 15:24

Choose a tag to compare

  • another fix for noreturn handler

v0.3.3

13 Nov 18:38

Choose a tag to compare

  • fix some usages of expect and expectErr (including possible noreturn type of custom handler with newer compilers

v0.3.2

09 Nov 20:13

Choose a tag to compare

  • fixed return value from expect when returning from rvalue (see relevant issue]

v0.3.1

11 Oct 18:54
36fd8ad

Choose a tag to compare

  • Fixed parameter forwarding: each auto ref parameter is now properly forwarded - by @KostiantynTokar
  • Fixes bug in Expected constructors: use after move in case of non-copyable type in presence of Hook's onValueSet/onErrorSet - by @KostiantynTokar

v0.3.0

07 Oct 19:50
148ce8b

Choose a tag to compare

  • reenabled betterC unittests
  • safety improvements
  • templated functions now returns by ref to the stored value
  • don't force @safe on predicates and let it infer instead - by @KostiantynTokar

v0.2.4

25 Aug 10:37
7f1b4c4

Choose a tag to compare

  • Improve description for dub search discovery by @WebFreak001

v0.2.3

27 Nov 12:05

Choose a tag to compare

  • Added option to build as a betterC lib
  • Unittests modified to support betterC too

v0.2.2

12 May 18:47

Choose a tag to compare

orElse usability improvements

v0.2.1

10 May 11:18

Choose a tag to compare

Various andThen and orElse usability improvements.