We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d5b04 commit 2a7a02fCopy full SHA for 2a7a02f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.1.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.12.1...v2.0.0) (2023-11-14)
2
+
3
4
+### Features
5
6
+* add classes only attribute ([#57](https://github.com/Thundernerd/Unity3D-SerializableInterface/pull/57))
7
8
## [2.0.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.12.1...v2.0.0) (2023-11-07)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "net.tnrd.serializableinterface",
- "version": "2.0.0",
+ "version": "2.1.0",
"displayName": "Serializable Interface",
"unity": "2021.1",
"description": "A wrapper that allows serialization of interfaces that supports both UnityEngine.Object and regular object types",
0 commit comments