Skip to content

Releases: cathei/LinqGen

v0.2.6

12 Oct 09:42
Compare
Choose a tag to compare
  • #13 Fixed ListLayout on Unity environment

v0.2.5

25 Jul 01:19
Compare
Choose a tag to compare
  • #9 Fixed Min/Max stubs returning int not element type.

v0.2.4

19 May 03:16
Compare
Choose a tag to compare
  • #7 Fix support for ICollection and IReadonlyCollection, thanks for contribution!

v0.2.3

26 Jan 22:05
Compare
Choose a tag to compare

Bug fixes

  • Fixes #6, in Unity Allocator.Persistent will be used for non-job usages.

v0.2.2

20 Jan 03:59
Compare
Choose a tag to compare

Bug fixes

  • #3 OfType Followed by Some Operations Generates Non-compiling Code
  • Fix Min/Max to return null for empty reference types

Improvements

  • #4 Default comparer will not allocate in Debug build anymore
  • #5 Added the common Unity collection types

v0.2.1

10 Jan 04:54
Compare
Choose a tag to compare
  • Any, All evaluation has been added

v0.2.0

31 Dec 05:43
Compare
Choose a tag to compare
  • Prepend, Append operation is implemented
  • MinBy, MaxBy evaluation is implemented
  • Specialize() is replaced with Gen()
  • List<T>.RemoveAll with IStructFunction is added

v0.1.1

29 Dec 03:54
Compare
Choose a tag to compare
  • Concat operation has been added
  • Performance improvement

v0.1.0

23 Dec 07:32
Compare
Choose a tag to compare
  • GroupBy implementation added
  • Test case improvement with T4 template
  • Various bugs got fixed

v0.0.4-preview

17 Dec 21:28
Compare
Choose a tag to compare
  • Now fully compatible with Burst compiler!
  • Speed improvements with Unsafe