Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 1.36 KB

barnard59-validation

0.4.2

Patch Changes

0.4.1

Patch Changes

  • 898c80f: Use barnard59-env instead of @zazuko/env(-node).

    Remove direct dependency on @rdfjs/formats-common

  • 5a70d2b: Updated rdf-loader-code

  • Updated dependencies [5a70d2b]

  • Updated dependencies [5a70d2b]

0.4.0

Minor Changes

  • ce0bdf4: Removed dependency on any RDF/JS Environment. The CLI provides it at runtime to ensure that steps use the same factories. Step implementors are encouraged to use the environment provided by the barnard59 runtime insead of importing directly.

    -import rdf from 'rdf-ext'
    
    export function myStep() {
    - const dataset = rdf.dataset()
    + const dataset = this.env.dataset()
    
      return rdf.dataset().toStream()
    }

0.3.0

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