You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhanced User Object Structure
The id property was added to the OpenAPI configuration for user objects. This change assists in identifying individual user data records more easily.
Improved Tag Filtering
The logic in the filterTags function has been updated to include added flexibility. Now, if the requiredTags list is empty, it still returns true. This allows the function to continue operating even without specified tags.
Dynamic Approach in Query Parsing
We have modified the parseQuery to handle requiredTags[] from the request query. This allows the service to filter tags dynamically based on received requests instead of a static set of tag lists.
Augmented Author Information in Posts
The id field for authors is now added in the RenderedPost interface, along with the existing author information. This allows inclusion of the author's ID in the displayed post data, assisting in better identifying authors.
More Comprehensive Post Rendering
The renderPost function has been revamped to include the author's ID in the post data. This adds another layer of detail to posts, making author identification easier for users.
Improved Markdown Rendering
Markdown rendering was updated to enable line breaks. The breaks: true option was added in the marked function, ensuring that texts typed in Markdown respect line breaks, enhancing readability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.