Releases: twilic/express
Releases · twilic/express
Release list
v0.1.0
Initial public release of @twilic/express.
Added
TWILIC_CONTENT_TYPE(application/vnd.twilic) constant.parseTwilic(req)helper to decode Twilic request bodies.twilicSend(res, value, init?)helper to return Twilic-encoded responses.twilicParser(options?)middleware that setsreq.twilicBodywith optional content-type validation.createTwilicExpress(codec?)factory for injectable encode/decode.- Node integration tests with Express and native
fetch. - CI workflows for format, lint, typecheck, tests, commitlint, and PR body validation.
- npm publish workflow with trusted publishing (OIDC).