Skip to content

Releases: emirpasic/gods

v1.18.1

18 Apr 18:16
dbdbadc
Compare
Choose a tag to compare
  • Fix in ArrayList.Contains function against nil values #205

v1.18.0

14 Apr 23:12
773505c
Compare
Choose a tag to compare

v1.17.0

13 Apr 21:23
da429eb
Compare
Choose a tag to compare

v1.16.0

12 Apr 22:40
155dd74
Compare
Choose a tag to compare
  • Set operations: intersection, union, difference #195

v1.15.1

12 Apr 17:36
Compare
Choose a tag to compare
  • ToString() util function optimization
  • String() interface function for Container interface to be implemented by all data structures

v1.15.0

12 Apr 02:35
Compare
Choose a tag to compare
  • All data structures implement the json.Marshaler and json.Unmarshaler interfaces #192

v1.14.0

12 Apr 01:42
Compare
Choose a tag to compare
  • GetNode() to find node in AVLTree, BTree, and RedBlackTree by key
  • Size() function for the tree node of AVLTree, BTree, and RedBlackTree to dynamically calculate the size of the subtree
  • Node() function of the iterators for AVLTree, BTree, and RedblackTree to return the actual node at the current iterator position

v1.13.0

11 Apr 23:26
55346e9
Compare
Choose a tag to compare
  • NextTo and PrevTo iterator functions #189

v1.12.1

22 Sep 23:38
057bca0
Compare
Choose a tag to compare
  • TreeMap Floor and Ceiling functions #92
  • Switch to CircleCI #188

v1.11.0

21 Sep 03:48
7aedbff
Compare
Choose a tag to compare
  • LinkedHashSet #89
  • LinkedHashMap #91
  • Lists bulk initialization #88
  • Sets bulk initialization #90