Skip to content

Releases: RoaringBitmap/SwiftRoaring

Version 2.5.3

28 Feb 23:34
Compare
Choose a tag to compare

Syncing with CRoaring 0.9.9

Full Changelog: v2.5.2...v2.5.3

Version 2.5.2

16 Feb 17:19
Compare
Choose a tag to compare

New patch release of CRoaring

Version 2.5.1

11 Feb 22:23
Compare
Choose a tag to compare

Applied a bug fix to CRoaring.

Version 2.5.0

09 Feb 21:43
2e39654
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.5.0

Version 2.4.0

09 Feb 21:42
3b05334
Compare
Choose a tag to compare

Updating the underlying CRoaring (bug fixes).

Version 2.3.0

11 Nov 16:42
3b05334
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

Version 2.2.0

01 Jul 18:35
024d4e8
Compare
Choose a tag to compare

What's Changed

  • fixed memory leaks in all methods that work on multiple bitarrays, fixed... by @adamnemecek in #15
  • fixed return value of remove, fixed some tests by @adamnemecek in #17

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

11 Jun 15:30
48f985b
Compare
Choose a tag to compare

Fixed memory leak in iterators.

Version 2.0.0

24 May 15:20
f3921ab
Compare
Choose a tag to compare

Codable conformance

credit: @adamnemecek

Version 1.5.0

19 May 18:33
c8c79f2
Compare
Choose a tag to compare

Formatting and other minor changes.