Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

v3.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 20:40
· 6 commits to master since this release

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)