Skip to content

Releases: zazuko/barnard59

[email protected]

24 Nov 12:26
Compare
Choose a tag to compare

Major Changes

  • 68c034a: Move cube operations from package barnard59-rdf to the new package barnard59-cube.

    <#toObservation> a p:Step;
      code:implementedBy [ a code:EcmaScriptModule;
        - code:link <node:barnard59-rdf/cube.js#toObservation>
        + code:link <node:barnard59-cube/cube.js#toObservation>
      ].
    
    <#buildCubeShape> a p:Step;
      code:implementedBy [ a code:EcmaScriptModule;
        - code:link <node:barnard59-rdf/cube.js#buildCubeShape>
        + code:link <node:barnard59-code/cube.js#buildCubeShape>
      ].
    

Patch Changes

[email protected]

24 Nov 12:26
Compare
Choose a tag to compare

Minor Changes

  • 1dbb51f: Add support for "late errors" where step authors can call context.error() to avoid immediately breaking the pipeline

[email protected]

26 Oct 09:19
Compare
Choose a tag to compare

Major Changes

  • 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)

Patch Changes

[email protected]

26 Oct 09:20
Compare
Choose a tag to compare

Minor Changes

  • 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)

  • Add an experimental manifest.ttl checker: barnard59-validate -m manifest.ttl -v

v0.1.1

  • Properly report "file not found" when trying to run the tool on a file that does not exist
  • Look for pipeline dependencies relative to CLI current working directory

v0.1.0

Initial release

[email protected]

26 Oct 09:20
Compare
Choose a tag to compare

Major Changes

[email protected]

26 Oct 09:20
Compare
Choose a tag to compare

Minor Changes

[email protected]

26 Oct 09:20
Compare
Choose a tag to compare

Major Changes

[email protected]

26 Oct 09:20
Compare
Choose a tag to compare

Major Changes

[email protected]

26 Oct 09:20
Compare
Choose a tag to compare

Major Changes

Patch Changes

[email protected]

26 Oct 09:19
Compare
Choose a tag to compare

Major Changes