Skip to content

@sapphire/string-store@2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 21:13
· 4 commits to main since this release

@sapphire/string-store@2.0.0 - (2025-01-31)

🏠 Refactor

  • Add DuplexBuffer interface (548200f) (#865 by @kyranet)
  • SchemaStore: Introduce serializeRaw (5141559) (#862 by @kyranet)
    • 💥 BREAKING CHANGE: serialize no longer returns an UnalignedUint16Array, if you desire the old behaviour, use serializeRaw

🚀 Features

  • Schema: Add serialization helpers (8a922c4) (#864 by @kyranet)
    • 💥 BREAKING CHANGE: serialize has been renamed to serializeInto