v1.0.0 - First Release
π¦ Changelog
v1.0.0 β Stable Core Release
BufferWrap is now production-ready! π
β¨ Highlights
- Strategy architecture β
ArrayBuffer,NodeBuffersupport - 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
strategyin config - Proxy cache is now managed internally (no more manual
.at()refresh)
Next:
v1.1.0adds reactive proxy consistency and support forSharedMemoryStrategy.