All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- 1.10.0 - 2024-09-20
- 1.9.1 - 2024-07-12
- 1.9.0 - 2024-03-12
- 1.8.1 - 2024-03-10
- 1.8.0 - 2023-02-11
- 1.7.2 - 2022-12-10
- 1.7.1 - 2022-07-09
- 1.7.0 - 2022-05-17
- 1.6.2 - 2021-05-27
- 1.6.1 - 2021-05-06
- 1.6.0 - 2021-04-23
- 1.5.0 - 2021-04-19
- 1.4.0 - 2021-04-16
- 1.3.0 - 2021-03-17
- 1.2.0 - 2021-03-13
- 1.1.0 - 2020-12-14
- 1.0.0 - 2020-12-12
- Fixed
- Updated the organization name in the POM file to
Wall Brew Co.
- Updated the organization name in the POM file to
- Fixed
- Fixed Project URL to point to Wall Brew's GitHub.
- Changed
- Bumped
org.clojure/data.xml
to0.2.0-alpha9
.
- Bumped
- Fixed
- Added
:no-doc
metadata to private functions inimpl.clj
.
- Added
- Security
- Bumped
org.clojure/clojure
to1.11.2
. Note: AddressingCVE-2024-22871
/GHSA-vr64-r9qj-h27f
requires consumers to upgrade to this version.
- Bumped
- Added
- Add missing docstrings to public functions and vars.
- Fixed
- Fix warnings presented by new Wall Brew linting rules.
- Added
- Fix project file to allow for proper deployment to Clojars.
- Fixed
- Compatibility issue with consumers using Clojure versions beneath 1.10
- Added
- Upgrade to Clojure 1.11.1
- Fixed
- Fix a bug in parsing XML documents with non-standard formatting of attributes within a single node.
- Fixed
- Clean up a typo in the project manifest.
- Added
- A parser option
force-seq-for-paths
to selectively force children node into sequences.
- A parser option
- Added
- New parser option
force-seq?
to force all children nodes into sequences.
- New parser option
- Added
- A
skip-whitespace
option to remove whitespace between tags for all parsers.
- A
- Fixed
- Parsing of whitespace separator elements emitted by
clojure.data.xml
that are not present in XML source files.
- Parsing of whitespace separator elements emitted by
- Added
- A
remove-newlines?
option forxml-str->edn
.
- A
- Added
- Add option maps to pass XMLInputFactory options for all parsers.
- Added
remove-empty-attrs?
options to allow allows consumers to prune empty*-attrs
maps.
- Added
- Initial release of the library, as a fork out of
common-beer-format
- Initial release of the library, as a fork out of
This changelog was generated by sealog. Please do not edit it directly. Instead, edit the source data files and regenerate this file.