Skip to content

Releases: quabug/AnySerialize

any-serialize/v0.5.0

06 Oct 05:43
0c1071d
Compare
Choose a tag to compare
Blob (#31)

* inspector editor of blob type by any serialize.

* change namespace of blob editor

* any blob enum and guid

* organize serializable types.

* move serialized blob into any serialize directory

* fix .NET unit tests

* remove entities package and upgrade oneshot package

* bump versions

any-processor/v0.1.5

06 Oct 05:43
0c1071d
Compare
Choose a tag to compare
Blob (#31)

* inspector editor of blob type by any serialize.

* change namespace of blob editor

* any blob enum and guid

* organize serializable types.

* move serialized blob into any serialize directory

* fix .NET unit tests

* remove entities package and upgrade oneshot package

* bump versions

any-serialize/v0.4.4

19 Sep 14:38
ed07aac
Compare
Choose a tag to compare
code clean up (#30)

* move FindClosestType to static extension.

* fix error

* throw in find closest type if target type is not concrete

* update version

any-serialize/v0.4.3

17 Sep 06:58
b375cb1
Compare
Choose a tag to compare
check array rank (#29)

* check array rank

* disable unit test of array rank

* update versions

any-processor/v0.1.4

17 Sep 06:58
b375cb1
Compare
Choose a tag to compare
check array rank (#29)

* check array rank

* disable unit test of array rank

* update versions

any-serialize/v0.4.2

16 Sep 14:21
6cc842f
Compare
Choose a tag to compare
fix code-gen of Unity Object. (#28)

* fix code-gen of Unity Object.

* fix derived check of arrays

* update version

any-serialize/v0.4.1

16 Sep 12:01
4c210f9
Compare
Choose a tag to compare
System types (#27)

* use nameof for accessing nullable struct fields in drawer

* guid

* timespan

* datetime

* datetime

* udpate version

* datetime drawer

any-serialize/v0.4.0

16 Sep 09:09
bb186c2
Compare
Choose a tag to compare
Samples (#26)

* readonly samples

* update packages-lock

* more samples

* unify extension functions into one static class

* only process code-gen on instance of type derived from UnityEngine.Object

* indent position of nullable toggle.

* interface types

* more samples

* draw any list and dictionary as single value

* more samples

* sample of nullable value.

any-processor/v0.1.3

16 Sep 14:21
6cc842f
Compare
Choose a tag to compare
fix code-gen of Unity Object. (#28)

* fix code-gen of Unity Object.

* fix derived check of arrays

* update version

any-processor/v0.1.2

16 Sep 09:09
bb186c2
Compare
Choose a tag to compare
Samples (#26)

* readonly samples

* update packages-lock

* more samples

* unify extension functions into one static class

* only process code-gen on instance of type derived from UnityEngine.Object

* indent position of nullable toggle.

* interface types

* more samples

* draw any list and dictionary as single value

* more samples

* sample of nullable value.