Features:
- Two arguments added to initialization -
defaults
which accepts a hash of key/values to insert into the hash if it's empty andcall_on_init
which fires the callback on load if there are no defaults provided. (#2) - Syntax change - Favor
function <name>
overvar <name> = function
when functions will not be redefined (#2)
Bugfixes: