Skip to content

add support for buffer reading and writing + some fixes

Latest

Choose a tag to compare

@Delwing Delwing released this 21 Apr 14:24

remove fs dependency from core modules; file I/O is now the caller's responsibility
add readMapFromBuffer and writeMapToBuffer for buffer-based read/write without touching the filesystem
readMap and writeMap still accept file paths but no longer bundle fs internally
fix CJS named-export compatibility with Vite 8 / oxc pre-bundler

Full Changelog: 0.7.3...0.8.0