UNPKG

astro-loader-goodreads

Version:
38 lines (23 loc) 2.97 kB
# [1.2.0](https://github.com/sadmanca/astro-loader-goodreads/compare/v1.1.1...v1.2.0) (2025-03-15) ### Features * Add optional loader option `refreshIntervalDays` ([28ec546](https://github.com/sadmanca/astro-loader-goodreads/commit/28ec5462b8c0c9bb9151a61f62628b61a0bd6423)) ## [1.1.1](https://github.com/sadmanca/astro-loader-goodreads/compare/v1.1.0...v1.1.1) (2025-03-11) ### Bug Fixes * invalid urls for ReviewComments in user update feeds ([cf89c90](https://github.com/sadmanca/astro-loader-goodreads/commit/cf89c90e1155bd578a322143a4f5f828e0e621f9)) # [1.1.0](https://github.com/sadmanca/astro-loader-goodreads/compare/v1.0.0...v1.1.0) (2025-03-09) ### Bug Fixes * parse alternative format for bookId in ReadStatus item of user updates ([0f6cba2](https://github.com/sadmanca/astro-loader-goodreads/commit/0f6cba22e52a35349967377d05d566e18480de53)) ### Features * add AuthorFollowing item data for user updates ([53049dd](https://github.com/sadmanca/astro-loader-goodreads/commit/53049dd0f6b0bcd5cca02ae3bbf4eb91df122a7b)) * add Comment item data for user updates ([e016b1c](https://github.com/sadmanca/astro-loader-goodreads/commit/e016b1ca239703ba8475e2d368d7ab3918daae52)) * add Like item data for user updates ([9f6dbe0](https://github.com/sadmanca/astro-loader-goodreads/commit/9f6dbe057c3ce19e38b378835e8e5ecb9b038164)) * add LikeReadStatus item data for user updates ([768be24](https://github.com/sadmanca/astro-loader-goodreads/commit/768be24a6b39250120cb3953d9a8aa65f2d0b254)) * add ReadStatus item data for user updates ([c3b9176](https://github.com/sadmanca/astro-loader-goodreads/commit/c3b91767815f7df91d846f3402b5e93ef61fac1d)) * add Review item data for user updates ([44ec265](https://github.com/sadmanca/astro-loader-goodreads/commit/44ec265ab0813c1a7fc3cf07eace7fdf8ae66b5c)) * add separate parsing for ReviewComments and StatusComments ([54f28a2](https://github.com/sadmanca/astro-loader-goodreads/commit/54f28a2acaff1fcb21e2904635ab38541ef3a27a)) * add support for parsing Goodreads author blog RSS feeds ([b6b5e0c](https://github.com/sadmanca/astro-loader-goodreads/commit/b6b5e0c0a5a40984562b73a1ebeed4057e0a9242)) * add support for parsing Goodreads user update RSS feeds ([182db28](https://github.com/sadmanca/astro-loader-goodreads/commit/182db2881e9764866dee8b6493edd4496d02a1cf)) * add UserStatus item data for user updates ([acc750c](https://github.com/sadmanca/astro-loader-goodreads/commit/acc750c2742717b22f666e6ba8816d6519235f64)) * get urls for user, review, and book items instead of ids ([5f95611](https://github.com/sadmanca/astro-loader-goodreads/commit/5f95611f6fb5b875b886121542e0abcd4da3eb60)) * get userId from url for user updates feed ([3303593](https://github.com/sadmanca/astro-loader-goodreads/commit/330359378287e9724446f460d4107cef8edf9f33)) * support using non-rss goodreads shelf urls ([48b1de1](https://github.com/sadmanca/astro-loader-goodreads/commit/48b1de1c6d34623b41128de6187ad291676edfa4))