Releases: RoaringBitmap/SwiftRoaring
Releases · RoaringBitmap/SwiftRoaring
Version 2.5.3
Syncing with CRoaring 0.9.9
Full Changelog: v2.5.2...v2.5.3
Version 2.5.2
New patch release of CRoaring
Version 2.5.1
Applied a bug fix to CRoaring.
Version 2.5.0
Version 2.4.0
Updating the underlying CRoaring (bug fixes).
Version 2.3.0
What's Changed
- renamed dropFirst and dropLast to popFirst and popLast by @adamnemecek in #18
- Updating croaring. by @lemire in #19
Full Changelog: v2.2.0...v2.3.0
Version 2.2.0
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
Fixed memory leak in iterators.
Version 2.0.0
Codable conformance
credit: @adamnemecek
Version 1.5.0
Formatting and other minor changes.