Skip to content

Latest commit

 

History

History
185 lines (79 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

185 lines (79 loc) · 4.55 KB

CNN Content Retriever Changelog

2017-02-18, Version 1.6.1, @jamsyoung

Notable changes

  • Add debug logging

Commits

  • [b0935edc03] - logging: add logging to getRecentPublishes() (James Young)

2017-01-19, Version 1.6.0, @jamsyoung

Notable changes

  • Fix a defect that prevented cover art from being parsed correctly

Commits

  • [f9cc59523c] - (SEMVER-MINOR) content-retriever: make coverart logic simpler (Katie Owen) #8

2017-01-18, Version 1.5.0, @jamsyoung

Notable changes

  • change getCoverArt() to getContentFactors()

Commits

  • [a880c8b375] - Merge branch 'release/1.4.0' (James Young)
  • [7b0379f2f2] - (SEMVER-MINOR) content-retriever: create getContentFactors (Katie Owen) #7

2016-09-29, Version 1.4.0, @jamsyoung

Notable changes

  • Update getRecentPublishes to support timestamp

Known issues

See https://github.com/cnnlabs/cnn-content-retriever/labels/defect for complete and current list of known issues.

Commits

  • [ac5416da46] - (SEMVER-MINOR) content-retriever lib: option to use timestamp to filter recent content retrieval (sean joseph) #6

2016-09-12, Version 1.3.3, @jamsyoung

Notable changes

  • handle error condition in getCoverArt() even more better

2016-09-12, Version 1.3.2, @jamsyoung

Notable changes

  • handle error condition in getCoverArt() better

2016-09-12, Version 1.3.1, @jamsyoung

Notable changes

  • handle error condition in getCoverArt()

2016-09-12, Version 1.3.0, @jamsyoung

Notable changes

  • added getCoverArt() method to pull coverArt for processed content

Known issues

See https://github.com/cnnlabs/cnn-content-retriever/labels/defect for complete and current list of known issues.

Commits

  • [ad77950529] - (SEMVER-MINOR) getCoverArt method added (#5) (Jamie Young) #5

2016-08-18, Version 1.2.0, @jamsyoung

Notable changes

  • added getVideoReferenceModel() to pull more details for videos

Known issues

See https://github.com/cnnlabs/cnn-content-retriever/labels/defect for complete and current list of known issues.

Commits

  • [5a2b6ffa58] - (SEMVER-MINOR) Get video cdn urls (#4) (Jamie Young) #4
  • [2fe88e5d61] - docs: update docs (James Young)

2016-06-24, Version 1.1.0, @jamsyoung

Notable changes

  • added getRecentPublishes()

Known issues

See https://github.com/cnnlabs/cnn-content-retriever/labels/defect for complete and current list of known issues.

Commits

  • [82281b8d80] - content-retriever: add getRecentPublishes() (James Young)
  • [453fbea35e] - docs: change references of hydratedModel to resolvedModel (James Young)

2016-06-06, Version 1.0.1, @jamsyoung

Notable changes

  • move debug from devDependency to dependency
  • update docs

Known issues

See https://github.com/cnnlabs/cnn-content-retriever/labels/defect for complete and current list of known issues.

Commits

  • [6ef643f08a] - deps: move debug from dev dependency to dependency (James Young)
  • [7c5ac46733] - docs: update README (James Young)

2016-06-06, Version 1.0.0, @jamsyoung

Notable changes

  • Initial release

Known issues

See https://github.com/cnnlabs/cnn-content-retriever/labels/defect for complete and current list of known issues.

Commits

  • [5575b8cf9c] - tests: add unit tests (James Young)

... and all the commits before this one.