Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Remove overview title, move up Table Dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Jun 26, 2024
1 parent db96e79 commit 06634c3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions content/docs/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down Expand Up @@ -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)).
Expand Down

0 comments on commit 06634c3

Please sign in to comment.