Skip to content

Commit

Permalink
Release 2.0.0 draft 5
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Nov 29, 2024
1 parent 90e22bc commit 76a1de5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# KDL Changelog

## 2.0.0 (2024-02-07)
## 2.0.0-draft.5 (2024-11-28)

* Equals signs other than `=` are no longer supported in properties.
* 128-bit integer type annotations have been added to the list of "well-known"
type annotations.
* Multiline string escape rules have been tweaked significantly.
* `\s` is now a valid escape within a string, representing a space character.
* Slashdash (`/-`)-compatible locations and related grammar adjusted to be more
clear and intuitive. This includes some changes relating to whitespace,
including comments and newlines, which are breaking changes.
* Various updates to test suite to reflect changes.

## 2.0.0 (Unreleased)

### Grammar

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Language](SCHEMA-SPEC.md) loosely based on JSON Schema.
The language is based on [SDLang](https://sdlang.org), with a number of
modifications and clarifications on its syntax and behavior.

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

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

Expand Down
4 changes: 2 additions & 2 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This is the semi-formal specification for KDL, including the intended data
model and the grammar.

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

## Introduction

Expand Down

0 comments on commit 76a1de5

Please sign in to comment.