Skip to content

Releases: Certora/collections

v1.0.1

23 May 20:16
1bb0beb
Compare
Choose a tag to compare

What's Changed

  • Fix NullPointerException in treapListOf(1).subString(1, 1) (and many other cases) by @ericeil in #16

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 May 16:30
840d5eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v1.0.0

v0.3.0

17 Feb 00:21
04fb5d3
Compare
Choose a tag to compare

What's Changed

  • Add new methods for querying sorted treap maps by @ericeil in #13

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Feb 15:01
315e3db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0

0.1.2

12 Jan 19:57
38f10b6
Compare
Choose a tag to compare

What's Changed

  • Better diagnostics for map iteration while mutating by @ericeil in #10
  • Fix stack overflow in TreapMapBuilder.clear() by @ericeil in #11

Full Changelog: v0.1.1...v0.1.2

0.1.1

06 Dec 22:47
946ba94
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

0.1.0

23 Oct 23:19
a89098d
Compare
Choose a tag to compare

Initial release