Skip to content

refactor: migrate to TypeScript#494

Draft
mtth wants to merge 3 commits intomasterfrom
main
Draft

refactor: migrate to TypeScript#494
mtth wants to merge 3 commits intomasterfrom
main

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