Skip to content

1.1.0

Compare
Choose a tag to compare
@zkat zkat released this 23 Apr 09:26
· 79 commits to main since this release
87f8361

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)