Releases: cathei/LinqGen
Releases · cathei/LinqGen
v0.2.6
12 Oct 09:42
Compare
Sorry, something went wrong.
No results found
#13 Fixed ListLayout on Unity environment
v0.2.5
25 Jul 01:19
Compare
Sorry, something went wrong.
No results found
#9 Fixed Min/Max stubs returning int not element type.
v0.2.4
19 May 03:16
Compare
Sorry, something went wrong.
No results found
#7 Fix support for ICollection and IReadonlyCollection, thanks for contribution!
v0.2.3
26 Jan 22:05
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fixes #6 , in Unity Allocator.Persistent will be used for non-job usages.
v0.2.2
20 Jan 03:59
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Any, All evaluation has been added
v0.2.0
31 Dec 05:43
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Concat operation has been added
Performance improvement
v0.1.0
23 Dec 07:32
Compare
Sorry, something went wrong.
No results found
GroupBy implementation added
Test case improvement with T4 template
Various bugs got fixed
v0.0.4-preview
17 Dec 21:28
Compare
Sorry, something went wrong.
No results found
Now fully compatible with Burst compiler!
Speed improvements with Unsafe