Skip to content

Commit f919565

Browse files
committed
docs: Update changelog
1 parent e078e11 commit f919565

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ https://github.com/lyrasis/kiba-extend/pull/252[PR#252]
4747

4848
* Initial job tests functionality, including `thor job_tests suite` command and `JobTest::CsvJob::Equal` test type https://github.com/lyrasis/kiba-extend/pull/246[PR#246]
4949
* `JobTest::CsvJob::Equal` job test type https://github.com/lyrasis/kiba-extend/pull/247[PR#247]
50-
* Add `mode` parameter to `Kiba::Extend::Job.output?` method.
50+
* `mode` parameter to `Kiba::Extend::Job.output?` method.
5151
The purpose of this is to turn off warnings if a job is not necessarily expected to exist, such as may be defined in dynamic code.
5252
https://github.com/lyrasis/kiba-extend/pull/249[PR#249]
53-
* Add `Kiba::Extend::Job.registered?` method, to check for whether a job exists, without verifying it has output, or reporting errors/warnings if it does not.
53+
* `Kiba::Extend::Job.registered?` method, to check for whether a job exists, without verifying it has output, or reporting errors/warnings if it does not.
5454
https://github.com/lyrasis/kiba-extend/pull/249[PR#249]
55-
* Add `report` parameter to `Delete::EmptyFields` transform, which causes deleted field names to be written to STDOUT.
55+
* `report` parameter to `Delete::EmptyFields` transform, which causes deleted field names to be written to STDOUT.
5656
This is useful if you want to mark deleted fields as omitted from a project, or otherwise keep track of what fields were empty at a given point in time
5757
https://github.com/lyrasis/kiba-extend/pull/250[PR#250]
5858
* `Normalize::FieldValues` transform - This is a wrapper around the improved `Utils::StringNormalizer`
@@ -67,8 +67,10 @@ https://github.com/lyrasis/kiba-extend/pull/259[PR#259]
6767
https://github.com/lyrasis/kiba-extend/pull/260[PR#260]
6868
* https://lyrasis.github.io/kiba-extend/Kiba/Extend/Transforms/Replace/GlobalReverse.html[`Replace::GlobalReverse` transform]
6969
https://github.com/lyrasis/kiba-extend/pull/260[PR#260]
70-
* Add handling of `omit_from_all_fields` param to https://lyrasis.github.io/kiba-extend/Kiba/Extend/Transforms/Allable.html[`Allable` transform mixin] and all transforms that use it
70+
* Handling of `omit_from_all_fields` param to https://lyrasis.github.io/kiba-extend/Kiba/Extend/Transforms/Allable.html[`Allable` transform mixin] and all transforms that use it
7171
https://github.com/lyrasis/kiba-extend/pull/260[PR#260]
72+
* `thor job graph` command, which will generate and open a .png dependency graph for the specified job key
73+
https://github.com/lyrasis/kiba-extend/pull/264[PR#264]
7274

7375
=== Bugfixes
7476

0 commit comments

Comments
 (0)