All Versions
10
Latest Version
Avg Release Cycle
83 days
Latest Release
2005 days ago

Changelog History

  • v1.12.0 Changes

    September 22, 2018
    • TreeMap Floor and Ceiling functions #92
  • v1.11.0 Changes

    September 21, 2018
    • LinkedHashSet #89
    • LinkedHashMap #91
    • Lists bulk initialization #88
    • Sets bulk initialization #90
  • v1.10.0 Changes

    September 20, 2018
    • List set method `list.Set(index, interface{}) #87
    • TreeBidiMap fix to panic on first invalid type according to comparator 370f7ab
    • Array list optimization #76
    • 📚 Documentation updates
  • v1.9.0 Changes

    March 06, 2017
    • JSON serialization (marshaling) / deserialization (unmarshaling) #53
  • v1.8.1 Changes

    March 05, 2017
    • Fix doubly linked list's element's previous pointer when inserting #52
  • v1.8.0 Changes

    March 05, 2017
  • v1.7.0 Changes

    March 03, 2017
    • TimeComparator #42
  • v1.6.0 Changes

    September 17, 2016
    • Added comparators for most common builting types (string, int, int8, int16, int32, int64, uint, uint8, uint16, uint32, uint64, float32, float64, byte, rune)
  • v1.5.2 Changes

    September 07, 2016
    • ⚡️ Allow for a bulk optimized push of values into a heap #35
  • v1.5.1 Changes

    September 07, 2016
    • Fix duplicate struct key insertion in red-black tree #34