Skip to content

Latest commit

 

History

History
130 lines (50 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

130 lines (50 loc) · 5.37 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)

Bug Fixes

  • core: include DataType 3 as videos when extracting media (5d1673f)

Features

  • core: add getRelatedPublications method on Publication, refactor other methods to share query (44eb243)
  • core: add methods to allow retrieving media from related publications (55b04a6), closes #27

BREAKING CHANGES

  • core: publications that are not found will silently error

0.10.0 (2021-06-23)

Features

  • core: add getSongDetails method to MediaCatalog (485cf13)
  • core: add class for accessing the newer media catalog (881d264), closes #55
  • core: add util to process a file line by line (81da56e)

0.9.0 (2021-06-10)

Features

  • core: add language support to existing methods & classes, add language methods (c473ffe), closes #12

0.8.0 (2021-06-08)

Features

  • core: add categoryType to images (997bf40)

0.7.0 (2021-06-01)

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

0.6.0 (2021-05-30)

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

0.5.0 (2021-05-21)

Features

  • core: add new helper methods for getting song details & streams (9d1b504)

0.4.0 (2021-05-15)

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

0.3.1 (2021-05-12)

Bug Fixes

  • core: remove dependency on tslib (b22815b)

0.3.0 (2021-05-11)

Bug Fixes

  • core/mapper: also include the language fragment in url construction (65dbd4a)

Features

  • core: add ability to extract a caption and image url for specified media (05fc722)
  • core: add emptyDir utility function (de0eed8)
  • 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)
  • core/download: add utility function to download a file (2751358)
  • core/publication: add OCLM getVideos query (5fd27e5)
  • core/publication: include the contents path of the publication (53e9341)
  • core/publication: update OCLM image query (4be81ff)
  • add oclm publication class (eab8b92)
  • add parsing for different types of video, add 'doc' video type (f53907d)
  • extract shared functionality into core package (169ea29)