Primitive-Collections v0.3.5 Release Notes

    • ๐Ÿ›  Fixed: Simple Code Generator dependency was declared wrong. Its only needed for runtime. Not for Compilation.
    • ๐Ÿ›  Fixed: ObjectLists Crashed when a null was provided as a Comparator. (Unless the List was Initialized with the ClassType)
    • ๐Ÿ›  Fixed: LinkedLists didn't implement add(Object)
    • ๐Ÿ›  Fixed: Object Collections did have the JavaCollections deprecated as the Constructor. This should only be deprecated for Primitives
    • โž• Added: Tests with 5k Random names for Object sorting.
    • ๐Ÿ”„ Changed: Object Arrays no longer require a Comparable[] it just assumes now that the elements in the Array are Comparable
    • ๐Ÿ›  Fixed: Dependency to SimpleCodeGenerator should be no longer a thing. Because the resulting library doesn't need it only the builder does.