1.0.0.
Versioning policy
- Major: removing or breaking a documented public symbol, signature, or runtime behavior
- Minor: new exports or backward-compatible additions
- Patch: bug fixes without API changes
v2.2.1
Patch release (2026-05-25):@wyrly/fastify: calldone()in the synchronousonRequesthook so the request pipeline continues (fixes hung requests and HTTP 408 Client Timeout).
v2.2.0
Minor release (2026-05-25):@wyrly/yoga— GraphQL Yoga 5:yogaDIPlugin,yogaContext,createYogaDIContext@wyrly/apollo— Apollo Server 4+:apolloDIPlugin,createApolloDIContext,toFetchRequest@wyrly/fastify— Fastify 5:diPlugin,getDI, request/reply tokens- Examples:
fastify-api,yoga-graphql,apollo-graphql,apollo-express-graphql - Guide: GRAPHQL_DISPOSE.md (Yoga and Apollo plugin sections)
v2.0.0
Initial v2 stable line:- standard-decorator-first DI model
- typed tokens
- singleton, scoped, and transient lifetimes
- request scopes
- dependency graph inspection
- validation for graph and lifetime issues
- framework adapters for Next.js, Express, Hono, Fresh, and GraphQL