Releases: lin-stephanie/astro-loaders
Releases · lin-stephanie/astro-loaders
[email protected]
Minor Changes (6f5e32e
)
- Support retrieving post URL (
link
) and rendered HTML (html
) whenfetchThread: false
orfetchThread: true
+fetchOnlyAuthorReplies: true
- Export
renderPostAsHtml
andgetPostLink
- Batch process
GET /xrpc/app.bsky.feed.getPosts
to avoid exceeding 25 URIs per request - Update docs
[email protected]
[email protected]
Patch Changes
- Refine handling for
linkTextType: 'domain-path'
(743512a
)
[email protected]
Patch Changes
- Use UTC methods in date calculations for consistency (
0e0ca6f
)
[email protected]
Patch Changes
- Use UTC methods in date calculations for consistency (
0e0ca6f
)
[email protected]
Patch Changes
- Refine logger output and update docs (
f3c237d
)
[email protected]
Minor Changes (38cf8fc
)
- In
userCommit
mode, addrepoOwner
field and renamedrepoName
torepoNameWithOwner
(the originalrepoName
only represented the repository name) - In
repoList
mode, addversionNum
andrepoOwner
fields - In
repoList
mode, when configured withentryReturnType: 'byRelease'
, support returning the<Content />
component viarender(entry)
to render the published content - Errors no longer force the entire Astro project to terminate
- No longer calls
store.clear()
internally
[email protected]
Minor Changes (25f92a8
)
- Add
monthsBack
option to specify the recent months for loading pull requests - Support returning the
<Content />
component viarender(entry)
to render the PR content - Errors no longer force the entire Astro project to terminate
- No longer calls
store.clear()
internally
[email protected]
Patch Changes
- Add data type validation for JSON-stored tweets and update docs (
dde3e92
)
[email protected]
Minor Changes
- Support for persisting the loaded tweets to a JSON file at a custom path, see details (
c0c6f6c
)