inspect 1.x, 2016-05-01
-----------------------
- Bad type in frontend .errorHandler(); literal 'messsage' (3 x 's') made for
  empty output.
- Don't set/get cookie in CLI mode.
- Session counting is not important enough to risk PHP warning due to response
  body sending already commenced.

inspect 1.x, 2015-07-12
-----------------------
- Release 1.0.

inspect 1.x, 2015-07-03
-----------------------
- Default dir for filing (setting: file_path) is now system temp dir; in effect
  [system temp dir]/logs.
- Example now also log and files an inspection.
- Added markdown readme.

inspect 1.x, 2015-06-16
-----------------------
- Backend and frontend: category is now an alias of type (instead of vice versa)
  and the use of category is deprecated.
- New instance var code, usable for event or error code.
- Now supports logging via injected PSR-3 logger; instance var (object) logger.

inspect 1.x, 2015-04-18
-----------------------
- Frontend: stricter typeOf() array check; some jQuery extensions (old
  dataTables) were erroneously assessed as array.

inspect 1.x, 2015-04-05
-----------------------
- Documentation; max comment line length 80.

inspect 1.x, 2015-02-20
-----------------------
- Fixed frontend file:line resolver; failed to identify inspect.js self.

inspect 1.x, 2015-02-15
-----------------------
- Abstracted cookie retrieval to allow overriding cookie handling by extenders.

inspect 1.x, 2015-02-14
-----------------------
- Removed method cliMode(), use PHP_SAPI === 'cli' instead.
- UTF-8 validity checker and byte truncater rewritten from scratch.
- Removal/replacement of Drupal legacy code concluded. Every single line
  of code is now original; developed by y.s. Jacob Friis Mathiasen.
- Make sure session counting is initialised (if conf session_counters),
  even if we don't listen to any request init event.
- configGet/Set() must be called with non-empty arg $domain if inspect var.

inspect 1.x, 2015-02-13
-----------------------
- Configuration vars are now domain specific.

inspect 1.x, 2015-02-12
-----------------------
- Extraction of generic framework-independent code completed (the separation was
  initiated earlier, with Drupal module Inspect 7.x-6.0).
- Fixed namespace; uppercase'd ...\Inspect.
- Added MIT license.
- Permissions to get and frontend log now reflect the PHP display_errors
  setting.
- ::permit() throw LogicException if unsupported output target.
- ::nspct() throw specific RuntimeException|OverflowException|LogicException
  instead of generic Exception.
