Skip to content

1.0.0-beta10

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewvk andrewvk released this 19 Apr 22:36
· 1666 commits to master since this release

What's new in 1.0.0-beta10

  • InterlockedOperations.Initialize and Update methods
  • StringExtensions.Unquote methods
  • Add defaultValue parameter to all Min/MaxByOrDefault overloads
  • Additional overloads for Algorithms.EqualRange/UpperBound/LowerBound
  • Memoize extended up to 8 arguments
  • Thread safety for disposables
  • AssemblyExtensions.GetAssemblyDir/Path improvements
  • Move all string related functions to separate namespace CodeJam.Strings
  • Enumerable.Index renamed to WithIndex. IndexItem implements equality stuff
  • XNodeExtensions.OptionalXxxValue renamed to XxxValueOrDefault
  • Fn.Identity/IdentityConverter renamed to Self/SelfConverter
  • TupleStruct renamed to ValueTuple
  • Performance optimization
  • Refactoring
  • Fixes and code cleanup