Skip to content

Releases: miolab/simple_assert

version 0.2.0

23 May 22:51
36ffce0
Compare
Choose a tag to compare

About

Fix

  • Renamed function

    • SimpleAssert.assert/1 -> SimpleAssert.assert_true/1
      • Asserts the e is true.

Update docs

  • update README

    • Installation
    • More information

Hex

version 0.1.0

17 May 00:21
64976b8
Compare
Choose a tag to compare

This is the first public version of SimpleAssert.

  • SimpleAssert.assert/1

    • Asserts the e is true.
  • SimpleAssert.assert_false/1

    • Asserts the e is false or nil.