From 06634c3550a6e61d8a16cf6b58548fea4f11a20f Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Wed, 26 Jun 2024 10:39:21 +0200 Subject: [PATCH] Remove overview title, move up Table Dialect --- content/docs/overview/changelog.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/docs/overview/changelog.md b/content/docs/overview/changelog.md index fdcc135a..c42c51e4 100644 --- a/content/docs/overview/changelog.md +++ b/content/docs/overview/changelog.md @@ -54,10 +54,12 @@ This document includes all meaningful changes made to the **Data Package standar > April 1, 2024 -### Overview - The Data Package (v2) draft release includes a rich set of the specification improvements accepted by the Data Package Working Group during the active phase of the Data Package (v2) work. +##### Table Dialect (new) + +[Table Dialect](/standard/table-dialect) is a new specification that superseeds and extends the CSV Dialect specification. It support other formats like JSON or Excel ([#41](https://github.com/frictionlessdata/datapackage/pull/41)). + ##### `package.version` (updated) [`version`](/standard/data-package/#version) is now included in the specification, while in Data Package v1 it was erroneously only part of the documentation ([#3](https://github.com/frictionlessdata/datapackage/pull/3)). @@ -90,10 +92,6 @@ The Data Package (v2) draft release includes a rich set of the specification imp [encoding](/standard/data-resource/#encoding)'s definition has been updated to support binary formats like Parquet ([#15](https://github.com/frictionlessdata/datapackage/pull/15)). -##### Table Dialect - -[Table Dialect](/standard/table-dialect) is a new specification that superseeds and extends the CSV Dialect specification. It support other formats like JSON or Excel ([#41](https://github.com/frictionlessdata/datapackage/pull/41)). - ##### `schema.fieldsMatch` (new) [fieldsMatch](/standard/table-schema/#fieldsMatch) allows to specify how fields in a Table Schema match the fields in the data source. The default (`exact`) matches the Data Package v1 behaviour, but other values (e.g. `subset`, `superset`) allow to define fewer or more fields and match on field names. This new property extends and makes explicit the `schema_sync` option in Frictionless Framework ([#39](https://github.com/frictionlessdata/datapackage/pull/39)).