Skip to content

Releases: ZILtoid1991/collections-d

v0.5.1

18 Oct 18:49
Compare
Choose a tag to compare

Fixed an issue with opApply in treemaps.

v0.5.0

16 Apr 20:44
Compare
Choose a tag to compare

Added extra functions to SortedList, which allows it to be used as an ordered associative array, also fixed issues with the arrayOf function.

v0.4.7

11 Oct 19:57
Compare
Choose a tag to compare

Fixed an undetected bug related to TreeMap.foreach_reverse.

v0.4.6

03 Oct 21:17
Compare
Choose a tag to compare
Fixed an attribute hell issue

v0.4.5

21 Sep 18:07
Compare
Choose a tag to compare

Added in operator to many collection.

Added has function to maps.

v0.4.4

15 May 19:48
Compare
Choose a tag to compare

There was a missing end--; decrement, which caused crashes when foreaching on linked lists that have an element removed.

v0.4.3

15 May 17:57
Compare
Choose a tag to compare

Fixed a bug related to removing elements from linked sets. Now every element removal will decrease nOfElements, which was missing from previous versions.

v0.4.2

10 May 18:37
Compare
Choose a tag to compare

The remove function was missing in LinkedHashSet.

It's still missing if you enable hash duplicates, but that's currently lower priority for me.

v0.4.1

24 Jan 21:18
Compare
Choose a tag to compare
  • Made defaultHash and defaultHash128 work without heap allocation by casting strings to const(ubyte)[]

v0.4.0

16 Jan 22:42
Compare
Choose a tag to compare

Added some more unit tests for LinkedHashMap to ensure stability.

(actual release, previously I forgot to push to Git :( )