kdl-rs/CHANGELOG.md

1.6 KiB
Raw Blame History

kdl Release Changelog

3.0.0 (2021-09-16)

Features

  • spec: update parser to handle KDL 1.0.0 (f811c5c8)
    • BREAKING CHANGE: Various things have changed in the process of moving to KDL 1.0.0. Please test your stuff

2.0.0 (2021-09-16)

Features

  • license: change license to Apache-2.0 (0dbf75c7)
    • BREAKING CHANGE: This is a significant licensing change. Please review.

1.1.0 (2021-05-08)

It's been a while! This release brings kdl-rs much closer in sync with the actual spec.

Bug Fixes

  • deps: Remove nom dependency on bitvec and lexical (#14) (9bc5363b)
  • numbers: Fix parsing of non-integer and non-decimal numbers (#13) (c1b7c25c)

Features

  • display: implemented Display for KdlNode (#6) (b8c8b527)
  • docs: Add documentation for the entire crate (#16) (94190697)
  • identifier: much larger character set for identifiers (not just alphanumeric), to match spec more closely (#7) (95a1ee3e)

1.0.0 (2020-12-19)

Initial Release! <20>