mirror of https://github.com/kdl-org/kdl-rs.git
42 lines
1.6 KiB
Markdown
42 lines
1.6 KiB
Markdown
# `kdl` Release Changelog
|
||
|
||
<a name="3.0.0"></a>
|
||
## 3.0.0 (2021-09-16)
|
||
|
||
### Features
|
||
|
||
* **spec:** update parser to handle KDL 1.0.0 ([f811c5c8](https://github.com/kdl-org/kdl-rs/commit/f811c5c89c18cb02cc3e7bdd8c872ea42308ae3e))
|
||
* **BREAKING CHANGE**: Various things have changed in the process of moving to KDL 1.0.0. Please test your stuff
|
||
|
||
<a name="2.0.0"></a>
|
||
## 2.0.0 (2021-09-16)
|
||
|
||
### Features
|
||
|
||
* **license:** change license to Apache-2.0 ([0dbf75c7](https://github.com/kdl-org/kdl-rs/commit/0dbf75c78eb918b6966aae27fb1d7591791f15de))
|
||
* **BREAKING CHANGE**: This is a significant licensing change. Please review.
|
||
|
||
<a name="1.1.0"></a>
|
||
## 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](https://github.com/kdl/kdl-rs/commit/9bc5363bb5b8e4ae39e250f2facbfcdf4557f11b))
|
||
* **numbers:** Fix parsing of non-integer and non-decimal numbers (#13) ([c1b7c25c](https://github.com/kdl/kdl-rs/commit/c1b7c25c0095ac2bd8acf06f6834c734a42b4470))
|
||
|
||
#### Features
|
||
|
||
* **display:** implemented Display for KdlNode (#6) ([b8c8b527](https://github.com/kdl/kdl-rs/commit/b8c8b52748747d80215ee0c3dea73e260e133af2))
|
||
* **docs:** Add documentation for the entire crate (#16) ([94190697](https://github.com/kdl/kdl-rs/commit/94190697d8ad676f9b879dcc90f8eb03266c3ef8))
|
||
* **identifier:** much larger character set for identifiers (not just alphanumeric), to match spec more closely (#7) ([95a1ee3e](https://github.com/kdl/kdl-rs/commit/95a1ee3e57156507c3bf8a8035017d4836e49a01))
|
||
|
||
|
||
|
||
<a name="1.0.0"></a>
|
||
## 1.0.0 (2020-12-19)
|
||
|
||
Initial Release! <20>
|