HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/tana/frontend/node_modules/ware/History.md
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