Skip to content

v1.0.0 - First Release

Choose a tag to compare

@Jumballaya Jumballaya released this 12 Apr 19:37
· 16 commits to master since this release

πŸ“¦ Changelog

v1.0.0 β€” Stable Core Release

BufferWrap is now production-ready! πŸŽ‰

✨ Highlights

  • Strategy architecture β†’ ArrayBuffer, NodeBuffer support
  • ProxyManager β†’ Less stale proxies, shared across slices
  • Safe slicing β†’ Zero-cost, deep slice support
  • Logical indexing β†’ No more byte offset math
  • Insert / Move / Swap β†’ Memory-safe, consistent proxies
  • Typed struct config β†’ Full type safety

πŸ”§ Improvements

  • Full test suite (unit, integration, slicing, strategy)
  • Cleaner errors, runtime validation
  • Better separation of strategy logic

πŸ’₯ Breaking Changes

  • Requires explicit strategy in config
  • Proxy cache is now managed internally (no more manual .at() refresh)

Next: v1.1.0 adds reactive proxy consistency and support for SharedMemoryStrategy.