Releases: jjoeldaniel/genius.py
Releases · jjoeldaniel/genius.py
v1.1.1
Whats Changed
This release updates the README.md with new and updated examples.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Whats Changed
This has resolved all future issues with the web scraping breaking when Genius changes certain div names and overhauls the JSON info associated with constructed objects.
- Update web scraping and refactor classes by @jjoeldaniel in #13
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
This has been a complete rewrite of genius.py
, with the hope being a more stable, maintainable code-base. Enjoy!
- The Rewrite of '23 by @jjoeldaniel in #11
- Added pdoc by @jjoeldaniel in #12
Full Changelog: v0.9.0...v1.0.0
v0.9.0
What's Changed
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #8
- Updated web scraping to search for latest class name
- Formatting
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v0.1.8.1...v0.9.0
v0.1.8.1
Whats Changed
- Updated setup tools to 65.6.3 due to vulnerability found here
Full Changelog: v0.1.8...v0.1.8.1
v0.1.8
v0.1.7.1
Whats Changed
- Updated all function docstrings
- GeniusBuilder constructor now only takes access token as argument
Full Changelog: v0.1.7...v0.1.7.1
v0.1.7
v0.1.6
What's Changed
- Added to_json() function for all objects
- New track media URL attributes
- New utils.py
- Updated example.py
Full Changelog: v0.1.5.1...v0.1.6
v0.1.5.1 hotfix
Fixed missing dependency beautifulsoup4