Skip to content

Releases: KartoffelChipss/opds-ts

Release 2.1.0

19 Oct 16:20

Choose a tag to compare

Changes:

  • Added rights option to entries
  • Added getters to Entry class
  • Added getters for id and title for Entry and Feed class
  • Added Dublin core metadata to entries

Release 2.0.1

18 Oct 12:19

Choose a tag to compare

Changes

  • Updated README and description to include xml parsing

Release 2.0.0

18 Oct 12:14

Choose a tag to compare

Changes

  • Added getter methods for everything in Feed and Entry
  • Added addNavigationLink to feed that uses a NavigationRel type
  • Added one method to set multiple navigation links at once
  • Extracted xml building into own classes
  • Updated addAcquisition method to allow for any acquisition type
  • Added fromXml method to parse Feed or Entry options from an xml feed
  • Added version specific imports to allow for future OPDSv2 implementation
  • Added to homepage url to package.json

Release 1.0.3

04 Oct 12:57

Choose a tag to compare

Changes

  • Added options to pass type into methods to add image/thumbnail links

Release 1.0.2

04 Oct 12:31

Choose a tag to compare

Changes

  • Fixed library entry point

Release 1.0.1

04 Oct 12:18

Choose a tag to compare

Changes

  • Added README
  • Added typedocs
  • Added workflow for testing and publishing typedocs