Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

109 lines (73 loc) · 2.81 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Table of Contents

1.9.0 - 2024-03-12

  • Changed
    • Bumped org.clojure/data.xml to 0.2.0-alpha9.
  • Fixed
    • Added :no-doc metadata to private functions in impl.clj.

1.8.1 - 2024-03-10

  • Security
    • Bumped org.clojure/clojure to 1.11.2. Note: Addressing CVE-2024-22871 / GHSA-vr64-r9qj-h27f requires consumers to upgrade to this version.

1.8.0 - 2023-02-11

  • Added
    • Add missing docstrings to public functions and vars.
  • Fixed
    • Fix warnings presented by new Wall Brew linting rules.

1.7.2 - 2022-12-10

  • Added
    • Fix project file to allow for proper deployment to Clojars.

1.7.1 - 2022-07-09

  • Fixed
    • Compatibility issue with consumers using Clojure versions beneath 1.10

1.7.0 - 2022-05-17

  • Added
    • Upgrade to Clojure 1.11.1

1.6.2 - 2021-05-27

  • Fixed
    • Fix a bug in parsing XML documents with non-standard formatting of attributes within a single node.

1.6.1 - 2021-05-06

  • Fixed
    • Clean up a typo in the project manifest.

1.6.0 - 2021-04-23

  • Added
    • A parser option force-seq-for-paths to selectively force children node into sequences.

1.5.0 - 2021-04-19

  • Added
    • New parser option force-seq? to force all children nodes into sequences.

1.4.0 - 2021-04-16

  • Added
    • A skip-whitespace option to remove whitespace between tags for all parsers.
  • Fixed
    • Parsing of whitespace separator elements emitted by clojure.data.xml that are not present in XML source files.

1.3.0 - 2021-03-17

  • Added
    • A remove-newlines? option for xml-str->edn.

1.2.0 - 2021-03-13

  • Added
    • Add option maps to pass XMLInputFactory options for all parsers.

1.1.0 - 2020-12-14

  • Added
    • remove-empty-attrs? options to allow allows consumers to prune empty *-attrs maps.

1.0.0 - 2020-12-12

  • Added
    • Initial release of the library, as a fork out of common-beer-format

Source

This changelog was generated by sealog. Please do not edit it directly. Instead, edit the source data files and regenerate this file.