Skip to content

Changed_in_006

Wesley De Groot edited this page Oct 19, 2015 · 15 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___  
	            _   | |  \___  \ 
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/ 

Changed in v0.0.6

Fixed

_().(...)

....


Changed

_().require(...)
  • Tries now to catch up module if running local, and a local copy does not exists.
  • _().require('_myLocalCopy', function(){...}, true); to load a local copy of a module.

_().(...)

....


Deprecated

_().(...)

....


New

_().isArray(...)

Is it a array? _().isArray(['my', 'array']);


_().(...)

....


Clone this wiki locally