Skip to content

Releases: kdl-org/kdl-rs

1.1.0

23 Apr 09:26
87f8361
Compare
Choose a tag to compare

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

19 Dec 21:38
b9d7ac4
Compare
Choose a tag to compare

This initial, working version of the parser parses KDL v1.0.0-pre.1