This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Releases: CareBoo/Burst.Delegates
Releases · CareBoo/Burst.Delegates
v2.0.0-exp.1
2.0.0-exp.1 (2021-05-14)
Bug Fixes
- 🐛 Fix minimal unity version (ea8b0f7)
Code Refactoring
- 🔥 Remove ValueFunc, ValueAction, and use new C# 9 function pointer syntax (e5ea11a)
- ⚡ Remove non-struct interface (b05e8a8)
Features
- ✨ Add implicit conversion from BurstDelegate to FunctionPointer (98286a3)
- ✨ Add implicit operator for Burst Delegates and C# 9 Function Pointers (53951a9)
- ✨ Add partial application to Value Delegates (6d16ffe)
- ✨ ReAdd ValueFunc and ValueAction (ab50da8)
Performance Improvements
BREAKING CHANGES
- Remove most of the API dealing with function pointers
- Move compile from Burst delegates to Value delegates
- Minimum unity version has changed
- Removed ValueFunc, ValueAction
v2.0.0-pre.6
2.0.0-pre.6 (2021-04-26)
Features
- ✨ Add partial application to Value Delegates (6d16ffe)
BREAKING CHANGES
- Move compile from Burst delegates to Value delegates
v2.0.0-pre.5
v2.0.0-pre.4
v2.0.0-pre.3
2.0.0-pre.3 (2021-04-03)
Features
v2.0.0-pre.2
2.0.0-pre.2 (2021-04-03)
Bug Fixes
- 🐛 Fix minimal unity version (ea8b0f7)
BREAKING CHANGES
- Minimum unity version has changed
v2.0.0-pre.1
2.0.0-pre.1 (2021-04-03)
Code Refactoring
- 🔥 Remove ValueFunc, ValueAction, and use new C# 9 function pointer syntax (e5ea11a)
Performance Improvements
- ⚡ Use C# 9 function pointers (bf91f66)
BREAKING CHANGES
- Removed ValueFunc, ValueAction