Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@akashchouhan16 akashchouhan16 released this 28 Apr 08:20
· 26 commits to main since this release
2cdf2b4

Changelog:

  • Updates on the Blumea logger module for Cuckoo & Scalable.
  • Added CI Pipelines for development.
  • Improved Documentation and code snippets.
  • Improvements on the Counting Bloom filter.
    • getCount Method:
      getCount(element: string): number
    • New insert Method:
      insert(element: string, count?: number): void

Full Changelog: v1.0.9...v1.1.0