Releases: muhammad-fiaz/logly
Releases · muhammad-fiaz/logly
v0.0.7
What's Changed
- Bump pytest from 8.1.1 to 8.2.1 by @dependabot in #22
- Bump packaging from 24.0 to 24.1 by @dependabot in #24
- Bump pytest from 8.2.1 to 8.3.1 by @dependabot in #25
- Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #26
- Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #27
- Bump packaging from 24.1 to 24.2 by @dependabot in #28
- Bump pytest from 8.3.3 to 8.3.4 by @dependabot in #29
- V0.0.7 - Improved Functionality and added new return log feature by @muhammad-fiaz in #30
Full Changelog: 0.0.6...0.0.7
v0.0.6
What's Changed
- Update setup.py by @muhammad-fiaz in #11
- Update README.md by @muhammad-fiaz in #12
- Bump pytest from 7.4.3 to 8.0.0 by @dependabot in #14
- Bump pytest from 8.0.0 to 8.0.1 by @dependabot in #15
- Bump pytest from 8.0.1 to 8.1.0 by @dependabot in #17
- Bump pytest from 8.1.0 to 8.1.1 by @dependabot in #19
- Bump packaging from 23.2 to 24.0 by @dependabot in #18
- v0.0.6 by @muhammad-fiaz in #20
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: 0.0.5...0.0.6
v0.0.5
Changelog for Logly
Version 0.0.5
- fixed some documentation issue
What's Changed
- Update README.md by @muhammad-fiaz in #7
- Update README.md by @muhammad-fiaz in #8
- Update README.md by @muhammad-fiaz in #9
- Update README.md by @muhammad-fiaz in #10
Full Changelog: 0.0.4...0.0.5
v0.0.4
Changelog for Logly
Version 0.0.4
Added
- Added a new log level: "LOG."
- Introduced a class attribute controlling the default Colorama behavior (
DEFAULT_COLOR_ENABLED
). - Support Single Message Parameters as value
- you can disable color for specific log messages and also block logs
- fixed some issues
- now you can enable and disable show timestamp for each log messages
- disable timestamp default by
logly = Logly(show_time=False)
Modified
- Modified the constructor (
__init__
method) to accept an additional parameter,color_enabled
, allowing users to specify the default state of Colorama. - Modified the
_log
method to accept an additional parameter,color_enabled
, enabling users to control color settings for individual log entries. - Modified the
log_function
method to accept an additional parameter,color_enabled
, providing flexibility for color settings in log entries. - Enhanced color handling logic to handle color settings for log entries based on the provided parameters.
- Minor changes to improve code readability, formatting, and comments.
Full Changelog: 0.0.3...0.0.4
v0.0.3
v0.0.2
Changes Log
- Minor Changes and fix
What's Changed
- Update python_publish.yaml by @muhammad-fiaz in #1
New Contributors
- @muhammad-fiaz made their first contribution in #1
Full Changelog: 0.0.1...0.0.2
v0.0.1
Changes Log
Features
- Easy-to-use logging for Python applications.
- Customizable log levels and formatting.
- Customizable log colors.
- Log to file and/or console.
- Log to file with automatic file rotation.
- Log to file with automatic file size management.
- Log to file with automatic file deletion.
- Log to file with automatic deletion and rewriting of the file when it reaches max_file_size.
Full Changelog: https://github.com/muhammad-fiaz/logly/commits/0.0.1