- 9d0ce9f: Improve Windows compatibility (re zazuko/rdf-loader-code#34)
- Updated dependencies [c090ff2]
- Updated dependencies [82dbe7e]
-
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]
-
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() }
- 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
- 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
Initial release