Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Releases: stencila/schema

v1.16.1

24 Jan 04:32
Compare
Choose a tag to compare

1.16.1 (2022-01-24)

Bug Fixes

  • Executable code nodes: Make executeCount unsigned and clarify docs (1704980)
  • Media objects: Make mediaType regex more permissive (e1d2c21)

v1.16.0

17 Jan 02:10
Compare
Choose a tag to compare

1.16.0 (2022-01-17)

Features

  • Executable code nodes: Add executeCount property (56e0902)

v1.15.0

15 Jan 00:24
Compare
Choose a tag to compare

1.15.0 (2022-01-15)

Bug Fixes

  • CodeExecutable: Remove CodeExpression variant from codeDependencies (294e606)

Features

  • CodeChunk: Add executeAuto and executePure properties (16a4bd8)
  • CodeExecutable: Add DependenciesFailed variant to executeRequired (3cde344)
  • CodeExecutable: Add variants to executeStatus (7b01a09)

v1.14.0

12 Jan 08:04
Compare
Choose a tag to compare

1.14.0 (2022-01-12)

Features

  • Executable nodes: Add properties summarising dependencies and execution (2cec08b)

v1.13.0

09 Jan 23:36
Compare
Choose a tag to compare

1.13.0 (2022-01-09)

Bug Fixes

  • dependencies: update rust crate serde to 1.0.132 (b47af3d)
  • dependencies: update rust crate serde_json to 1.0.73 (8dab589)
  • dependencies: update rust crate serde_with to 1.11.0 (f4b789f)
  • dependencies: update rust crate strum to 0.23.0 (2769bf8)
  • Rust: Fix error message (a597cf8)

Features

  • Executable code nodes: Add properties for execution status etc (9e3de92)
  • Rust: Add Cord for use in digest, and other, properties (bcc186d)
  • Rust: Add convieience functions for Date type (3d6e89d)

v1.12.0

26 Sep 03:46
Compare
Choose a tag to compare

1.12.0 (2021-09-26)

Bug Fixes

  • Rust: Remove serde(skip) for pointer fields (d18ed5b)

Features

  • Rust: Remove NodeTrait; Null as struct (976c2af)

v1.11.4

20 Sep 03:48
Compare
Choose a tag to compare

1.11.4 (2021-09-20)

Bug Fixes

  • dependencies: update rust crate serde_with to 1.10.0 (b328e96)

v1.11.3

20 Sep 01:48
Compare
Choose a tag to compare

1.11.3 (2021-09-20)

Bug Fixes

  • dependencies: update rust crate serde_json to 1.0.68 (745ee8c)

v1.11.2

13 Sep 05:09
Compare
Choose a tag to compare

1.11.2 (2021-09-13)

Bug Fixes

  • dependencies: update rust crate serde to 1.0.130 (5f9b78a)

v1.11.1

29 Aug 09:05
Compare
Choose a tag to compare

1.11.1 (2021-08-29)

Bug Fixes

  • Rust: Exclude content and parts and add title for simple versions (62ac660)
  • Rust: Use strings for digests (df07e95)
  • Rust bindings: Correct casing for property type overrides (586529a)