Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@reknih reknih released this 03 Oct 14:54
· 15 commits to main since this release
a1a27dc
  • Breaking change: 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 format
  • MaybeTyped now has an as_typed method