-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
executable file
·37 lines (29 loc) · 1.13 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
v0.9.0
[Feature] Added Utilities similar to functions in common scripting languages
such as Perl, Ruby, Python, etc.(Push,Pop,Shift,Unshift)
[Feature] Added ReadOnlySet.
[Feature] Added Replace method to Map/Dictionary.
v0.8.0
[Feature] Added Collection/Dictionary/Enumerable/List/SetUtils.
[Feature] Added Create method to Slot.
v0.7.0
[Feature] Support for netcoreapp2.1.
[Feature] Added IEqualityComparer support.
[Feature] Added AddAll/PutAll(IEnumarable<KeyValuePair<K,V>>) method to IMutlValuedMap.
v0.6.0
[Feature] Added ReferenceDictionary/WeakHashMap.
[Feature] Added AddAll/Delete/PutAll methods to IMultiValuedMap
[Feature] Enabled Jsonization of dictionaries that use DateTimeOffset/Guid/Url as keys.
v0.5.0
[Feature] Added HashSetValuedDictionary.
[Feature] Added IsEmpty method to IMultiValuedDictionary.
[Fix] IsSubset returns incorrect result.
v0.4.0
[Feature] Added ListValuedMap/Dictionary.
[Feature] Added putIfAbsent method to IHashMap.
v0.3.0
[Feature] An overloaded method with callback arguments has been added to IHashMap.
v0.2.0
[Feature] Added LruMap/Dictionary.
v0.1.0
first version