Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 6e5a48b

Browse files
chore(release): 2.0.0-pre.1 [skip ci]
# [2.0.0-pre.1](v1.2.0...v2.0.0-pre.1) (2021-04-03) ### Code Refactoring * 🔥 Remove ValueFunc, ValueAction, and use new C# 9 function pointer syntax ([e5ea11a](e5ea11a)) ### Performance Improvements * ⚡ Use C# 9 function pointers ([bf91f66](bf91f66)) ### BREAKING CHANGES * Removed ValueFunc, ValueAction
1 parent bf91f66 commit 6e5a48b

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Packages/com.careboo.burst-delegates/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ All notable changes to this package will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
# [2.0.0-pre.1](https://github.com/CareBoo/Burst.Delegates/compare/v1.2.0...v2.0.0-pre.1) (2021-04-03)
7+
8+
9+
### Code Refactoring
10+
11+
* :fire: Remove ValueFunc, ValueAction, and use new C# 9 function pointer syntax ([e5ea11a](https://github.com/CareBoo/Burst.Delegates/commit/e5ea11aca68bf824cfc2d055b5ef23ee2feb189a))
12+
13+
14+
### Performance Improvements
15+
16+
* :zap: Use C# 9 function pointers ([bf91f66](https://github.com/CareBoo/Burst.Delegates/commit/bf91f66dca68720a09f453c603395e71a2392620))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Removed ValueFunc, ValueAction
22+
623
# [1.2.0](https://github.com/CareBoo/Burst.Delegates/compare/v1.1.0...v1.2.0) (2021-03-10)
724

825

Packages/com.careboo.burst-delegates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.careboo.burst-delegates",
33
"displayName": "Burst.Delegates",
4-
"version": "1.2.0",
4+
"version": "2.0.0-pre.1",
55
"unity": "2020.1",
66
"description": "Burst supported delegates for functional-style jobs.\n\nIncludes:\n- Action and Func interface for defining APIs\n- ValueAction and ValueFunc for implementing IAction and IFunc interfaces with structs\n- BurstAction and BurstFunc which is a generic-supported wrapper around FunctionPointer",
77
"dependencies": {
@@ -12,4 +12,4 @@
1212
},
1313
"repository": "https://github.com/CareBoo/Burst.Delegates",
1414
"type": "library"
15-
}
15+
}

0 commit comments

Comments
 (0)