specs icon indicating copy to clipboard operation
specs copied to clipboard

docs: Add new in version notes

Open roll opened this issue 6 months ago • 5 comments

  • fixes #928

roll avatar Jul 07 '25 14:07 roll

Deploying datapackage with  Cloudflare Pages  Cloudflare Pages

Latest commit: 36f1938
Status: ✅  Deploy successful!
Preview URL: https://2e4d568e.datapackage-6gp.pages.dev
Branch Preview URL: https://928-add-new-in-version-notes.datapackage-6gp.pages.dev

View logs

Hi @peterdesmet, can you please take a look?

roll avatar Jul 07 '25 14:07 roll

@peterdesmet That's a nice idea regarding new properties. Let me try if I can make it work.

What would you suggest on changes like schema.missingValues (new labeled missingness)

roll avatar Jul 14 '25 08:07 roll

Another example - https://radashi.js.org/reference/array/group/

roll avatar Jul 24 '25 14:07 roll

What would you suggest on changes like schema.missingValues (new labeled missingness)

I guess we could mention the version in the text where relevant:

missingValues

...

missingValues MUST be an array where each entry is a unique string, or (since v2.0) an array where each entry is an object.

Although that's probably to hard to maintain. Alternatively, we consistently add a label to all headers where something has changed and link to the corresponding CHANGELOG section for context.

$schema New in v2.0

...

$missingValues Updated in v2.0

...

peterdesmet avatar Aug 06 '25 15:08 peterdesmet