Skip to content

Releases: olegsych/simply

v0.1.0-build45

22 Sep 02:49

Choose a tag to compare

- Remove position() from iterator.

v0.1.0-build38

15 Aug 18:49

Choose a tag to compare

- Add new NuGet package, simply.com with classes and functions from t…

v0.1.0-build34

14 Aug 09:16

Choose a tag to compare

- Change type_name and assert functions that use it to correctly repo…

v0.1.0-build32

28 Jul 23:31

Choose a tag to compare

New:

  • assert::is_true(int actual)
  • assert::is_false(int actual)
  • assert::is_equal<t>(const t& expected, const t& actual)
  • assert::is_not_equal<t>(const t& unexpected, const t& actual)

Renamed:

  • assert::null<t>(t*) to assert::is_null<t>(t*)
  • assert::not_null<t>(t*) to assert::not_null<t>(t*)

v0.1.0-build28

26 Jul 20:13

Choose a tag to compare

Implement additional assert:: functions

  • assert::is_abstract<t>()
  • assert::is_concrete<t>()
  • assert::is_base_of<expected_t, actual_t>()
  • assert::is_false(bool)
  • assert::is_true(bool)

v0.1.0-build22

26 Jul 00:27

Choose a tag to compare

Merge pull request #9 from olegsych/olegsych/null

Implement assert::null and assert::not_null functions

v0.1.0-build16

25 Jul 01:22

Choose a tag to compare

- Fix an unqualified reference to the utility::type_name function in …

v0.1.0-build15

25 Jul 00:38

Choose a tag to compare

- Remove reference to the previously deleted simply.props from the nu…