Inspect 7.x-1.1

New features
------------
Backend (PHP)
 * 'severity' option for logging methods
Frontend (Javascript)
 * depth parameter (used to be fixed at 10, now maximum is 10)
 * method argsGet(), for analyzing function arguments (handy when creating error messages)
 * dumping html elements now also displays name attribute (if such exists)
 * renamed console logging function to console (instead of log)

Bug fixes
---------
Backend (PHP)
 * none
Frontend (Javascript)
 * .typeOf() now returns 'inspect' when given no arguments
 * .typeOf(): fixed bad procedure when checking a subject that has a typeOf method