-
Fixed:
-
Resolved an error where non-string parameter values caused URL formatting issues.
-
Fixed data formatting for
Map
types in the--data
section to prevent JSON encoding failures. -
Improved:
-
Optimized
queryString
generation logic for URL parameters. -
Added basic validation for
method
andpath
to ensure they are non-empty. -
Documentation:
-
Updated
README.md
with clearer usage examples. -
Enhanced Dartdoc comments for the
create
method parameters to improve API clarity.
- Fixed:
- Fixed a bug where parameters were not correctly appended to the URL.
- Documentation:
- Fixed typos and formatting issues in the
README.md
file.
-
Improved:
-
Enhanced logging format for better readability.
-
Updated dependencies to their latest stable versions.
-
Fixed:
-
Addressed an issue where some requests were not logged properly.
- Initial release of the
log_curl_request
package.