Following: major.minor.patch
- major is almost never used unless major breaking changes were pushed or a complete rewrite happened of the code
- minor used whenever a single file was rewritten or significant change happened
- patch may only be bumped after a bug was resolved as whole
- fix(idToThumbnail): always use maxres, thanks @GeopJr
- fixed TypeScript annotations, thanks @omarkhatibco
- Added typings, thanks @Lioness100
- Fixed an issue with verified channel states where it would only check for verified artist but not verified channel.
- Added support for channel search.
- Fixed typo's in README
- Updated Constants with pre-decoded SearchTypes, this to prevent problems where URLSearchParams would encode the value again.
- The Constants are accessible and export in the index if you needed these for some reason.
- YT Scraper has been updated and support has been added for the following search types:
- any
- live
- movie
- playlist
- video
- Tests have been updated for the new functionalities
- README includes an entire response object of possible results
- Fixed an edge case were data from YouTube would be incorrectly parsed.
- Fixed a change in the YouTube webpage preventing from parsing a valid result
- Updated README
- Added a language option
- Added a limit option
- Fixed #2
- Made testing more in-depth of features
- Updated README to showcase the options
- Initial Beta Release