Releases: NexusKrop/IceCube
Releases · NexusKrop/IceCube
v0.4.0-alpha
This is a release towards the Beta phase, with last-minute breaking changes
(can't do any breaking changes after Beta phase so have to do it now)
Added
- Added
IDictionary.Invert()
to invert key and values and create a new dictionary - Added
Fails.ArgumentNull(string)
for argument null exception with a default message - Added
HighWord
,LowWord
,HighByte
,LowByte
support for corresponding types
Changed
- Moved extensions to generic
IEnumerable
to a new typeEnumerableExtensions
- Moved
CollectionExtensions
toUtil.Enumerables
- Moved Key-to-Value-Container types to
NexusKrop.IceCube.Data.Containers
name-space - Renamed
Throws
toFails
- Renamed
MathUtil
toMathUtility
- Renamed
ProcessUtil
toProcesses
- Yet again, we have moved to GitHub
Removed
- Removed the following deprecated methods:
- 2
foreach
based overloads ofCollectionExtensions.Iterate
ProcessUtil.ShellExecute
- 2