aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-11Release v1.2.0upstream-masterBrett Vickers
2023-05-11Token WriteTo and indentation modificationsBrett Vickers
2023-05-11expose WriteTo for tokens, define the needed writer interfaceHugo Wetterberg
2023-05-08Add ReadSettings option to PreserveCDataBrett Vickers
2023-05-08Remove unused codeBrett Vickers
2023-05-08Release v1.1.4Brett Vickers
2023-05-08Remove CDATA preservation on readBrett Vickers
2023-05-07Add ability to suppress trailing newline after indentBrett Vickers
2023-05-07Improve indent APIsBrett Vickers
2023-05-07Fix bug in TestCopy unit testBrett Vickers
2023-05-07Add ability to preserve whitespace during indentBrett Vickers
2023-05-04Lower go.mod go directive version to 1.13Brett Vickers
2023-05-04Remove travis configBrett Vickers
2023-05-02Update license dateBrett Vickers
2023-05-01Add choice of quoting style (#109)Martin
2023-05-01Release v1.1.3Brett Vickers
2023-05-01Reads now preserve CDATA sectionsBrett Vickers
2023-05-01[codespell] Fix typos. (#108)Martin
2023-05-01Update version to v1.1.2Brett Vickers
2023-05-01Fix a bug in path parsingBrett Vickers
2023-05-01Element Text() method handles embedded commentsBrett Vickers
2023-05-01Update go module to use go 1.20Brett Vickers
2023-05-01Update go module version to 1.18Brett Vickers
2020-07-18Fix bug in the parsing of imbalanced XML elementsBrett Vickers
2020-06-23Update travis configBrett Vickers
2019-11-14Add namespace-attribute path search unit tests.Brett Vickers
2019-11-04Fix a bug in attribute namespaces. (#80)Brett Vickers
2019-06-05Lint pass (#76)philtay
2019-05-31Support Go modules (#75)philtay
2019-02-18Update documentation.Brett Vickers
2019-02-16Update documentation.Brett Vickers
2019-02-12Generalize path function queries.Brett Vickers
2019-02-05Clean up etree unit tests.Brett Vickers
2019-02-03Add SetData method to CharData.Brett Vickers
2019-02-03Add NewDocumentWithRoot.Brett Vickers
2019-02-02Release v1.1.0Brett Vickers
2019-02-02Update README.Brett Vickers
2019-02-02Update copyright date.Brett Vickers
2019-02-02Add new path filter functions.Brett Vickers
2019-01-31Add namespace helper functions for Element and Attr.Brett Vickers
2019-01-31Add namespace uri supportBrett Vickers
2019-01-27Fix Copy bug related to index values.Brett Vickers
2019-01-26Update documentation for CharData methods.Brett Vickers
2019-01-26Update travis config.Brett Vickers
2019-01-26Add element Tail and SetTail methods.Brett Vickers
2019-01-25Indent no longer inserts empty string CharData tokens.Brett Vickers
2019-01-20Fix bug in indented output.Brett Vickers
2019-01-19Add WriteSettings.UseCRLF for Windows systems.Brett Vickers
2019-01-14Deprecated element's NewCharData method.Brett Vickers
2019-01-12Modification to API for CDATA support.Brett Vickers