Skip to content

Releases: AntonioSun/xmlfmt

v1.1.2

13 Aug 22:57
Compare
Choose a tag to compare

Changelog

  • ea34da1 - [!] fix for go-release build error
  • d279020 - [!] go-release-build.yml revert to 6457847
  • e3591b1 - [!] try Go 1.17 for GH CI/CD
  • 96ecb16 - [!] bump Go to 1.18 for GH CI/CD
  • 6457847 - [#] update from lib that most of the closing tags stays on the same line now
  • ba4c8b8 Update go-install.yml
  • e9144f5 Update go-install.yml
  • d84957e Create go-install.yml
  • 08eb7f5 - [#] s/Opts/opts/g
  • 24c7632 - [#] update showVersion()
  • 1c534cb - [#] update to new wireframe structure, move type defines back into _cliDef
  • 5c737af - [#] update _cliGen.sh for better compatibility

v1.1.1

06 Feb 20:58
Compare
Choose a tag to compare

Release v1.1.1

  • line end automatically handled (see #5)
  • code gen wireframe switched

The new implemented xmlfmt using the new go-flags based wireframe dropped the executable size from 7.39M to 2.67M. The 7.39M is 177% size of 2.67M.

Changelog

  • 6ac8a89 - [#] update main from wireframe to implemented
  • 83a3754 - [#] switch code gen from cli to go-flags
  • 2c6e7f1 - [#] rename to the new Go WireFrame naming convention

v1.1.0

06 Dec 20:33
Compare
Choose a tag to compare

Changelog

  • 939b6de - [#] upgrade README for download instructions
  • 74f8481 - [+] use GH actions for CD instead of defunct bintray
  • a3e9b17 - [-] bintray now defunct
  • 95d131c - [+] -n,--nested functionality implemented
  • dbf7515 - [+] add -n,--nested wireframe
  • 9af5784 - [*] update README.md with how to get binaries/source
  • fcd6003 - [+] add travis building to bintray bin & repo
  • 242950f - [*] update because of the new format
  • 0dcf990 - [+] xmlfmt works
  • e3c46a6 - [+] cli works
  • 678d6da Initial commit