Skip to content

Releases: XML-Comp/XML-Comp

Expose unused tags

06 Feb 11:31

Choose a tag to compare

When updating to a new version of Rimworld it might be hard to know on each file what tags are no longer used, this update is aimed to expose them on the file so you can properly remove.

if you want more details about how it was coded, please visit 9fc5002 commit.

-original flag is now optional

13 Oct 03:08

Choose a tag to compare

windows support

13 Oct 01:11

Choose a tag to compare

Thanks to @while-loop we now have official support to windows!

If you want to know more about this, just visit: #54

bug fixes

09 Aug 01:53

Choose a tag to compare

this release fixes many bugs on program execution and also enhances comparison of new files, for more info check the commits bellow:

7efb547
4ee7248
7d4d528
92ddd50

Notes:
Main feature here is in the comparison core, it's now done with maps that are much faster in Go to find an element. Before it was doing the comparisons with slices, it worked relatively fast with small files but it would have problems with bigger xml, since it would need to iterate on two slices in a loop.

performance improvements

26 Jun 02:16

Choose a tag to compare

main: stops panicing error

    fixes #43

Latest

08 May 17:01

Choose a tag to compare

Few bugs were fixed and docs coverage were added.

v0.22

22 Feb 16:27

Choose a tag to compare

update travis

Scalable docs reader

18 Feb 03:13

Choose a tag to compare

Hey guys! Today we got a new release of XML-Comp that has many news for every one!

  • comparer: It's recursive! (1)
  • comparer: After finishing your comparison It'll print how many docs and lines were scanned and how many translations are needed.

(1)recursive: means that when parsing -original and -translation tags, all directories & files that are inside It will be scanned!!!

Recursive

25 Jan 16:06

Choose a tag to compare

This version includes all folders comparison. Now all you need is to parse the paths and all folders will be scanned.

Fully functional!

14 Nov 15:30

Choose a tag to compare

Now the package is working as It was intended! This will provide you folks:
(comparing same folders - original & translation)

  • Which of the files are different;
  • What is missing in those files;
  • Missing directories;
  • Missing Files;