Skip to content

v1.0.2

Compare
Choose a tag to compare
@ewilan-riviere ewilan-riviere released this 14 Sep 14:36
· 99 commits to main since this release
9a8181e

Features by @mikespub and some bugfixes

  • Update OpdsJsonEngine to use these options for OPDS 2.0 output - OPDS 1.2 was not adapted in this PR by @mikespub
  • Add properties option for OpdsEntryNavigation to include extra properties (like numberOfItems for facets) by @mikespub
  • Add relation option for OpdsEntryNavigation to specify the relation to use (instead of current) by @mikespub
  • Add identifier option for OpdsEntryBook to specify the actual identifier to use (instead of urn:isbn:...) by @mikespub
  • Fix XML links type attribute
  • Add paginationQuery property to OpdsConfig to specify the query parameter for pagination (default: page)
  • Fix bug with paginator when using page query parameter #30