Skip to content

Releases: twilic/express

Release list

v0.1.0

Choose a tag to compare

@minagishl minagishl released this 08 Jun 04:03
2c43efd

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 sets req.twilicBody with 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).