RSSHub/lib/utils
Yufan You 5589b89478
fix(cache): call JSON.stringify when storing value in cache.tryGet (#20671)
* fix(cache): call JSON.stringify when storing value in cache.tryGet

The value is returned as-is, so we may assume that it's not JSON
stringified inside `getValueFunc`. Otherwise, the caller already needs
to distinguish between values that are either JSON parsed or not.

* Revert "fix(routes/mastodon): don't refresh account ID cache (#20663)"

This reverts commit c2cff410fa.

* test: add test

* test: lint
2026-05-07 01:26:11 +08:00
..
cache fix(cache): call JSON.stringify when storing value in cache.tryGet (#20671) 2026-05-07 01:26:11 +08:00
otel refactor: deploy all routes to Cloudflare Workers (#20809) 2026-01-04 17:33:55 +08:00
proxy refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
request-rewriter refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
cache.test.ts fix(cache): call JSON.stringify when storing value in cache.tryGet (#20671) 2026-05-07 01:26:11 +08:00
camelcase-keys.spec.ts
camelcase-keys.ts
common-config.charset.test.ts style: auto format 2026-04-14 15:15:05 +00:00
common-config.test.ts style: auto format 2026-04-14 15:15:05 +00:00
common-config.ts
common-utils.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
common-utils.ts feat: disable IPv6 (#21719) 2026-04-13 23:45:08 +08:00
debug-info.ts
directory-import.test.ts feat: esm directory import (#21428) 2026-03-18 15:15:28 +08:00
directory-import.ts feat: esm directory import (#21428) 2026-03-18 15:15:28 +08:00
directory-import.worker.ts feat: deploy RSSHub to Cloudflare Workers (#20804) 2026-01-04 09:22:05 +08:00
git-hash.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
git-hash.ts
got.test.ts style: auto format 2026-04-14 15:15:05 +00:00
got.ts chore(deps-dev): bump got from 14.6.6 to 15.0.0 (#21591) 2026-04-10 00:57:30 +08:00
header-generator.mock.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
header-generator.test.ts feat: deploy RSSHub to Cloudflare Workers (#20804) 2026-01-04 09:22:05 +08:00
header-generator.ts test(header-generator): improve header validation (#21492) 2026-03-24 23:37:28 +08:00
helpers.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
helpers.ts
is-worker.ts feat: deploy RSSHub to Cloudflare Workers (#20804) 2026-01-04 09:22:05 +08:00
is-worker.worker.ts feat: deploy RSSHub to Cloudflare Workers (#20804) 2026-01-04 09:22:05 +08:00
logger.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
logger.ts style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
logger.worker.ts feat: deploy RSSHub to Cloudflare Workers (#20804) 2026-01-04 09:22:05 +08:00
md5.test.ts
md5.ts
ofetch.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
ofetch.ts fix(ofetch): use late-binding fetch in ofetch to ensure request-rewriter intercepts bundled builds (#21518) 2026-03-26 21:24:46 +08:00
parse-date.test.ts fix(utils): refactor parseRelativeDate to support dynamic reference (#21054) 2026-02-06 21:44:49 +08:00
parse-date.ts fix(utils): refactor parseRelativeDate to support dynamic reference (#21054) 2026-02-06 21:44:49 +08:00
playwright-utils.test.ts refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
playwright-utils.ts refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
playwright.mock.test.ts fix: connect playwright ws endpoint via protocol (#21917) 2026-05-05 22:17:25 +08:00
playwright.test.ts refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
playwright.ts fix: connect playwright ws endpoint via protocol (#21917) 2026-05-05 22:17:25 +08:00
playwright.worker.ts fix: connect playwright ws endpoint via protocol (#21917) 2026-05-05 22:17:25 +08:00
puppeteer-utils.ts refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
puppeteer.ts refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
puppeteer.worker.ts refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
readable-social.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
readable-social.ts
render.ts refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
request-rewriter.test.ts fix(ua): ensure header-generator and custom ua are effective with each other (#21546) 2026-03-29 22:47:56 +08:00
rss-parser.test.ts chore(deps-dev): bump tsdown from 0.21.9 to 0.21.10 (#21810) 2026-04-29 05:09:46 +08:00
rss-parser.ts
timezone.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
timezone.ts
valid-host.test.ts
valid-host.ts
wait.test.ts
wait.ts
wechat-mp.test.ts style: use oxlint-plugin-eslint for unimplemented eslint rules 2026-04-02 05:29:27 +08:00
wechat-mp.ts fix(utils/wechat-mp): fix APP_MSG_PAGE metadata fetching (#21577) 2026-04-01 06:00:17 +08:00