Releases: Mantouisyummy/TYStream
Releases · Mantouisyummy/TYStream
V1.5.1
Full Changelog: 1.5.0...1.5.1
Release Notes
Version 1.5.1
New Features
- PyPI Badge
- Added a PyPI badge to the
README.md
file to display the package's status on PyPI.
- Added a PyPI badge to the
Refactoring
-
Type Annotations & BASE_URL
- Adjusted type annotations across the codebase for better type checking and readability.
- Changed
BASE_URL
to a class variable, improving the structure and reusability of the code.
-
Logger Level
- Changed the logger level to
DEBUG
to provide more detailed logging information during development and debugging.
- Changed the logger level to
Additions
- .gitignore
- Added a
.gitignore
file to the project to exclude unnecessary files and directories from version control, keeping the repository clean.
- Added a
1.5.0
Full Changelog: 1.4.0...1.5.0
Release Notes
Version 1.5.0
Refactors
- Separate data.py: Divided into two dataclass files for better modularity.
- Enhance type annotations: Improved type annotations throughout the codebase.
- Request method: Updated to use session for better performance and resource management.
Fixes
- Default and default_factory: Specified both default and default_factory to avoid initialization issues.
- User data retrieval: Fixed an issue where user data couldn't be found.
- Twitch and YouTube OAuth: Now shows a validation failure message when the wrong token is entered.
- Removed debug print: Removed unnecessary print statements.
Documentation
- README.md: Updated with new changes and information.
V1.4.0
feat: Support for Get Twitch User Data.
- feat: Added a new attribute named
user
with the typeTwitchUserData
to the TwitchStreamData dataclass. - fix: some async function forgot to add await,
- docs: add package support python version badge.
Full Changelog: 1.3.1...1.4.0
V1.3.1
- Add new classifiers in setup.py.
V1.3.0
- Twitch Stream VOD support.
- Fix some bugs.
Full Changelog: 1.2.2...1.3.0
V1.2.2
A little Fix.
- If stream is not live.
check_stream_live
Function return False.
Full Changelog: 1.2.1...1.2.2
V1.2.1
- Blackened code.
- Readme.md add some image.
- A new LICNESE.
Full Changelog: 1.2.0...1.2.1
V1.2.0
- To add a docstring to a dataclass and function.
- Fixed some issues.
V1.1.1
uh yes
V1.1.0
- Async/Await Support.