Skip to content

Releases: brandonbothell/popyt

v2.1.5

18 Dec 21:47
52504e4
Compare
Choose a tag to compare
  • Make testing faster
  • Default to caching searches
  • Fix caching searches
  • Check for parts when initializing entites
    • Allows users to set Entity.part to choose which parts they request
  • Fix the parsing of channel tags

v2.1.4

17 Dec 05:01
3b3e2a0
Compare
Choose a tag to compare

Added the page tokens to the results and input of the search functions.

v2.1.2

18 Oct 02:09
2983f19
Compare
Choose a tag to compare

Add Channel#fetchPlaylists and YouTube#getChannelPlaylists

v2.1.1

15 Oct 11:39
c2d66d9
Compare
Choose a tag to compare
  • Change maxResults to 1 when searching in YouTube#getId

v2.1.0

13 Oct 12:08
1b5d00f
Compare
Choose a tag to compare
  • Added a search method that allows you to search for mixed types
  • Added Channel#banners, Channel#keywords, and Channel#featuredChannels
  • Allowed getting by ID/URL/Title in the get<Entity> methods + CustomURL/Username for channels
    • Deprecated get<Entity>ByUrl
  • Specified fields to save bandwidth
  • Added liveStatus to Channels & Videos
  • Fixed many broken comment properties

v2.0.0

26 Sep 22:29
7eaee57
Compare
Choose a tag to compare
  • Added some OAuth-required endpoints
  • Refactored tons of code.
  • Added a bunch of tests to achieve 100% coverage
  • Fixed some bugs

v1.0.6

21 Sep 01:06
e72f7c3
Compare
Choose a tag to compare
  • Fix security vulnerabilities in dev-dependencies
  • Use correct commit in release tag

v1.0.5

17 Sep 02:31
2a97c0d
Compare
Choose a tag to compare

First GitHub release. Changed TravisCI to GitHub Actions.