Skip to content

Latest commit

 

History

History
105 lines (37 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

105 lines (37 loc) · 3.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.11.0 (2021-07-26)

Features

  • express: add endpoint for related publications (fae1815)
  • express: add endpoint for retrieving related media (a790166)

0.10.0 (2021-06-23)

Features

  • express: use new media catalog when getting media details (2d21c24), closes #55

0.9.0 (2021-06-10)

Features

  • express: add optional language support on existing endpoints (7426ec0), closes #12

0.8.0 (2021-06-08)

Note: Version bump only for package @library-api/express

0.7.0 (2021-06-01)

Note: Version bump only for package @library-api/express

0.6.0 (2021-05-30)

Note: Version bump only for package @library-api/express

0.5.0 (2021-05-21)

Note: Version bump only for package @library-api/express

0.4.0 (2021-05-15)

Note: Version bump only for package @library-api/express

0.3.1 (2021-05-12)

Note: Version bump only for package @library-api/express

0.3.0 (2021-05-11)

Bug Fixes

  • express/download: correct error message for /video (b634708)
  • packages/express: use relative imports as we lack path mapping (5c45e08)

Features

  • core: add id to images/videos, rename video id to doc (9ec9e8b)
  • core: add id to mediaDetails, allow passing a full video into getMediaDetails for convenience (2cb6afb)
  • core: rename downloadVideoStream to getVideoStream, add downloadVideoStream which writes file (cddd05d)
  • express: add /media/details endpoint (d20ec3f)
  • add oclm publication class (eab8b92)
  • add parsing for different types of video, add 'doc' video type (f53907d)
  • extract shared functionality into core package (169ea29)