This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Releases: CareBoo/Blinq
Releases · CareBoo/Blinq
v1.0.0-preview.4
v1.0.0-preview.3
1.0.0-preview.3 (2020-08-26)
Features
- ✨ adding Any method (8f5df36)
- ✨ adding BFunc (14c0d1b)
- ✨ adding in NativeSequence (ef5f7d1)
- ✨ adding predicate with 2 args (0be9da7)
- ✨ Adding Select (fcf1009)
- 🎉 Now managing memory conventionally (0ffc964)
BREAKING CHANGES
- this whole repo got foobar'd. All the tests have been rewritten, and the extension methods have been removed to focus on getting Blinq working with a single struct for now.
v1.0.0-preview.2
1.0.0-preview.2 (2020-08-23)
Code Refactoring
- 🎨 replacing IMap with IFunc (f9b6a18)
BREAKING CHANGES
- IMap removed, use IFunc instead