Changelog
2.1.0
New Features
elv.behavior
object that allows turning existential checks on and off.elv.populated()
method, which checks if an array, string, or object is not empty.elv.tryGet()
method, which attempts to get an entry from an array at a given index.Changelog
2.0.0
Breaking Changes
elv.coalesce()
function no longer evaluates all arguments that are functions. Instead, it will only ever evaluate a function if it is the last argument.