Skip to content

Releases: lin-stephanie/astro-loaders

[email protected]

08 Feb 15:28
e556d1c
Compare
Choose a tag to compare

Minor Changes (6f5e32e)

  • Support retrieving post URL (link) and rendered HTML (html) when fetchThread: false or fetchThread: true + fetchOnlyAuthorReplies: true
  • Export renderPostAsHtml and getPostLink
  • Batch process GET /xrpc/app.bsky.feed.getPosts to avoid exceeding 25 URIs per request
  • Update docs

[email protected]

01 Jan 16:16
07f3b5e
Compare
Choose a tag to compare

Major Changes

  • Support loading Bluesky posts using AT-URI (bdaeced)
    • Customizable HTML generation for posts (e.g., render posts with <Content /> using render(entry))
    • Configurable thread loading and recursive filtering of the post author's replies

[email protected]

21 Dec 03:13
934ca3c
Compare
Choose a tag to compare

Patch Changes

  • Refine handling for linkTextType: 'domain-path' (743512a)

[email protected]

21 Dec 03:13
934ca3c
Compare
Choose a tag to compare

Patch Changes

  • Use UTC methods in date calculations for consistency (0e0ca6f)

[email protected]

21 Dec 03:13
934ca3c
Compare
Choose a tag to compare

Patch Changes

  • Use UTC methods in date calculations for consistency (0e0ca6f)

[email protected]

13 Dec 06:59
65bfc73
Compare
Choose a tag to compare

Patch Changes

  • Refine logger output and update docs (f3c237d)

[email protected]

13 Dec 06:59
65bfc73
Compare
Choose a tag to compare

Minor Changes (38cf8fc)

  • In userCommit mode, add repoOwner field and renamed repoName to repoNameWithOwner (the original repoName only represented the repository name)
  • In repoList mode, add versionNum and repoOwner fields
  • In repoList mode, when configured with entryReturnType: 'byRelease', support returning the <Content /> component via render(entry) to render the published content
  • Errors no longer force the entire Astro project to terminate
  • No longer calls store.clear() internally

[email protected]

13 Dec 06:59
65bfc73
Compare
Choose a tag to compare

Minor Changes (25f92a8)

  • Add monthsBack option to specify the recent months for loading pull requests
  • Support returning the <Content /> component via render(entry) to render the PR content
  • Errors no longer force the entire Astro project to terminate
  • No longer calls store.clear() internally

[email protected]

11 Dec 17:05
cc0eff4
Compare
Choose a tag to compare

Patch Changes

  • Add data type validation for JSON-stored tweets and update docs (dde3e92)

[email protected]

11 Dec 15:39
3ba2287
Compare
Choose a tag to compare

Minor Changes

  • Support for persisting the loaded tweets to a JSON file at a custom path, see details (c0c6f6c)