Commit Graph

9 Commits

Author SHA1 Message Date
Kat Marchán e1727e7c28
feat(msrv): bump msrv 2025-09-11 15:14:02 -07:00
Brooks Rady 439aa63bfc
feat(deps): Absolve `kdl-rs` of `syn` (#125)
This completes the removal of `syn` from `kdl-rs`s dependency tree!
2025-04-28 11:26:09 -07:00
Kat Marchán b6b67f62fa
feat(lsp): add LSP server (#115)
Fixes: https://github.com/kdl-org/kdl-rs/issues/113
2025-01-16 18:54:34 -08:00
Kat Marchán b097c7e21b
fix(clippy): clippy fixes 2024-12-21 17:53:33 -08:00
Kat Marchán b332eed4a0
feat(v1): add v2 -> v1 translation and fix translations to not autoformat 2024-12-21 17:37:01 -08:00
Kat Marchán c9898cdbd2
feat(parser): v2 parser (#70)
This is a major rewrite of kdl-rs to comply with the KDL v2 spec.
2024-10-05 20:51:09 -07:00
Kat Marchán 364ea6173c
feat(api): complete rewrite into document-oriented parser (#29)
This new version of kdl-rs is a complete rewrite that introduces
a formatting-aware-and-preserving parser, much like toml_edit et al.

BREAKING CHANGE: Completely new API and bumped MSRV to 1.56.0.
2022-04-22 02:20:30 -07:00
Kat Marchán a8f3ef3c9f
add GH Action config 2020-12-14 00:05:51 -08:00
Kat Marchán 7cdfc76a50
Create FUNDING.yml 2020-12-10 22:28:45 -08:00