Skip to content

v0.40.0

Compare
Choose a tag to compare
@Yomguithereal Yomguithereal released this 26 Jan 15:52
· 6 commits to master since this release
  • Adding ESM named exports support (@jerome-benoit).
  • Fixing Set operations CommonJS named export collision by renaming it to set (@jerome-benoit).
  • Fixing missing Uint8Vector, Uint8ClampedVector, Int8Vector, Uint16Vector, Int16Vector, Uint32Vector, Int32Vector, Float32Vector, Float64Vector, PointerVector CommonJS named exports (@jerome-benoit).
  • Fixing missing PointerVector TS exports (@jerome-benoit).
  • Marking unchanged parameters as ReadonlySet in set operations (@yoursunny).