This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
3.1.0 (2021-03-10)
Bug Fixes
- π Fix SequenceJobs to be burst compiled (d98957d)
- π Fix ElementAtOrDefault throwing an exception (8c0c4ca)
Features
- β¨ Add NativeArray.Sum (de7a7d3), closes #66
- β¨ Add Run and Schedule NativeArray.ElementAt (6f5632a)
- β¨ Add Run/Schedule NativeArray Last (3389ff2)
- β¨ Add Run/Schedule NativeArray Single (97d72d2)
- β¨ Implement NativeArray Run/Schedule First (9f2f6f7)
- β¨ Implement NativeArray RunAverage, ScheduleAverage (e67b087)
- β¨ Implement Run and Schedule Contains (5dd471f), closes #70
- β¨ Implement RunAggregate and ScheduleAggregate (7e043e2), closes #67
- β¨ Implement RunAll and ScheduleAll (9a73d53), closes #68
- β¨ Implement RunAny and ScheduleAny (d4f31f9), closes #69
- β¨ Implement RunCount and ScheduleCount (db6f372), closes #71
- β¨ Implement RunElementAt and ScheduleElementAt (4e6e6b1), closes #72
- β¨ Implement RunFirst and ScheduleFirst (2b9fb95), closes #74
- β¨ Implement RunLongCount and ScheduleLongCount (6a2f413), closes #76
- β¨ Implement RunMaxMin and ScheduleMaxMin (ca76b9a), closes #65
- β¨ Implement RunMaxMin and ScheduleMaxMin (24796f7)
- β¨ Implement RunSequenceEqual and ScheduleSequenceEqual (958daf7), closes #77
- β¨ Implement RunSingle and ScheduleSingle (01a4601), closes #78
- β¨ Implement RunSum and ScheduleSum (00fa0ea), closes #66
- β¨ Implment RunLast and ScheduleLast (d650406), closes #75
- β¨ Reduce constraints in Single API (abd6d10)
- Add NativeArray MaxMin (e03c6c4)