Version 1.1
  * Fixed regexp bug in "arest_parse_auth_header()"
  * Replaced "arest_process_auth()"
    with "arest_validate_auth_header()"
  * Moved nonce validation logic to come after digest-response 
    validation in "arest_validate_auth_header()"
  * Moved auth processing logic to "arest_auth()"
  * Simplified nonce and status-code handling in "arest_auth()"
  * Added AREST_AUTH_BASIC_COMPAT setting
  * Added support for AREST_AUTH_BASIC_COMPAT in "arest_view()"
  * Changed logic in "arest_view()" to send HTML form without
    status-code restrictions
  * Relocated AREST_ACCEPT setting to index.js
  * Updated README
Version 1.0.1
  * Improved README with more examples and notes
Version 1.0
  * Initial release
