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

Releases: CareBoo/Blinq

v3.1.0

10 Mar 20:40
Compare
Choose a tag to compare

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)

v3.1.0-preview.11

21 Dec 06:42
Compare
Choose a tag to compare
v3.1.0-preview.11 Pre-release
Pre-release

3.1.0-preview.11 (2020-12-21)

Features

  • ✨ Add Run and Schedule NativeArray.ElementAt (d418942)
  • ✨ Add Run/Schedule NativeArray Last (7400bbd)
  • ✨ Add Run/Schedule NativeArray Single (93a4f6b)
  • ✨ Implement NativeArray Run/Schedule First (8f8b986)
  • Add NativeArray MaxMin (f740e44)

v3.1.0-preview.9

18 Dec 08:57
Compare
Choose a tag to compare
v3.1.0-preview.9 Pre-release
Pre-release

3.1.0-preview.9 (2020-12-18)

Features

  • ✨ Implement RunAggregate and ScheduleAggregate (b6203e2), closes #67
  • ✨ Implement RunAll and ScheduleAll (751007a), closes #68
  • ✨ Implement RunAny and ScheduleAny (8212854), closes #69

v3.1.0-preview.10

18 Dec 09:15
Compare
Choose a tag to compare
v3.1.0-preview.10 Pre-release
Pre-release

3.1.0-preview.10 (2020-12-18)

Features

  • ✨ Implement RunSequenceEqual and ScheduleSequenceEqual (d860007), closes #77

v3.1.0-preview.8

15 Dec 04:01
Compare
Choose a tag to compare
v3.1.0-preview.8 Pre-release
Pre-release

3.1.0-preview.8 (2020-12-15)

Features

  • ✨ Implement Run and Schedule Contains (48b1f88), closes #70

v3.1.0-preview.7

14 Dec 02:46
Compare
Choose a tag to compare
v3.1.0-preview.7 Pre-release
Pre-release

3.1.0-preview.7 (2020-12-14)

Features

  • ✨ Implement NativeArray RunAverage, ScheduleAverage (dab8e0b)
  • ✨ Implement RunMaxMin and ScheduleMaxMin (b454d8e), closes #65
  • ✨ Implement RunMaxMin and ScheduleMaxMin (1bce95f)

v3.1.0-preview.6

11 Dec 07:49
Compare
Choose a tag to compare
v3.1.0-preview.6 Pre-release
Pre-release

3.1.0-preview.6 (2020-12-11)

Features

  • ✨ Implement RunCount and ScheduleCount (b763ea3), closes #71
  • ✨ Implement RunLongCount and ScheduleLongCount (644ba1d), closes #76

v3.1.0-preview.5

11 Dec 07:25
Compare
Choose a tag to compare
v3.1.0-preview.5 Pre-release
Pre-release

3.1.0-preview.5 (2020-12-11)

Features

  • ✨ Add NativeArray.Sum (ef5c4bc), closes #66
  • ✨ Implement RunSum and ScheduleSum (0c1f594), closes #66

v3.1.0-preview.4

29 Nov 06:33
Compare
Choose a tag to compare
v3.1.0-preview.4 Pre-release
Pre-release

3.1.0-preview.4 (2020-11-29)

Bug Fixes

  • 🐛 Fix ElementAtOrDefault throwing an exception (f0d5c43)

v3.1.0-preview.3

29 Nov 05:50
Compare
Choose a tag to compare
v3.1.0-preview.3 Pre-release
Pre-release

3.1.0-preview.3 (2020-11-29)

Features

  • ✨ Implement RunElementAt and ScheduleElementAt (7943a6e), closes #72
  • ✨ Implement RunFirst and ScheduleFirst (6c2f5c1), closes #74
  • ✨ Implment RunLast and ScheduleLast (59ca4e5), closes #75
  • ✨ Reduce constraints in Single API (617c8f3)