Skip to content

Releases: SARDONYX-sard/serde-hkx

0.6.0

12 Dec 21:37
0.6.0
ad15898
Compare
Choose a tag to compare

serde-hkx CLI

The hkx and XML specifications are determined by Havok and will not change. They
are compatible with any version of the CLI.

extra_fmt

About

It can output hkx, xml, json, toml, yaml.

json will be used by d-merge in
due course.

Compatibility

json, toml, and yaml are still under development. This indicates that the form
of json may change in the next version.

  • 0.3.0..0.3.1
  • 0.4.0..0.5.0
  • 0.6.0

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

15 Nov 20:27
0.5.0
e9b26b2
Compare
Choose a tag to compare

serde-hkx CLI

About extra_fmt version

Special version with json and yaml output in addition to hkx and XML.
The json and yaml representation specifications have not yet been stabilized.

This is a proprietary specification using the library, but unlike XML, it outputs the abstract syntax tree itself, so there is minimal loss of data when converting back to hkx.

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

31 Oct 10:01
0.4.0
4f0f48f
Compare
Choose a tag to compare

serde-hkx CLI

  • No json, yaml compatibility with v0.3.0

About extra_fmt version

Special version with json and yaml output in addition to hkx and XML.
The json and yaml representation specifications have not yet been stabilized.

Please consider that json and yaml output from this version will be incompatible with the next version.
This is because the representation will be slightly different depending on what version of the Rust library we use.
This is not a problem if you convert to hkx.

This is a proprietary specification using the library, but unlike XML, it outputs the abstract syntax tree itself, so there is minimal loss of data when converting back to hkx.

What's Changed

Full Changelog: 0.3.2...0.4.0

0.3.2

26 Oct 06:20
0.3.2
07b2af8
Compare
Choose a tag to compare

serde-hkx CLI

Changes

  • Fixed a problem in which conversion was interrupted by treating it as an error, although it should be ignored if a file with an unsupported extension was included when converting a dir.
  • Internal API changes (for GUI)

About extra_fmt version

Special version with json and yaml output in addition to hkx and XML.
The json and yaml representation specifications have not yet been stabilized.

Please consider that json and yaml output from this version will be incompatible with the next version.
This is because the representation will be slightly different depending on what version of the Rust library we use.
This is not a problem if you convert to hkx.

This is a proprietary specification using the library, but unlike XML, it outputs the abstract syntax tree itself, so there is minimal loss of data when converting back to hkx.

Full Changelog: 0.3.1...0.3.2

0.3.1

27 Sep 07:07
0.3.1
91f8f48
Compare
Choose a tag to compare

serde-hkx CLI

About extra_fmt version

Special version with json and yaml output in addition to hkx and XML.
The json and yaml representation specifications have not yet been stabilized.

Please consider that json and yaml output from this version will be incompatible with the next version.
This is because the representation will be slightly different depending on what version of the Rust library we use.
This is not a problem if you convert to hkx.

This is a proprietary specification using the library, but unlike XML, it outputs the abstract syntax tree itself, so there is minimal loss of data when converting back to hkx.

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

19 Sep 13:53
73e7970
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

extra_fmt version released.

Special version with json and yaml output in addition to hkx and XML.
The json and yaml representation specifications have not yet been stabilized.

Please consider that json and yaml output from this version will be incompatible with the next version.
This is because the representation will be slightly different depending on what version of the Rust library we use.
This is not a problem if you convert to hkx.

This is a proprietary specification using the library, but unlike XML, it outputs the abstract syntax tree itself, so there is minimal loss of data when converting back to hkx.

0.2.0

12 Sep 10:11
0.2.0
c479428
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.2.0

0.1.2

16 Aug 14:04
0.1.2
5cef9a2
Compare
Choose a tag to compare
  • Fix f16
  • Fix skip fixed array

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

13 Aug 09:25
ab65c72
Compare
Choose a tag to compare
  • Support for circular referencing errors.
  • Support to convert hexdump to bytes
  • Fix Ulong size(on x86)

What's Changed

Full Changelog: 0.1.0...0.1.1

hkxc v0.1.0

06 Aug 13:33
08acb07
Compare
Choose a tag to compare

Experimental CLI