Skip to content

feat: implement GuildPassClient core services and membership module w… - #442

Merged
Lakes41 merged 1 commit into
Adamantine-guild:mainfrom
iamdikko:issue417
Jul 29, 2026
Merged

feat: implement GuildPassClient core services and membership module w…#442
Lakes41 merged 1 commit into
Adamantine-guild:mainfrom
iamdikko:issue417

Conversation

@iamdikko

Copy link
Copy Markdown

Closes #417
…ith caching support

Description

Semver impact:

Linked Issue

Closes #

Type of Change

  • 🐛 Bug fix (patch)
  • ✨ New feature / method (minor)
  • 💥 Breaking change (major)
  • 📝 Documentation / TypeDoc update
  • 🔧 Chore / refactor
  • 🧪 Tests only

Changes Made

Public API Changes

// New / changed exports:

Test Evidence

pnpm test:run output:

Build Evidence

pnpm build output:

Checklist

  • I have read CONTRIBUTING.md
  • This PR is linked to an open issue
  • pnpm typecheck passes
  • pnpm lint passes
  • pnpm test:run passes — all tests green
  • pnpm build succeeds — dist/ generated cleanly
  • All new public methods/types have TypeDoc comments
  • New behaviour is covered by at least one Vitest unit test
  • No new runtime dependencies added without prior maintainer approval
  • docs/ updated if public API changed
  • examples/ updated if new usage patterns were added
  • Backwards compatibility maintained (or breaking change clearly noted above)

Additional Notes

@Lakes41
Lakes41 merged commit b67e253 into Adamantine-guild:main Jul 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement client.membership.getHistory() method

3 participants