Skip to content

Comments

refactor: migrate to TypeScript#494

Draft
mtth wants to merge 11 commits intomasterfrom
main
Draft

refactor: migrate to TypeScript#494
mtth wants to merge 11 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.

@mikitahimpel
Copy link

What are your plans for this PR? Or do you not have the time to maintain this library?

@mtth
Copy link
Owner Author

mtth commented Feb 16, 2026

Still hoping to get this in.

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.

2 participants