Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

0.25.0 Release Notes

Features

This release switches completely from JUnit 4 to JUnit 5.

0.24.0 Release Notes

Deprecated API

  • PrintTools is now deprecated in favor of LogTools

Dependencies

  • IHMC's Log Tools logging library has been added to replace PrintTools. See more at https://github.com/ihmcrobotics/log-tools
  • Commons Lang and PiTest upgraded to latest versions

0.23.2 Release Notes

New Data Structure

RecyclingLinkedList provides a data structure that can be used similar to a deque. Elements can be added and removed efficiently from the front and the end of the linked list. However, element access is not possible. The linked list provides a forward and backward that can be used to move through the list.

0.23.1 Release Notes

New Feature

  • Adding a convenience method to SupplierBuilder for making an index-based Supplier

0.23.0 Release Notes

New Features

  • BoundedRecyclingArrayList - throws OutOfMemoryException when max capacity violated

0.22.0 Release Notes

API Changes

  • Rewrite AllocationProfiler API to be more configurable, easy to understand, and 70% mutation test coverage

0.21.1 Release Notes

Bug fixes

  • Fix bug where blacklisted methods got added to the whitelist accidentally

...