Skip to content

Releases: slowburn-dev/DataConfig

1.4.3

27 Aug 03:10

Choose a tag to compare

1.4.2

01 Aug 14:25

Choose a tag to compare

  • Initial UE 5.3 support.

See full changes here.

1.4.1

20 Feb 14:00

Choose a tag to compare

  • Fix compilation on !WITH_EDITORONLY_DATA.
  • Initial UE 5.2 support.

See full changes here.

1.4.0

16 Nov 15:21

Choose a tag to compare

Checkout blog post "DataConfig 1.4 Released with UE 5.1 Support"

  • Support for UE 5.1.
  • Use separated uplugin for UE4 and UE5.

See full changes here.

1.3.0

21 Jun 15:29

Choose a tag to compare

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

05 Apr 15:28

Choose a tag to compare

  • Support for UE 5.0.0
  • Add DebugGetRealPropertyValue for double BP fields.

Checkout docs here: https://slowburn.dev/dataconfig/

1.2.1

23 Feb 09:46

Choose a tag to compare

  • 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 FDcAnsiJsonWriter writes non ascii char to ? when string contains escaping characters.
    • FDcJsonWriter was 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

28 Jan 12:15

Choose a tag to compare

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.