Skip to content

Commit

Permalink
slap a date on it
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 12, 2021
1 parent 02c40c5 commit f68137f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions QUERY-SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ documents to extract nodes and even specific data. It is loosely based on CSS
selectors for familiarity and ease of use. Think of it as CSS Selectors or
XPath, but for KDL!

This document describes KQL `1.0.0`. It was released on September 11, 2021.

## Selectors

Selectors use selection operators to filter nodes that will be returned by an
Expand Down
4 changes: 3 additions & 1 deletion SCHEMA-SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ constrain the allowed semantics of a KDL document. This can be used for many
purposes: documentation for users, automated verification, or even automated
generation of bindings!

This document describes KDL Schema version `1.0.0`. It was released on September 11, 2021.

## The Formal Schema

For the full KDL Schema schema itself, see
Expand Down Expand Up @@ -277,7 +279,7 @@ and property names when the `node-names` or `prop-names` options are activated.
* `date-time`: ISO8601 date/time format.
* `time`: "Time" section of ISO8601.
* `date`: "Date" section of ISO8601.
* `duration`: ISO8601 duration format.
* `duration`: ISO8601 duration format.
* `decimal`: IEEE 754-2008 decimal string format.
* `currency`: ISO 4217 currency code.
* `country-2`: ISO 3166-1 alpha-2 country code.
Expand Down
2 changes: 1 addition & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is the semi-formal specification for KDL, including the intended data
model and the grammar.

This document describes KDL version `1.0.0`.
This document describes KDL version `1.0.0`. It was released on September 11, 2021.

## Introduction

Expand Down

0 comments on commit f68137f

Please sign in to comment.