All Versions
2
Latest Version
Avg Release Cycle
86 days
Latest Release
778 days ago
Changelog History
Changelog History
-
v4.0.0-beta.0 Changes
July 24, 2022โ Added
- โ Complete test examples (don't effect using).
- The error thrown is standardized, you can catch it according to the error type.
๐ changed
- ๐จ Refactor all container from function to class (don't effect using).
- Abstracting tree containers and hash containers, change
Set
's andMap
's name toOrderedSet
andOrderedMap
to distinguish it from the official container. - ๐ Change
OrderedSet
apieraseElementByValue
's name toeraseElementByKey
.
๐ Fixed
- ๐ Fixed so many bugs.
-
v3.0.0-beta.0 Changes
April 29, 2022โ Added
- Bidirectional iterator is provided for all containers except Stack, Queue, HashSet and HashMap.
- โ Added begin, end, rBegin and rEnd functions to some containers for using iterator.
- โ Added
eraseElementByIterator
function.
๐ Changed
- ๐ Changed Pair type
T, K
toK, V
(don't effect using). - ๐ Changed
find
,lowerBound
,upperBound
,reverseLowerBound
andreverseUpperBound
function's returned value toIterator
.
๐ Fixed
- ๐ Fixed an error when the insert value was 0.
- ๐ Fixed the problem that the lower version browser does not recognize symbol Compilation error caused by iterator.