| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-09-21 | [api] Removed tree module. This code should be in a separate project. | Marak | 1 | -108/+0 | |
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -26/+26 | |
| [refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication. | |||||
| 2014-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 1 | -27/+27 | |
| lowercase. | |||||
| 2013-11-05 | My take on separating male and female names. Tests passing, Coverage restored. | cyanos3 | 1 | -3/+1 | |
| 2013-11-05 | Tree: let the width parameter also be a function that returns an int | cyanos3 | 1 | -2/+16 | |
| 2013-11-05 | Add tree: | cyanos3 | 1 | -0/+96 | |
| createTree(depth, width, obj) where - depth is the distance from the root to the farthest node - width is the number of children to add to each node - each property/value pair in obj contains a value that will be evaluated to get the final result. The property that contains the array of child nodes should have the value of "__RECURSE__" | |||||
