New Features
- Added JSDoc to everything.
- Added the
elv.behaviorobject that allows turning existential checks on and off. - Added the
elv.populated()method, which checks if an array, string, or object is not empty. - Added the
elv.tryGet()method, which attempts to get an entry from an array at a given index.
Breaking Changes
- The
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.
- Initial release