Version 0.7.0
- Breaking change:
Entry::page_range
now returnsOption<&MaybeTyped<PageRanges>>
instead ofOption<&PageRanges>
. This fixes a panic that occurred when a page range had an unknown format MaybeTyped
now has anas_typed
method
Entry::page_range
now returns Option<&MaybeTyped<PageRanges>>
instead of Option<&PageRanges>
. This fixes a panic that occurred when a page range had an unknown formatMaybeTyped
now has an as_typed
method