Skip to content

Releases: ajant/SimpleArrayLibrary

Bug fix

Choose a tag to compare

@ajant ajant released this 17 Mar 13:52

Private method bug fixed

New method added

Choose a tag to compare

@ajant ajant released this 13 Mar 23:07

isStructureSame method added

New method added

Choose a tag to compare

@ajant ajant released this 22 Jan 11:25

isNumeric method added.

saveField method changed

Choose a tag to compare

@ajant ajant released this 25 Dec 21:08

saveField method now accepts 0 and '0' as valid values for id parameter and no longer throws an exception if either of those values is passed

New method added, deprecated methods removed

Choose a tag to compare

@ajant ajant released this 01 Dec 21:23

-countMaxDepthIterative method added
-deprecated methods haveEqualKeys & haveEqualValues removed
-integer validation improved
-countMaxDepth signature changed and method efficiency improved

New method added

Choose a tag to compare

@ajant ajant released this 16 Nov 22:26

selectRandomArrayElements method added.

New methods added, some methods depricated

Choose a tag to compare

@ajant ajant released this 18 Sep 09:07

haveSameKeys & haveSameValues methods added, they will replace haveEqualKeys & haveEqualValues respectively, which are depricated.
hasOnlyKeys method added & tested

Improvements & tests added

Choose a tag to compare

@ajant ajant released this 14 Sep 21:11

CastColumns method allows for empty $matrix input, without throwing an exception.
Tests code coverage improved to 100%.
Changelog file added.

Delete columns method added.

Choose a tag to compare

@ajant ajant released this 22 Apr 12:25

Delete columns method added.

3 new methods added

Choose a tag to compare

@ajant ajant released this 04 Apr 15:27

Methods added (tests included):
-addConfigRow
-insertSubArray
-setColumn
Method castColumns tested