Skip to content

Releases: rsdn/CodeJam

3.0.1-beta2

29 Dec 12:59
Compare
Choose a tag to compare
3.0.1-beta2 Pre-release
Pre-release

What's new in 3.0.1-beta2

  • Connection string parser/formatter class
  • IsBrowsable/IsCompilerGenerated reflection helpers
  • Code.NotDefault assertion
  • DateTime[Offset].Round method
  • Disposable.DisposeAsync method
  • TimeSpanHelpers class
  • CancellationToken.WhenCancelled method
  • Fixes, refactoring and code cleanup

3.0.1-beta1

13 Dec 07:14
Compare
Choose a tag to compare
3.0.1-beta1 Pre-release
Pre-release

Fix package version

3.0.0-beta1

12 Dec 22:36
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release

What's new in 3.0.0-beta1

  • Core 3.0 and 3.1 support
  • Move ToHashSet() and GetValueOrDefault() to separate namespace to prevent conflicts
  • Platform targeting reworked
  • Assertions revisited
  • DateTime[Offset] related assertions and extensions

2.2.1

03 Jun 08:39
Compare
Choose a tag to compare

What's new in 2.2.1

  • Add missing 4.7.2 build

2.2.0

02 Jun 08:44
Compare
Choose a tag to compare

What's new in 2.2.0

  • StartsWithInvariant/EndsWithInvariant/IndexOfInvariant/LastIndexOfInvariant methods.
  • Add frameworks support: .NET Standard 1.6, .NET Standard 1.5, .NET Core 1.0, .NET Core 1.1.
  • Extend .NET 2.0, .NET 3.5 and .NET 4.0 support.
  • Use Theraot.Core dependency for older frameworks targeting.
  • Remove System.ValueTuple dependency.
  • Add DictionaryCollectionExtensions
  • Fluent assertions
  • Limited .NET framework 2.0 support
  • ExceptionExtensions.ToDiagnosticString[Async] improvements
  • DictionaryExtensions.GetOrAddAsync/AddOrUpdateAsync
  • LazyDictionary ctors and Create with initial data supplied
  • Performance improvements in Fn class
  • string.StartsWith/EndsWith with specific char matching
  • Additional code annotations added
  • Fixes, refactoring and code cleanup

2.2.0-rc1

06 May 14:35
Compare
Choose a tag to compare
2.2.0-rc1 Pre-release
Pre-release

What's new in 2.2.0-rc1

  • Add deconstructor to IndexedItem, used in WithIndex extension method.
  • Code cleanup.

2.2.0-beta3

13 Mar 18:55
Compare
Choose a tag to compare
2.2.0-beta3 Pre-release
Pre-release

What's new in 2.2.0-beta3

  • Add frameworks support: .NET Standard 1.6, .NET Standard 1.5, .NET Core 1.0, .NET Core 1.1.
  • Extend .NET 2.0, .NET 3.5 and .NET 4.0 support.
  • Use Theraot.Core dependency for older frameworks targeting.
  • Remove System.ValueTuple dependency.

2.2.0-beta2

27 Jan 20:24
Compare
Choose a tag to compare
2.2.0-beta2 Pre-release
Pre-release

What's new in 2.2.0-beta2

  • Add DictionaryCollectionExtensions
  • Fluent assertions
  • Limited .NET framework 2.0 support
  • ExceptionExtensions.ToDiagnosticString[Async] improvements
  • DictionaryExtensions.GetOrAddAsync/AddOrUpdateAsync
  • LazyDictionary ctors and Create with initial data supplied
  • Fixes, refactoring and code cleanup

2.2.0-beta1

06 Dec 12:19
Compare
Choose a tag to compare
2.2.0-beta1 Pre-release
Pre-release

What's new in 2.1.1

  • Performance improvements in Fn class
  • string.StartsWith/EndsWith with specific char matching
  • Additional code annotations added
  • Fixes, refactoring and code cleanup

2.1.1

17 Jun 08:30
Compare
Choose a tag to compare

What's new in 2.1.1

  • Fix package dependencies
  • Fix version