-
Notifications
You must be signed in to change notification settings - Fork 19
/
Changelog.txt
45 lines (26 loc) · 1.06 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Version 1.3.2
----------------------------------------------------------
- [Bug] Fixed again (and sufficiently tested): Sorting a linked collection caused errors under certain circumstances since _first.left and _last.right were still set.
- [Dev] Added StringMap and StringSet collections (less memory consumption than Map and Set)
Version 1.3.1
----------------------------------------------------------
- [Bug] Sorting a linked collection caused errors under certain circumstances since _first.left and _last.right were still set.
- [Dev] Added useful getter methods to IOrderedMap/Set and ISortedMap/Set
Map: firstKey, lastKey, nextKey, previousKey
Set: next, previous
Version 1.3.0
----------------------------------------------------------
"Provide utilities"
New features:
- Map, List and Set utilities (clone, copy, addFrom)
- Map, List and Set builder
- RecursiveIterator2 (will replace RecursiveIterator in Version 2)
Bugs:
- none
Version 1.2.0
----------------------------------------------------------
"Reset to 1.0.0"
Features:
- none
Bugs:
- none