Releases: olegsych/simply
Releases · olegsych/simply
v0.1.0-build45
- Remove position() from iterator.
v0.1.0-build38
- Add new NuGet package, simply.com with classes and functions from t…
v0.1.0-build34
- Change type_name and assert functions that use it to correctly repo…
v0.1.0-build32
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*)toassert::is_null<t>(t*)assert::not_null<t>(t*)toassert::not_null<t>(t*)
v0.1.0-build28
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
Merge pull request #9 from olegsych/olegsych/null Implement assert::null and assert::not_null functions
v0.1.0-build16
- Fix an unqualified reference to the utility::type_name function in …
v0.1.0-build15
- Remove reference to the previously deleted simply.props from the nu…