script-monad v0.0.2 Release Notes

    • โž• Added
      • ScriptT: draft function
      • HttpT: catchAnyError function
      • HttpT: logDebug, logInfo, logNotice, logWarning, logError, logCritical, logAlert, logEmergency, and setLogSeverity functions
      • HttpT: printHttpLogs
      • HttpT: _logMinSeverity option
    • ๐Ÿ”„ Changed
      • HttpT: refactored logging to use syslog conventions
    • ๐Ÿ›  Fixed
      • ScriptT: Bug in implementation of catch was cutting off the logs
    • โœ‚ Removed
      • HttpT: logEntry function; deprecated in favor of syslog-flavored logger functions