Release 4.2.0
This release includes new features:
removeBagInfoTagByValue
to remove a Bag Info tag by its current value instead of using the indexsetAlgorithms
which allows the setting of a predefined set of algorithms instead of having tosetAlgorithm
andaddAlgorithm
addBagInfoTags
which allows you to pass a multi-dimensional array oftag => value
ortag => [value1, value2]
This also fixes some Windows path errors (thanks @jonasraoni).
What's Changed
- Implement removeBagInfoTagByValue by @whikloj in #40
- Add setAlgorithms method by @whikloj in #43
- Add addBagInfoTags() method by @whikloj in #44
- #45 Fix Windows issues by @jonasraoni in #46
New Contributors
- @jonasraoni made their first contribution in #46
Full Changelog: 4.1.0...4.2.0