Skip to content

Releases: EiTaNBaRiBoA/JsonClassConverter

JsonClassConverter 1.1.1

21 Jan 09:52
ef36649
Compare
Choose a tag to compare
  • Fixed Enum not readable
  • Improved Inheritance and for web requests
    Full Changelog: 1.1.0...1.1.1

JsonClassConverter 1.1.0

17 Jan 05:24
5bff279
Compare
Choose a tag to compare

What's Changed

  • [bugfix] Invalid access to property or key 'ScriptName' by @GarinZ in #7

New Contributors

  • @GarinZ made their first contribution in #7

Full Changelog: 1.0.9...1.1.0

JsonClassConverter 1.0.9

13 Sep 21:57
aa8c3a3
Compare
Choose a tag to compare

JsonClassConverter 1.0.8

12 Sep 16:00
f41e1f7
Compare
Choose a tag to compare
  • Now tres temps are supported to save and load custom assets
  • Embedding tres physical file into json file
    Full Changelog: 1.0.7...1.0.8

JsonClassConverter 1.0.7

11 Sep 10:02
f058972
Compare
Choose a tag to compare
  • Fixed iheritence
  • Fixed loading resources

Full Changelog: 1.0.6...1.0.7

JsonClassConverter 1.0.6

20 Aug 16:43
Compare
Choose a tag to compare
  • Special thanks to mikemike37 for their contribution to improving the codebase.

  • Improved Type Recognition for Vectors, Colors - This release introduces improved type handling, automatically converting Vectors and Colors to and from their string representations, and seamlessly supporting nested custom classes during serialization and deserialization.

Full Changelog: 1.0.5...1.0.6

JsonClassConverter

14 Aug 18:26
Compare
Choose a tag to compare
  • Fixed Objects inside typed array inside objects
    Full Changelog: 1.0.4...1.0.5

JsonClassConverter

08 Aug 18:33
Compare
Choose a tag to compare
  • JsonClassConverter is now full typed. If you find issues please submit into issues.

Full Changelog: 1.0.3...1.0.4

JsonClassConverter 1.0.3

12 Jul 11:48
Compare
Choose a tag to compare

Changes:

  • Refactored unreached code
  • Fixed object could be null when saving to json

JsonClassConverter 1.0.2

12 Jul 07:28
Compare
Choose a tag to compare

Fixed untyped Array cannot be parsed
Fixed untyped Dictionaries cannot be parsed
Added Nested Dictionaries and Nested Arrays