Skip to content

Releases: Emperor2000/gml-min-assert

gml-min-assert 1.0.3

14 Jul 16:06
Compare
Choose a tag to compare

This release removes the noone check from the testing library and instead allows noone to be used during runtime as -4 and noone are equal during runtime.
When a value is equal to -4 a warning message is now displayed in assertNegative and assertPositive to notify that the value could also be equal to noone.

gml-min-assert

03 Jul 18:14
Compare
Choose a tag to compare

To open in an existing project:
Go to tools > Import local package to import the files.

Alternatively, fork, clone or download the repo files and open the .yyp project file.

Note that this version is functional with GMS 2.3 and up only!

New recommended release version due to 1 issue found in releases 1.0.1, which affected the functionality of the AssertNegative and AssertPositive tests when using -4 as input.

Previous releases will be removed to prevent downloading files that contain bugs.

gml_min_assert

02 Jul 20:29
Compare
Choose a tag to compare

The first version of the assertion library.

To open in an existing project:
Go to tools > Import local package to import the files.

Alternatively, fork, clone or download the repo files and open the .yyp project file.

Note that this version is functional with GMS 2.3 and up only!