Skip to content

v0.1.1

Latest

Choose a tag to compare

@minagishl minagishl released this 08 Jun 04:13
4c71efa

Initial public release of @twilic/fastify. Version 0.1.0 was published locally without npm trusted publishing and is not part of the canonical release line.

Added

  • TWILIC_CONTENT_TYPE (application/vnd.twilic) constant.
  • parseTwilic(request) helper to decode Twilic request bodies.
  • twilicReply(reply, value, init?) helper to return Twilic-encoded responses.
  • twilicParser(options?) preHandler hook that sets request.twilicBody.
  • twilicPlugin Fastify plugin with content-type parser and reply.twilic() decorator.
  • createTwilicFastify(codec?) factory for injectable encode/decode.
  • Node integration tests with Fastify inject().
  • CI workflows for format, lint, typecheck, tests, commitlint, and PR body validation.
  • npm publish workflow with trusted publishing (OIDC).