New Compute function and better toArray implementations

This commit is contained in:
2023-06-05 23:40:48 +02:00
parent 0f9751bf70
commit 63ef68fb95
10 changed files with 4130 additions and 3749 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog of versions
### Version 0.8.1
- Added: getFirst/getLast/removeFirst/removeLast to List.class.
- Added: Dedicated Set toArray implementations.
- Added: ToArray/pushTop functions to Stack.class.
- Added: ComputeNonDefault functions which will contain the current behavior of the Compute function, while the Compute will be changed to be more java compliant!
- Fixed: SetValue wasn't working on forEach implementations.
### Version 0.8.0
- Added: getFirst/getLast/removeFirst/removeLast to Lists
- Added: Dedicated implementations for toArray into TreeSets