-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c526f2
commit 21f6624
Showing
33 changed files
with
260 additions
and
113 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
# Changelog | ||
|
||
## 4.1.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. | ||
|
||
```diff | ||
-import rdf from 'rdf-ext' | ||
|
||
export function myStep() { | ||
- const dataset = rdf.dataset() | ||
+ const dataset = this.env.dataset() | ||
|
||
return rdf.dataset().toStream() | ||
} | ||
``` | ||
|
||
- 5c526f2: Include current project in manifest discovery | ||
|
||
### Patch Changes | ||
|
||
- 0e5cb97: Write CLI errors to `stderr` | ||
- Updated dependencies [ce0bdf4] | ||
- Updated dependencies [ce0bdf4] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 4.0.0 | ||
|
||
### Major Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# barnard59-env | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- ce0bdf4: First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# v1.0.0 | ||
|
||
## 2.1.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. | ||
|
||
```diff | ||
-import rdf from 'rdf-ext' | ||
|
||
export function myStep() { | ||
- const dataset = rdf.dataset() | ||
+ const dataset = this.env.dataset() | ||
|
||
return rdf.dataset().toStream() | ||
} | ||
``` | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [67504df] | ||
- [email protected] | ||
|
||
## 2.0.0 | ||
|
||
### Major Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# v1.0.0 | ||
|
||
## 2.1.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. | ||
|
||
```diff | ||
-import rdf from 'rdf-ext' | ||
|
||
export function myStep() { | ||
- const dataset = rdf.dataset() | ||
+ const dataset = this.env.dataset() | ||
|
||
return rdf.dataset().toStream() | ||
} | ||
``` | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [67504df] | ||
- [email protected] | ||
|
||
## 2.0.0 | ||
|
||
### Major Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.