Skip to content

Releases: brandonbothell/popyt

v7.1.1-hotfix

05 Jul 14:34
Compare
Choose a tag to compare
release: v7.1.1

v7.1.1

05 Jul 14:08
Compare
Choose a tag to compare

Full Changelog: v7.0.0...v7.1.1

  • Separate OAuth methods into their own files based on entities
  • Separate OAuth tests similarly
  • Fix all OAuth methods and tests to work correctly at the time of the release of v7.1.1.
  • Fix some documentation links to the repository
  • Update dependencies
  • Example project in README

v7.0.0

25 Jun 05:02
Compare
Choose a tag to compare
  • Switched from RunKit to CodeSandbox for documentation examples
  • Added order options to searches and comments
  • Renamed YTComment to Comment
  • Removed Channel comments
  • Made authorization options truly private (it's safe to console.log() your class now!)
  • Allowed for getting items by arrays rather than multiple calls
  • Completely redid how strings are resolved. IDs detection is a little more nuanced to better allow for searching through the main functions rather than making programmers parse the input themselves (or even worse, forcing the users to identify it)
  • Removed all Istanbul ignore comments to ensure transparency about test coverage

v6.1.1

20 Jun 21:19
Compare
Choose a tag to compare
  • Added pagination to search methods on main class
  • Also added pagination to the methods of entity classes
  • Refactored some code and fixed some documentation

v6.0.1

17 Jun 23:48
Compare
Choose a tag to compare

Removes .yarn from the NPM package.

v6.0.1

17 Jun 23:45
Compare
Choose a tag to compare

Removes .yarn from the NPM package.

v6.0.0

17 Jun 23:24
Compare
Choose a tag to compare
  • Early version of pagination functionality
  • New documentation with Docusaurus
  • Update dependencies
  • Generally bring into this decade

v5.0.0

03 Mar 13:21
29576ef
Compare
Choose a tag to compare
  • New website URL
  • Fix failing to parse URLs with a trailing slash (thanks @ronvoluted for reporting!)
  • New playlist item API properties
  • Mark full subscription properties as not currently working (see https://issuetracker.google.com/issues/181152600)
  • Add channel name to video objects
  • Remove the previously deprecated guide categories and related functions/properties
  • Update dev dependencies

v4.2.0

11 Nov 14:35
f982db2
Compare
Choose a tag to compare

The ganja update! Updated dependencies, added a channelId parameter to the YouTube#search() method, and removed testing for some deprecated/broken properties.

v4.1.2

16 Sep 02:51
44d0a1d
Compare
Choose a tag to compare

Update dependencies and deprecate guide categories.