An open API service providing commit metadata for open source projects.

GitHub / danmactough/node-feedparser / commits

Robust RSS, Atom, and RDF feed parsing in Node.js

SHA Message Author Date Stats
7ceba26c 2.6.0 Dan MacTough <d****h@g****m> 3 months ago
c9b5e1af merge Merge pull request #307 from danmactough/codex/issue-293-guid-link-option Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
945bf3eb Add guid link inference option Dan MacTough <d****h@g****m> 3 months ago
8fdfb591 2.5.0 Dan MacTough <d****h@g****m> 3 months ago
9ba178ff merge Merge pull request #306 from danmactough/codex/plan-262-resolution Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
5707c07c Allow trailing feed metadata after items Dan MacTough <d****h@g****m> 3 months ago
9a07163e Improve node types Dan MacTough <d****h@g****m> 3 months ago
2b736cb7 merge Merge pull request #305 from danmactough/resolve-body-uris Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
f0ca89bd Switch to arrow functions instead of passing thisArg Dan MacTough <d****h@g****m> 3 months ago
66e94533 Cleanup file layout and fix linting Dan MacTough <d****h@g****m> 3 months ago
99c3db36 Resolve uris embedded in html Dan MacTough <d****h@g****m> 3 months ago
6e63881e 2.4.2 Dan MacTough <d****h@g****m> 4 months ago
14cff521 merge Merge pull request #304 from danmactough/angle-brackets Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b8e2b690 Fix stripHtml function to properly strip HTML but leave non-HTML angle brackets Dan MacTough <d****h@g****m> 4 months ago
5ad5dcf6 Add failing test for angle brackets Dan MacTough <d****h@g****m> 4 months ago
2c16d222 2.4.1 Dan MacTough <d****h@g****m> 4 months ago
ce50c256 merge Merge pull request #303 from danmactough/empty-xml-base Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b3b6ff43 Fix handling of xml:base with a same-doc reference Dan MacTough <d****h@g****m> 4 months ago
a42c1711 Add failing tests for blank or fragment-only xml:base Dan MacTough <d****h@g****m> 4 months ago
4f2b4a69 2.4.0 Dan MacTough <d****h@g****m> 4 months ago
945d6d21 Update issue template Dan MacTough <d****h@g****m> 4 months ago
5392091b merge Merge pull request #301 from danmactough/modern-stream Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
854d490e Remove redundant nulling Dan MacTough <d****h@g****m> 5 months ago
f20e4099 Change examples to pipeline-based async iteration Dan MacTough <d****h@g****m> 5 months ago
6dfb1300 Fix async iterator: destroy stream on early loop exit
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
9675d741 Add more tests of async iterator usage Dan MacTough <d****h@g****m> 5 months ago
e6453d30 2.3.1 Dan MacTough <d****h@g****m> 5 months ago
26e830ed Update changelog Dan MacTough <d****h@g****m> 5 months ago
30cab1d4 Update more copyright dates Dan MacTough <d****h@g****m> 5 months ago
e8b47897 merge Merge pull request #302 from danmactough/fix-saxerror-handling Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
51b7a147 Fix SAXError handling: stop emitting error when resume_saxerror is true
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
7c61d9df Add test for error handling via try/catch with async iterator Claude <n****y@a****m>
Committed by: Dan MacTough <d****h@g****m>
5 months ago
d9db5b5e Use try/catch in async iterator README example Claude <n****y@a****m>
Committed by: Dan MacTough <d****h@g****m>
5 months ago
bf50c142 Add async iterator usage example to README Claude <n****y@a****m>
Committed by: Dan MacTough <d****h@g****m>
5 months ago
d8b75360 Add async iterator support via Symbol.asyncIterator
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
4606b49d Update copyright and remove stray reference to gitter Dan MacTough <d****h@g****m> 5 months ago
5e6f8a6f 2.3.0 Dan MacTough <d****h@g****m> 5 months ago
2a7d4439 merge Merge pull request #298 from danmactough/add-types Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
d7c08b84 2.2.11 Dan MacTough <d****h@g****m> 5 months ago
4a162ed7 Fix bin path Dan MacTough <d****h@g****m> 5 months ago
c1338fdb merge Merge pull request #300 from danmactough/claude/node-20-11-1-emits-deprecatio... Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
cea1c4b8 Add tests for utils Dan MacTough <d****h@g****m> 5 months ago
4ad95cee merge Merge pull request #299 from danmactough/claude/node-20-11-1-emits-deprecatio... Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
fe3e200f Fix ESLint parse error: use property access instead of destructuring
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
07dbc6f4 Update package-lock.json Claude <n****y@a****m> 5 months ago
d2270df7 Replace deprecated url.resolve/url.parse with WHATWG URL constructor Claude <n****y@a****m> 5 months ago
3892eb23 Add TypeScript type support for development
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
356607db Add 'readable' event overload with typed this context
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
afff5f43 Skip typecheck on old versions of node that aren't compatible Dan MacTough <d****h@g****m> 5 months ago
606f9a7a merge Merge pull request #297 from danmactough/maintenance Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
9d2ebe62 Restrict sax versions until we can publish a major Dan MacTough <d****h@g****m> 5 months ago
a719f84b Remove retired services Dan MacTough <d****h@g****m> 5 months ago
61481611 Add github actions CI Dan MacTough <d****h@g****m> 5 months ago
3fcd344d Add tsconfig.json to fix VSCode TypeScript errors
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
5680b3b5 Add automated typecheck for type definitions
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
93429abe Add bundled TypeScript type definitions
Co-authored-by: Claude Sonnet 4.6 <n****y@a****m>
Dan MacTough <d****h@g****m> 5 months ago
3f3c3dab Bump node version for development Dan MacTough <d****h@g****m> 5 months ago
0a734f88 2.2.10 Dan MacTough <d****h@g****m> over 6 years ago
8f323f46 merge Merge pull request #281 from danmactough/update-deps Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
607b2cc4 Update mri Dan MacTough <d****h@g****m> over 6 years ago
1375b3e0 Update readable-stream Dan MacTough <d****h@g****m> over 6 years ago
f2c1b7d5 Update npm audit fixes Dan MacTough <d****h@g****m> over 6 years ago
97087fe6 Remove unused Makefile Dan MacTough <d****h@g****m> over 6 years ago
3affacc5 Update examples to use node-fetch in place of request Dan MacTough <d****h@g****m> over 6 years ago
e3f590e9 Update mocha v7 Dan MacTough <d****h@g****m> over 6 years ago
ae740424 Update eslint v6 Dan MacTough <d****h@g****m> over 6 years ago
bff485be Replace iconv with iconv-lite Dan MacTough <d****h@g****m> over 6 years ago
82fea4da Update travis config; drop support for unmaintained node versions Dan MacTough <d****h@g****m> over 6 years ago
fb2377e2 merge Merge pull request #271 from jakutis/readme-use-https Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
42848268 README: make links use https: instead of http: protocol Vytautas Jakutis <v****s@j****s> almost 8 years ago
340f0d2e Update copyright Dan MacTough <d****h@g****m> about 8 years ago
4a9da91f Update README Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
08378aca merge Merge pull request #255 from danmactough/greenkeeper/mocha-5.0.0 Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
2a8efbc2 2.2.9 Dan MacTough <d****h@g****m> over 8 years ago
0b77cfcd Skip illegally-nested items Dan MacTough <d****h@g****m> over 8 years ago
9a258408 Add failing test for illegally nested items Dan MacTough <d****h@g****m> over 8 years ago
034e8eb6 chore(package): update mocha to version 5.0.0 greenkeeper[bot] <g****]@u****m> over 8 years ago
07f87edf 2.2.8 Dan MacTough <d****h@g****m> over 8 years ago
a6f6d22f Fix meta['#ns'] array to avoid duplicates Dan MacTough <d****h@g****m> over 8 years ago
1208eac0 2.2.7 Dan MacTough <d****h@g****m> over 8 years ago
857bbfd3 merge Merge pull request #248 from danmactough/enhance-cli Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
dacbf8a3 Enhance cli to take feedparser options as cli parameters Dan MacTough <d****h@g****m> over 8 years ago
c84b153b merge Merge pull request #247 from danmactough/improve-relative-url-resolution Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
0fda6f6f Improve relative url resolution in RSS feeds Dan MacTough <d****h@g****m> over 8 years ago
db48ad98 Add issue template Dan MacTough <d****h@g****m> over 8 years ago
db7c12a7 Add link to Dave Winer's demo to README Dan MacTough <d****h@g****m> over 8 years ago
e27c0036 2.2.6 Dan MacTough <d****h@g****m> over 8 years ago
d0c612c9 merge Merge pull request #246 from Alex7Kom/master Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
36f51350 Prioritize alternate links for item.link Alexey Komarov <a****m@g****m> over 8 years ago
48e44a97 2.2.5 Dan MacTough <d****h@g****m> over 8 years ago
237ea631 merge Merge pull request #245 from danmactough/bug-152-relative-urls Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
f43b4458 Fix reresolve helper to correctly resolve relative URLs in RSS channel image Dan MacTough <d****h@g****m> over 8 years ago
fd7d5088 2.2.4 Dan MacTough <d****h@g****m> almost 9 years ago
9501eac6 merge Merge pull request #239 from danmactough/fix-reresolve Dan MacTough <d****h@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
6cf0cf74 Fix reresolve logic Dan MacTough <d****h@g****m> almost 9 years ago
109edc9e Add failing test - no reresolving first link in feed Dan MacTough <d****h@g****m> almost 9 years ago
330da204 Add a test assertion for xml base resolution Dan MacTough <d****h@g****m> almost 9 years ago
0adc3e23 2.2.3 Dan MacTough <d****h@g****m> almost 9 years ago
2146228b Update npm package to minimize dist size Dan MacTough <d****h@g****m> almost 9 years ago
07af0557 2.2.2 Dan MacTough <d****h@g****m> almost 9 years ago

← Back to repository