This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Commit 86aa4f6
committed
chore(release): 2.0.0-exp.1 [skip ci]
# [2.0.0-exp.1](v1.2.0...v2.0.0-exp.1) (2021-05-14)
### Bug Fixes
* 🐛 Fix minimal unity version ([ea8b0f7](ea8b0f7))
### Code Refactoring
* 🔥 Remove ValueFunc, ValueAction, and use new C# 9 function pointer syntax ([e5ea11a](e5ea11a))
* ⚡ Remove non-struct interface ([b05e8a8](b05e8a8))
### Features
* ✨ Add implicit conversion from BurstDelegate to FunctionPointer ([98286a3](98286a3))
* ✨ Add implicit operator for Burst Delegates and C# 9 Function Pointers ([53951a9](53951a9))
* ✨ Add partial application to Value Delegates ([6d16ffe](6d16ffe))
* ✨ ReAdd ValueFunc and ValueAction ([ab50da8](ab50da8))
### Performance Improvements
* ⚡ Improve function pointer performance ([f621698](f621698))
* ⚡ Use C# 9 function pointers ([bf91f66](bf91f66))
### 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, ValueAction1 parent b05e8a8 commit 86aa4f6
File tree
2 files changed
+37
-2
lines changed- Packages/com.careboo.burst-delegates
2 files changed
+37
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
6 | 41 | | |
7 | 42 | | |
8 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
0 commit comments