@centralping/ergo
Version [0.6.1]
Documentation
-
JSDoc
@exampleblocks updated to 0.6.0 bare compose API. (#161) Replaced explicit{fn, setPath}wrappers with bare function calls for built-in middleware in orchestration examples acrosshttp/main.js,http/index.js,http/handler.js, andhttp/validate.js. Corrected@fileoverviewcompose reference inhttp/main.js(stale tuple pattern from pre-v0.4.0). -
README Quick Start updated to 0.6.0 bare compose API. (#160) Replaced explicit
{fn, setPath}wrappers with bare function calls for built-in middleware in both JS and TS examples. Added a note explaining that{fn, setPath}config objects remain available for custom middleware. Expanded the middleware overview table with 4 missing entries:handler,tracing,paginate,idempotency.