Skip to content

Releases: SARDONYX-sard/serde-hkx

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

GPL last version 0.0.0

22 Jul 07:57
d801aa7
Compare
Choose a tag to compare

Fix dependencies, license(GPL violation) & remove GPL crate

GPL tainted because rhexdump crate was GPL.

Next, license check and dependency check by cargo-deny are performed to remove GPL crates.

The last commit eliminates all GPL dependencies.

But since the git object contains the GPL, we rewrite the history completely after eliminating the GPL code at the end of this, just in case.

#2