Skip to content

Releases: alexbykoff/array-cop

Final stable release

15 Oct 10:36
Compare
Choose a tag to compare

Proper documentation, 100% test coverage

Complete JSDoc installation, failproof methods

28 Jun 07:30
Compare
Choose a tag to compare
  • Added JSDoc documentation: generate by gulp docs
  • Optimized methods
  • Fool(fail)proof arguments analyzis
  • 100% downwards compatibility

Stability and testing

22 Jun 09:25
Compare
Choose a tag to compare

Redesigned nearly all the methods.
Many failproofing.
100% test coverage by @cyb3rD

Critical bugfix: index()

19 Jun 21:23
Compare
Choose a tag to compare

Consider updating to 0.6.3 if you are using index method
Properly reworked and extended index API

Mean() bugfix, extended test coverage

18 Jun 14:34
Compare
Choose a tag to compare

Median empty array bug was caught and fixed, courtesy of @cyb3rD test coverage.

Numerous non-criticals

15 Jun 17:31
Compare
Choose a tag to compare

Code styling, added defaults for switch to make code more fail-proof. Extended test coverage

New feature - index()

15 Jun 13:16
Compare
Choose a tag to compare

(+) index(arr, element) returns an array of index values;
(=) precision argument is failproof now;

New arrify() method, extensive testing

15 Jun 08:36
Compare
Choose a tag to compare

Added arrify() method:
Converts an object (associative array) into an array where object keys are array items.
Argument provided should be an object. Will throw an error if not an object type.

Better testing, better methods.

14 Jun 07:13
Compare
Choose a tag to compare

Minor non-critical fixes, extensive testing

Extensive testing, Error handling.

12 Jun 08:56
Compare
Choose a tag to compare
  • Now with proper Travis CI and Codecov.
  • Better logic in error handling