| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/happymandarin/node_modules/ware/ |
Upload File : |
1.3.0 - April 30, 2015 ---------------------- * throw on errors without a `done` callback * add `files` to `package.json` 1.2.0 - September 25, 2014 -------------------------- * move `co` to `devDependencies` * add client-side support 1.1.0 - September 19, 2014 -------------------------- * refactor to use `wrap-fn` 1.0.1 - August 26, 2014 ----------------------- * add support for passing an array of ware instances 1.0.0 - August 26, 2014 ----------------------- * add support for sync middleware * add support for generators * remove support for error middleware with arity 0.3.0 - April 24, 2014 ---------------------- * let `use` accept arrays * let `use` accept `Ware` instances * allow passing `fns` to the constructor 0.2.2 - March 18, 2013 ---------------------- * moving to settimeout to fix dom validation issues * add travis 0.2.1 - December 12, 2013 ------------------------- * fix skipping error handlers without error 0.2.0 - October 18, 2013 ------------------------ * rewrite: * handle any amount of input arguments * allow multiple error handlers * only call error handlers after the error is `next`'d * make passing callback optional * rename `end` to `run` since it can happen multiple times 0.1.0 - July 29, 2013 --------------------- * updating api 0.0.1 - July 29, 2013 --------------------- * first commit