RSSHub/lib/utils
Tony a2861cdd4f
fix: update rss-parser patch to support other compressions (#21561)
2026-03-30 22:22:24 +00:00
..
cache feat(api): add cache probing (#21300) 2026-03-05 02:36:53 +08:00
otel refactor: deploy all routes to Cloudflare Workers (#20809) 2026-01-04 17:33:55 +08:00
proxy feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
request-rewriter fix(ua): ensure header-generator and custom ua are effective with each other (#21546) 2026-03-29 22:47:56 +08:00
cache.test.ts feat(api): add cache probing (#21300) 2026-03-05 02:36:53 +08:00
camelcase-keys.spec.ts refactor: fix lint issue (#18963) 2025-04-29 03:00:16 +08:00
camelcase-keys.ts refactor: fix all no array reduce (#18973) 2025-04-30 04:16:32 +08:00
common-config.charset.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
common-config.test.ts style: auto format 2025-11-27 02:55:46 +00:00
common-config.ts style: auto format 2025-11-27 02:55:46 +00:00
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 style: auto format 2025-11-27 02:55:46 +00:00
debug-info.ts feat(index): add back hot stats (#14664) 2024-03-05 13:55:39 +08:00
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 style: auto format 2025-11-27 02:55:46 +00:00
got.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
got.ts style: auto format 2025-11-27 02:55:46 +00: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 style: auto format 2025-11-27 02:55:46 +00:00
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 style: auto format 2025-11-27 02:55:46 +00:00
md5.ts refactor: fix lint issue (#18963) 2025-04-29 03:00:16 +08:00
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
puppeteer-utils.test.ts style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
puppeteer-utils.ts style: auto format 2025-11-27 02:55:46 +00:00
puppeteer.mock.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
puppeteer.test.ts style: auto format 2025-11-27 05:54:33 +00:00
puppeteer.ts feat(worker): implement KV-based caching for Cloudflare Workers (#20806) 2026-01-04 11:29:33 +08:00
puppeteer.worker.ts feat: deploy RSSHub to Cloudflare Workers (#20804) 2026-01-04 09:22:05 +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 style: auto format 2025-11-27 02:55:46 +00:00
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 fix: update rss-parser patch to support other compressions (#21561) 2026-03-30 22:22:24 +00:00
rss-parser.ts style: auto format 2025-11-27 02:55:46 +00:00
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 refactor: fix lint issue (#18963) 2025-04-29 03:00:16 +08:00
valid-host.test.ts style: auto format 2025-11-27 02:55:46 +00:00
valid-host.ts
wait.test.ts style: auto format 2025-11-27 02:55:46 +00:00
wait.ts
wechat-mp.test.ts chore: bump transitive deps 2026-03-28 01:43:37 +08:00
wechat-mp.ts chore(deps-dev): bump msw from 2.4.3 to 2.12.14 (#21483) 2026-03-25 02:31:42 +08:00