Releases: slowburn-dev/DataConfig
Releases · slowburn-dev/DataConfig
1.4.3
1.4.2
- Initial UE 5.3 support.
See full changes here.
1.4.1
- Fix compilation on !WITH_EDITORONLY_DATA.
- Initial UE 5.2 support.
See full changes here.
1.4.0
Checkout blog post "DataConfig 1.4 Released with UE 5.1 Support"
- Support for UE 5.1.
- Use separated
upluginfor UE4 and UE5.
See full changes here.
1.3.0
Checkout blog post "DataConfig Core and JSON Asset 1.3 Release".
- UE5 support and fixes.
- TArray/TSet/TMap and int[5] array root serialization support.
- Tons of bug fixes and QOL improvements.
See full changes here.
1.2.2
1.2.1
- Support for UE5 Preview 1.
- FIX Compile fixes for examples on UE 4.25.
- FIX UE 4.25/4.26 editor extra BP serde automation test fixes.
- FIX
FDcAnsiJsonWriterwrites non ascii char to?when string contains escaping characters.FDcJsonWriterwas unaffected. This only happens to the ansi char writer and only when input has escapes like\t.
Checkout docs here: https://slowburn.dev/dataconfig/
1.2.0
This is a major release. Checkout blog post "Introducing DataConfig 1.2".
- Add serializer.
- Add MsgPack reader/writer.
- Add JSON writer.
- Tons of fix and improvements.
See full changes here.