Releases: KartoffelChipss/opds-ts
Releases · KartoffelChipss/opds-ts
Release 2.1.0
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
Changes
- Updated README and description to include xml parsing
Release 2.0.0
Changes
- Added getter methods for everything in Feed and Entry
- Added
addNavigationLinkto feed that uses aNavigationReltype - Added one method to set multiple navigation links at once
- Extracted xml building into own classes
- Updated
addAcquisitionmethod to allow for any acquisition type - Added
fromXmlmethod 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
Changes
- Added options to pass type into methods to add image/thumbnail links
Release 1.0.2
Changes
- Fixed library entry point
Release 1.0.1
Changes
- Added README
- Added typedocs
- Added workflow for testing and publishing typedocs