Skip to content

v3.0.0 - 2026-07-09

Latest

Choose a tag to compare

@jakehwll jakehwll released this 08 Jul 15:25

Initial public release. Implements Wynncraft API v3 3.7.2.

Added

  • Initial public release of @wynnjs/api
  • Typed WynnClient with modules for all Wynncraft API v3 endpoints (player, guild, item, ability, classes, map, search, leaderboards, news, oauth)
  • Zod schemas and exported TypeScript types for request options and response shapes
  • WynnApiError subclasses for known API error responses
  • Rate-limit header parsing on every response
  • Dual ESM and CommonJS builds with .d.ts declarations
  • JSDoc on the public API surface
  • Doc-example fixture tests synced from Wynncraft API docs
  • Module and integration tests with axios-mock-adapter
  • Runnable examples in examples/
  • CI workflow (lint, format, typecheck, test, build, Node consumer smoke test)