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

Releases: CareBoo/Blinq

v1.0.0-preview.14

14 Sep 04:44
Compare
Choose a tag to compare
v1.0.0-preview.14 Pre-release
Pre-release

1.0.0-preview.14 (2020-09-14)

Features

  • ✨ Implement Distinct (f44d7a8), closes #6

v1.0.0-preview.13

14 Sep 04:03
Compare
Choose a tag to compare
v1.0.0-preview.13 Pre-release
Pre-release

1.0.0-preview.13 (2020-09-14)

Features

  • ✨ Add Job-API methods to ValueSequence (3d1f775)
  • ✨ Reimpl ToNative* extension methods (fab1b10)

v1.0.0-preview.12

10 Sep 07:49
Compare
Choose a tag to compare
v1.0.0-preview.12 Pre-release
Pre-release

1.0.0-preview.12 (2020-09-10)

Features

  • ✨ Implement DefaultIfEmpty (1b9db20), closes #5

v1.0.0-preview.11

10 Sep 06:30
Compare
Choose a tag to compare
v1.0.0-preview.11 Pre-release
Pre-release

1.0.0-preview.11 (2020-09-10)

Features

  • ✨ Implement Contains (42f6b6b), closes #4

v1.0.0-preview.10

10 Sep 05:48
Compare
Choose a tag to compare
v1.0.0-preview.10 Pre-release
Pre-release

1.0.0-preview.10 (2020-09-10)

Features

  • ✨ Add NativeArray impl of Union (a41481d)
  • ✨ Implement Union (205e4ca), closes #32

v1.0.0-preview.9

09 Sep 07:06
Compare
Choose a tag to compare
v1.0.0-preview.9 Pre-release
Pre-release

1.0.0-preview.9 (2020-09-09)

Features

  • ✨ Add ToNativeArray and ToNativeArrayJob (22f7f15), closes #31
  • ✨ Add ToNativeHashMap and ToNativeHashMapJob (b176257)
  • ✨ Add ToNativeList and ToNativeListJob (64e7b32)

v1.0.0-preview.8

04 Sep 08:35
Compare
Choose a tag to compare
v1.0.0-preview.8 Pre-release
Pre-release

1.0.0-preview.8 (2020-09-04)

Bug Fixes

  • 🐛 Fix concat memory leak (73eaaae)

Features

v1.0.0-preview.7

04 Sep 06:18
Compare
Choose a tag to compare
v1.0.0-preview.7 Pre-release
Pre-release

1.0.0-preview.7 (2020-09-04)

Bug Fixes

  • 🐛 enforce IFunc struct params (ca074fe)
  • 🐛 remove deallocate (9eefb9d)
  • 🐛 Remove deallocate for aggregate and count (5b415fd)

Features

  • ✨ Add CodeGenSourceApiAttribute (f176c70)
  • ✨ Add CodeGenTargetApiAttribute (44d3037)
  • ✨ Add INativeDisposable interface (d294b42)
  • ✨ Add Lots of Features (ccdf51a)
  • ✨ Implement CodeGenApi attributes (3325f2d)
  • ✨ Use NativeList as backed field (5044aab)
  • 🎉 Implement ValueSequence API (5d27a08)

BREAKING CHANGES

  • Delete Native Sequence
  • literally everything. About to remove NativeSequence

v1.0.0-preview.6

29 Aug 23:34
Compare
Choose a tag to compare
v1.0.0-preview.6 Pre-release
Pre-release

1.0.0-preview.6 (2020-08-29)

Features

  • ✨ Add Aggregate IFunc API (bc5ab35)
  • ✨ Add NotCodeGenerated error (968e9bf)

Reverts

BREAKING CHANGES

  • Average is no longer supported.

v1.0.0-preview.5

27 Aug 05:31
Compare
Choose a tag to compare
v1.0.0-preview.5 Pre-release
Pre-release

1.0.0-preview.5 (2020-08-27)

Bug Fixes

  • 🐛 fixing Average race condition (366ecaa)

Features