Skip to content

Releases: Zardoz89/pijamas

v1.1.0 experimental @nogc support

03 Jul 14:53
Compare
Choose a tag to compare
  • Experimental @nogc support thanks to mir-algorithm and dip1008
  • Fix some hidden bug with should.exist() with pointers
  • Improved output message. Now shows that type of the expected and tests values.

v1.0.1

06 Jun 11:45
Compare
Choose a tag to compare
  • Pijamas now supports DLang frontend 2.086

v1.0.0

14 May 18:36
92be10f
Compare
Choose a tag to compare
  • Moved unit-tests to an separate foolder to avoid pollute other projects with
    Pijamas unit-testing dependencies.
  • Launch tests using silly, unit-threaded, trial and dunit.
  • Assertions now throws AssertException that extends from Exception or to
    unit-threaded UnitTestException;
  • Added expect and .to()
  • Now Assertion is a struct

v0.3.5

06 May 21:00
Compare
Choose a tag to compare
  • Switching to GitHub CI
  • Update tests to use Silly 1.1
  • Tweaks on tests dependencies (optional: true)

v0.3.4

27 Mar 12:27
7a572b8
Compare
Choose a tag to compare
  • Update to DLang frontend 2.91
  • Using std.math.isClose instead of .approxEquals
  • Added .close as alias of .approxEquals

v0.3.3

06 Jun 21:08
Compare
Choose a tag to compare

v0.3.3

  • .throw must be @trusted, to allow to catch Errors
  • Added .biggerOrEqualThan and .smallerOrEqualThan

v0.3.2

24 May 11:25
Compare
Choose a tag to compare

v0.3.2

  • .equals and others, must be @trusted to allow to call @System opEquals
  • .approxEquals to do approximated equality of float types

v0.3.1

19 May 18:29
Compare
Choose a tag to compare

v0.3.1

v0.3.0

15 May 17:48
Compare
Choose a tag to compare

v0.3.0

  • Rename module to pijamas.
  • .empty for arrays, associative arrays and strings.

v0.2.2

15 May 14:53
Compare
Choose a tag to compare

v0.2.2

Versions v0.2.x must keep being source compatible with Pyjamas.

  • Ignores failing Appveyor with LDC on 32 bit Windows. Looks that its a problem
    of 32bit DUB+LDC 1.21.0 on Windows.