Releases: berlysia/binary-indexed-tree-js
Releases · berlysia/binary-indexed-tree-js
v0.5.0
- 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.