0.3.6
Release Notes: Version 0.3.6
New Features
- Factory Methods Added:
- Introduced new factory methods for collections, including:
- Added
ThreadSafeandNotThreadSafeannotations for better code clarity. (#282)
Bug Fixes
- Fixed type mismatches and reverted inappropriate changes in
ReversedDequeTest. - Corrected raw type constructors and local variable types in
SetUtils. - Fixed import issues and removed wildcard imports across core classes.
Documentation
- Revised JavaDocs for collection utility methods for better clarity.
- Corrected mismatches in method documentation, ensuring accurate terminology (e.g.,
mappingstoelements).
Test Improvements
- Added comprehensive test cases for newly introduced collection factory methods.
Build and Workflow Enhancements
- Removed duplicated line separators, trailing whitespace, and unnecessary final newlines across Java files for cleaner codebase.
Other Changes
- Refactored collection constructor return types from interfaces to concrete collection types.
- Organized imports and restored blank lines between import sections in Java files.
Full Changelog: v0.3.5...v0.3.6
Full Changelog: 0.3.5...0.3.6