All Versions
2
Latest Version
Avg Release Cycle
86 days
Latest Release
1004 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.