Skip to content

Releases: Yaklede/EmptyObjectGenerator

v0.2.4

21 Jan 06:32
Compare
Choose a tag to compare

Resolving Self-Reference Object Erorr

v0.2.3

20 Jan 06:37
Compare
Choose a tag to compare

Explicitly specify version changes

v0.2.2

01 Jan 13:04
Compare
Choose a tag to compare

Add missing Char type and update readme

v0.2.1

26 Dec 05:47
Compare
Choose a tag to compare

You can now directly use the method block without waiting for a return value and Updated README.md

v0.1.1

25 Dec 05:33
Compare
Choose a tag to compare

EmptyObjectGenerator is a Kotlin utility class that automatically generates objects with desired default values. It inherently supports Kotlin's primitive types and extends its support to 1-dimensional and 2-dimensional arrays. Additionally, users have the flexibility to add custom support.