Releases: EiTaNBaRiBoA/JsonClassConverter
Releases · EiTaNBaRiBoA/JsonClassConverter
JsonClassConverter 1.1.1
- Fixed Enum not readable
- Improved Inheritance and for web requests
Full Changelog: 1.1.0...1.1.1
JsonClassConverter 1.1.0
JsonClassConverter 1.0.9
- Fixed inheritence Thanks to herve-ch
Full Changelog: 1.0.8...1.0.9
JsonClassConverter 1.0.8
- 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
- Fixed iheritence
- Fixed loading resources
Full Changelog: 1.0.6...1.0.7
JsonClassConverter 1.0.6
-
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
- Fixed Objects inside typed array inside objects
Full Changelog: 1.0.4...1.0.5
JsonClassConverter
- 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
Changes:
- Refactored unreached code
- Fixed object could be null when saving to json
JsonClassConverter 1.0.2
Fixed untyped Array cannot be parsed
Fixed untyped Dictionaries cannot be parsed
Added Nested Dictionaries and Nested Arrays