Skip to content

Releases: berlysia/binary-indexed-tree-js

v0.5.0

30 Oct 09:22
Compare
Choose a tag to compare
  • The code size of the library has been significantly reduced.
    • It's now 1.09KiB (esm, gzipped).
    • This was achieved through the use of Vite. Thanks for @fuzzthink suggestion. #127
  • TypeScript annotations are added and rename js to ts, without behavior changes.
    • Now d.ts is fully generated from implementation.
  • Dual package support.