v1.0.2
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 forOpdsEntryNavigation
to include extra properties (like numberOfItems for facets) by @mikespub - Add
relation
option forOpdsEntryNavigation
to specify the relation to use (instead ofcurrent
) by @mikespub - Add
identifier
option forOpdsEntryBook
to specify the actual identifier to use (instead ofurn:isbn:...
) by @mikespub - Fix XML links
type
attribute - Add
paginationQuery
property toOpdsConfig
to specify the query parameter for pagination (default:page
) - Fix bug with paginator when using
page
query parameter #30