Releases: AntonioSun/xmlfmt
Releases · AntonioSun/xmlfmt
v1.1.2
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
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
v1.1.0
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