Skip to content

Commit 7aeff2e

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](1.5.1...1.6.0) (2022-07-06) ### Bug Fixes * Fixed NullReferenceException when building a project with IL2CPP ([4d11316](4d11316)) ### Features * Added an ability to override dynamic argument names in the ExtEvent drawer ([dcdaf95](dcdaf95)) * Added methods to serialize generic values to binary using odin serializer ([3db0c79](3db0c79)) * Switched from GUID to assembly names in asmdefs ([0ac523c](0ac523c))
1 parent 4d11316 commit 7aeff2e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.6.0](https://github.com/SolidAlloy/ExtEvents/compare/1.5.1...1.6.0) (2022-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed NullReferenceException when building a project with IL2CPP ([4d11316](https://github.com/SolidAlloy/ExtEvents/commit/4d1131675bfd72ffe71adf21b32a53a88cebe864))
7+
8+
9+
### Features
10+
11+
* Added an ability to override dynamic argument names in the ExtEvent drawer ([dcdaf95](https://github.com/SolidAlloy/ExtEvents/commit/dcdaf955b64c353aeb16667324f3e385c7a3cea9))
12+
* Added methods to serialize generic values to binary using odin serializer ([3db0c79](https://github.com/SolidAlloy/ExtEvents/commit/3db0c7943a57dbaf5173b3a8d0bc1ce51fa449da))
13+
* Switched from GUID to assembly names in asmdefs ([0ac523c](https://github.com/SolidAlloy/ExtEvents/commit/0ac523c40fafa45f73247f7cfcf90a8971146147))
14+
115
## [1.5.1](https://github.com/SolidAlloy/ExtEvents/compare/1.5.0...1.5.1) (2022-06-09)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.extevents",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"displayName": "ExtEvents",
55
"description": "UnityEvents, but better.",
66
"dependencies": {

0 commit comments

Comments
 (0)