Skip to content

Releases: ZILtoid1991/collections-d

v0.4.0-alpha

16 Dec 23:46
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release

LinkedMap and LinkedHashMap:

  • Added FIFO capabilities
  • Added two-way foreach
  • Fixed missing binaryFun!equal bugs

Other:

  • Updated readme.md

v0.3.2

26 Nov 18:37
Compare
Choose a tag to compare

Added LinkedList.which.

v0.3.1

27 Aug 19:24
Compare
Choose a tag to compare

Fixed bugs caused by missing binaryFun!equal lines.

v0.3.0

23 Jul 00:02
Compare
Choose a tag to compare

Architectural changes:

  • HashMap now gets its nogcIndexing trait automatically from the provided hashFunc, and from now on all hash-based collections.
  • alias less added to HashSet.
  • Workaround is provided for D's issue with opApply functions.
  • LinkedList is rewritten to be better optimized.

v0.2.0

28 May 11:04
Compare
Choose a tag to compare

Set operators are tested and fully working.

Added Set.hasRange(R)(R range) to the specifications.

Fixed a bug involving iterating over an empty TreeMap/TreeSet.

v0.2.0-beta

12 May 22:02
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release

Forgot to include the important bugfixes with the previous release... :(

v0.2.0-alpha

05 May 00:56
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Feature additions mainly.

Final will have more unittests, and the backend for HashMap and HashSet can be chosen.

v0.1.0

08 Apr 21:25
Compare
Choose a tag to compare

Standardization, optimization, and a few fixes.

v0.1.0-alpha

07 Apr 20:32
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Initial pre-release

Final v0.1.0 will have better optimized SortedList insertion that won't rely on library functions.