Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76a1de5

Browse files
committedNov 29, 2024
Release 2.0.0 draft 5
1 parent 90e22bc commit 76a1de5

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed
 

‎CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# KDL Changelog
22

3-
## 2.0.0 (2024-02-07)
3+
## 2.0.0-draft.5 (2024-11-28)
4+
5+
* Equals signs other than `=` are no longer supported in properties.
6+
* 128-bit integer type annotations have been added to the list of "well-known"
7+
type annotations.
8+
* Multiline string escape rules have been tweaked significantly.
9+
* `\s` is now a valid escape within a string, representing a space character.
10+
* Slashdash (`/-`)-compatible locations and related grammar adjusted to be more
11+
clear and intuitive. This includes some changes relating to whitespace,
12+
including comments and newlines, which are breaking changes.
13+
* Various updates to test suite to reflect changes.
14+
15+
## 2.0.0 (Unreleased)
416

517
### Grammar
618

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Language](SCHEMA-SPEC.md) loosely based on JSON Schema.
5151
The language is based on [SDLang](https://sdlang.org), with a number of
5252
modifications and clarifications on its syntax and behavior.
5353

54-
The current version of the KDL spec is `2.0.0-draft.4`.
54+
The current version of the KDL spec is `2.0.0-draft.5`.
5555

5656
[Play with it in your browser!](https://kdl-play.danini.dev/)
5757

‎SPEC.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is the semi-formal specification for KDL, including the intended data
44
model and the grammar.
55

6-
This document describes KDL version `2.0.0-draft.4`. It was released on
7-
2024-02-12.
6+
This document describes KDL version `2.0.0-draft.5`. It was released on
7+
2024-11-28.
88

99
## Introduction
1010

0 commit comments

Comments
 (0)
Please sign in to comment.