Skip to content

Releases: SARDONYX-sard/serde-hkx

0.7.3

17 Oct 03:36
0.7.3
e8bc1ab

Choose a tag to compare

What's Changed

Full Changelog: 0.7.2...0.7.3

0.7.2

05 Jul 03:05
0.7.2
39062a5

Choose a tag to compare

What's Changed

  • build(deps): bump tokio from 1.44.1 to 1.44.2 by @dependabot in #39
  • docs: add foundations for better readability by @DiaSird in #42
  • bumped version to 0.7.2, fixed handling shorthand closing tags, fixed… by @beefclot in #44

New Contributors

Full Changelog: 0.7.1...0.7.2

0.7.1

29 Mar 00:51
0.7.1
8b7e0c0

Choose a tag to compare

Full Changelog: 0.7.0...0.7.1

0.7.0

14 Dec 13:16
0.7.0
62f6673

Choose a tag to compare

serde-hkx CLI v0.7.0

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

extra_fmt

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..0.7.0

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

12 Dec 21:37
0.6.0
ad15898

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

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

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

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

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

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.