v2.0.1- Sept 19 ,2017- Change default argument for
Array.compactandObject.compactfrom[null, undefined]to[null, undefined, '']
- Change default argument for
v2.0.0- Sept 2, 2017- Make all Object patches much safer by moving them under
Object.prototype.rearmed()andObject.rearmedmethod to fix issue #2 - Add
Object#rearmed.add()andObject.rearmed.remove()methods for adding or removing methods to rearmed objects - Remove Core section to be replaced with Generic section
- Add Generic
isBlank,isPresent,presence,simpleType,try - Add Array
rangeandtapmethods - Fix
Object#allwhen called with no callback function. Now defaults to if all values are truthy. - Remove
Array#notEmpty,Object#notEmpty, andString#notEmpty
- Make all Object patches much safer by moving them under
v1.0.0- May 6, 2017- Allow
allandanymethods without a callback - Fix some method warnings
- Restructure directories because you cant define a root folder in npm... gross.
- Hookup to travis-ci
- Allow
v0.9.0- February 1, 2017- First Release