Skip to content

Releases: emirpasic/gods

v1.18.1

Choose a tag to compare

@emirpasic emirpasic released this 18 Apr 18:16
dbdbadc
  • Fix in ArrayList.Contains function against nil values #205

v1.18.0

Choose a tag to compare

@emirpasic emirpasic released this 14 Apr 23:12
773505c

v1.17.0

Choose a tag to compare

@emirpasic emirpasic released this 13 Apr 21:23
da429eb

v1.16.0

Choose a tag to compare

@emirpasic emirpasic released this 12 Apr 22:40
155dd74
  • Set operations: intersection, union, difference #195

v1.15.1

Choose a tag to compare

@emirpasic emirpasic released this 12 Apr 17:36
  • ToString() util function optimization
  • String() interface function for Container interface to be implemented by all data structures

v1.15.0

Choose a tag to compare

@emirpasic emirpasic released this 12 Apr 02:35
  • All data structures implement the json.Marshaler and json.Unmarshaler interfaces #192

v1.14.0

Choose a tag to compare

@emirpasic emirpasic released this 12 Apr 01:42
  • 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

Choose a tag to compare

@emirpasic emirpasic released this 11 Apr 23:26
55346e9
  • NextTo and PrevTo iterator functions #189

v1.12.1

Choose a tag to compare

@emirpasic emirpasic released this 22 Sep 23:38
057bca0
  • TreeMap Floor and Ceiling functions #92
  • Switch to CircleCI #188

v1.11.0

Choose a tag to compare

@emirpasic emirpasic released this 21 Sep 03:48
7aedbff
  • LinkedHashSet #89
  • LinkedHashMap #91
  • Lists bulk initialization #88
  • Sets bulk initialization #90