This repository has been 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
2.0.0-pre.5 (2021-04-16)
Performance Improvements
- β‘ Improve function pointer performance (f621698)
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