Releases: pwinckles/rocfl
Releases · pwinckles/rocfl
v1.7.0
This release adds support for OCFL spec version 1.1.
Changed
- Invalid
fixity
block validation code changed toE111
- Inconsistent object id validation code changed to
E110
- Invalid
manifest
block validation code changed toE106
- Invalid version number validation code changed to
E104
Added
- Validate object spec versions are monotonically increasing
- Validate only one object/root version declaration
- Validate all manifest entries are used at least once
info
command for display object/repo details- Create new objects/repos using OCFL
1.0
or1.1
upgrade
command for upgrading the spec version of objects/repos
Fixed
- Resetting staged updates now correctly removes the reset file from the manifest
v1.6.6
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
Added
validate
command for validating repositories and objects- Disable output styling when there isn't a TTY
- Custom deserialization implementation to reduce memory usage
Changed
ls
now does not sort object listings by default, and will immediately display results so long as they do not need to be displayed in a table, that is-l
or-p
are not specified or-t
is specifiedls
now returns1
if it encounters any errors while listing objects