Skip to content

Commit 89bf317

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](1.1.0...1.2.0) (2022-05-02) ### Bug Fixes * Fixed a ReorderableList exception in Unity 2021.2.15 ([b78fcdc](b78fcdc)) * Fixed missing property in Unity 2021.1 ([2944c58](2944c58)) * Fixed ReorderableList methods not being found through reflection ([e00881f](e00881f)) * Started suppressing the missing type warning when a method argument of such type no longer exists ([4c28909](4c28909)) ### Features * Replaced an enum button with a single-click button to switch between dynamic and serialized ([20701a4](20701a4)) * Replaced object with void* to avoid boxing of structs ([8c4ffa0](8c4ffa0))
1 parent 33a2425 commit 89bf317

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.2.0](https://github.com/SolidAlloy/ExtEvents/compare/1.1.0...1.2.0) (2022-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed a ReorderableList exception in Unity 2021.2.15 ([b78fcdc](https://github.com/SolidAlloy/ExtEvents/commit/b78fcdc015bcfaa2b6e61a077336e8c654e105a5))
7+
* Fixed missing property in Unity 2021.1 ([2944c58](https://github.com/SolidAlloy/ExtEvents/commit/2944c5804caed31701b4c52bba1161af089812fa))
8+
* Fixed ReorderableList methods not being found through reflection ([e00881f](https://github.com/SolidAlloy/ExtEvents/commit/e00881f78abfb170d9e091c391d9201e7d31706d))
9+
* Started suppressing the missing type warning when a method argument of such type no longer exists ([4c28909](https://github.com/SolidAlloy/ExtEvents/commit/4c2890926640551206a194a657dad3854d11aeb4))
10+
11+
12+
### Features
13+
14+
* Replaced an enum button with a single-click button to switch between dynamic and serialized ([20701a4](https://github.com/SolidAlloy/ExtEvents/commit/20701a47dce745f5f38329623eabab900462664c))
15+
* Replaced object with void* to avoid boxing of structs ([8c4ffa0](https://github.com/SolidAlloy/ExtEvents/commit/8c4ffa06217eb4657914270f5b292b5ef434906d))
16+
117
# [1.1.0](https://github.com/SolidAlloy/ExtEvents/compare/1.0.3...1.1.0) (2022-02-13)
218

319

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.1.0",
3+
"version": "1.2.0",
44
"displayName": "ExtEvents",
55
"description": "UnityEvents, but better.",
66
"dependencies": {

0 commit comments

Comments
 (0)