Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #53

Merged
merged 8 commits into from
Jun 3, 2024
Merged

Development #53

merged 8 commits into from
Jun 3, 2024

Conversation

B-urb
Copy link
Owner

@B-urb B-urb commented Jun 2, 2024

No description provided.

Björn Urban and others added 8 commits May 28, 2024 17:39
Changed the conditional handling of the 'tagged' field search to use a match expression. This improves code clarity and error handling, as an error message is immediately logged and a default error returned if the field is not found. The refactor also removes unnecessary indentations in the code.
This commit introduces unit tests for the `extract_json_object` function in `src/main.rs`. The tests cover three scenarios: successful extraction of a JSON object, successful extraction of a JSON array, and failure when no JSON structure is found in the string.
A Doclytics logo, generated by Dall E, has been added to the README file for visual identification and branding.
In src/main.rs, the type of original_file_name has been modified to allow for Option<String> instead of mandating the presence of a String. The change enhances flexibility by accommodating scenarios where original_file_name might not be available. see #36
@B-urb B-urb merged commit 97c508b into master Jun 3, 2024
15 checks passed
@B-urb
Copy link
Owner Author

B-urb commented Jun 3, 2024

🎉 This PR is included in version 1.1.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@B-urb B-urb added the released label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant