Releases: rsdn/CodeJam
Releases · rsdn/CodeJam
1.0.0-beta5
What's new in 1.0.0-beta5
- New assertions - Code.InRange, ValidIndex, ValidIndexPair, ValidIndexAndCount, Code.NotNullNorWhiteSpace
- StringExtensions.SplitWithTrim method
- ReflectionExtensions.GetDelegateParams method
- Fast Any() method for arrays
- StringExtensions.FromBase64/ToBase64 methods
- StringExtensions.GetBytes method
- StringExtensions.ToHexString method
- Additional methods in ExpressionHelper and InfoOf classes
- Platform targeting for .NET Framework 4.0 and 4.6
- Fixes, code cleanup and annotations
- Jetbrains annotations now visible in binary
1.0.0-beta4
What's new in 1.0.0-beta4
- EnumerableExtensions.Slice/Page methods
- QueryableExtensions.Slice/Page methods
- ReflectionExtensions.CreateInstance method
- Platform targeting for .NET Framework 4.0
- Performance optimization
- Fixes, code cleanup and annotations
1.0.0-beta3
What's new in 1.0.0-beta3
- Code.DisposeIf assertion
- EnumerableExtensions.TakeLast method
- AsyncOperationHelper class
- fixes and code cleanup&annotation
1.0.0-beta2
What's new in 1.0.0-beta2
- ToByteSizeString()
- StringExtesion.Join overload
- XNodeExtensions AttributeValue/ElementValue methods
- StringExtensions.FormatWith overloads
- HashCode.CombineValues methods
- ReflectionExtensions.IsNullable(Type) method
- ReflectionExtensions.IsInstantiable(Type) method
- Fn'1.IsNull/NotNull functions
- EnumerableExtensions.Flatten method
- EnumerableExtensions.OrderBy/OrderByDescending parameterless overloads
- fixes and code cleanup