Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: migrate to TypeScript #494

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

refactor: migrate to TypeScript #494

wants to merge 3 commits into from

Conversation

mtth
Copy link
Owner

@mtth mtth commented Feb 15, 2025

avsc now builds on three separate packages, which can be imported separately:

  • @avro/types, serialization logic
  • @avro/streams, object containers
  • @avro/idl, AVDL parsing

Breaking changes:

  • type.hash() is now computeHash()
  • type.random() is now randomValue()
  • Removed deprecated functions
    • type.getAliases, type.getFingerprint, type.getName, type.getSchema, type.getTypeName.

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.

1 participant