-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bdaeced
commit 07f3b5e
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# astro-loader-bluesky-posts | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- Support loading Bluesky posts using [AT-URI](https://atproto.com/specs/at-uri-scheme) ([`bdaeced`](https://github.com/lin-stephanie/astro-loaders/commit/bdaeced70ec65483c742f199d7a15a620d89c138)) | ||
- 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 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "astro-loader-bluesky-posts", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Astro loader for loading Bluesky posts and threads using AT-URI.", | ||
"author": "Stephanie Lin <[email protected]>", | ||
"license": "MIT", | ||
|