Skip to content

Releases: rsookram/axmlfmt

v1.0.0

21 Oct 22:23
c47693c

Choose a tag to compare

Changelog

bf0df1e Add support for AAPT namespaced-tags
c47693c Preserve XML entities in character data
1414769 Standardize names of namespaces

v0.1.0

16 Oct 14:58
42a9c02

Choose a tag to compare

Changelog

55932e0 Add reference to releases page to README
42a9c02 Enable generation of macOS universal binaries
88f55f2 Fail gracefully on top-level char data
dfb385d Update goreleaser to 0.178.0
fc6ddf3 Update goreleaser to 0.179.0
b30223f Update setup-go Github action to v2

v0.0.1

08 Sep 02:38
fc66f4e

Choose a tag to compare

Changelog

e8398f7 Add config for goreleaser
da78342 Add first github actions workflow
94e568a Add first test for printing start elements
dd51cfc Add flag to print version info
ec06e13 Add logic to sort attributes
f64cdeb Add more info to README
c404f7f Add newline after end tag if necessary
41533d9 Add rules for adding empty lines between nodes
18ad186 Add space before empty closing tag
faa7107 Add test for printing ProcInst
d98d0a4 Add test for printing end elements
a2e542e Add tests for sortAttrs
b3c77dc Allow output io.Writer to be specified
24808a5 Check for errors in tests
6d49e58 Convert to go module
6c534fc Create struct to handle printing output
fdc383f Exit with non-zero status on error
4c15582 Fix interfacer warnings
3dbc154 Fix printing of comments
159ec39 Fix staticcheck warnings
dab83fa Handle printing xliff tags
7d53f5b Implement -w flag to overwrite input files
c27502d Implement handling of char data
077cc97 Improve formatting of nodes with 0 or 1 attributes
5da0c55 Initial commit
89e4e37 Keep comments in elements without children
2ff98f0 Move error processing out of ReadXML
74edad1 Print CharData like other tokens
6f2952d Process files from command line arguments
85caf06 Remove excessive copyright notices
10c69a8 Rename package format to printer
edee9c7 Rename variables for clarity
d64fbab Report errors in writing output
59285cc Run tests on PRs
c2df04a Separate parsing from formatting
fc66f4e Set up release workflow with goreleaser
4d383d4 Try using encoding/xml for parsing
b53653a Update .gitignore
f5bc3b2 Update copyright year
3971784 Update go to 1.17
de29bb2 Update rules for sorting attributes