Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

parse5

HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
Collective - Host: opensource - https://opencollective.com/parse5 - Website: https://parse5.js.org - Code: https://github.com/inikulin/parse5

Bump version

github.com/inikulin/parse5 - aae54cce4859ccd1174db77a25dda27defd51cdd authored about 8 years ago by inikulin <[email protected]>
Fix LocationInfo.col description (closes #170)

github.com/inikulin/parse5 - 3312b2bf7db1490d8dc3a2db7efdcaf34c4ac2cf authored about 8 years ago by inikulin <[email protected]>
Merge pull request #169 from webdesus/patch-1

fixed name and link authors

github.com/inikulin/parse5 - ca29cffdea0f81436e9b901c0d3f31be3b924b66 authored about 8 years ago by Ivan Nikulin <[email protected]>
fixed name and link authors and inside index.html

github.com/inikulin/parse5 - c1c5147219fedb7bd06384aac61679da99b86528 authored about 8 years ago by webdesus <[email protected]>
Update DOC_INDEX.md

github.com/inikulin/parse5 - 38f5b2c98d6c57297016b915212cf96802d5e2fb authored about 8 years ago by Denis Kurilenko <[email protected]>
Update chagelog, bump version.

github.com/inikulin/parse5 - e8937057a2ee0ea9f723296cc0e173a723b6d0e2 authored about 8 years ago by inikulin <[email protected]>
deleted not used variables and little fix test

github.com/inikulin/parse5 - 8239d74c7c2b0a1b79c15062e208ab5947be29c1 authored about 8 years ago by webdesus <[email protected]>
Fixed problem with next line inside tag name (<i\n></i>)

github.com/inikulin/parse5 - 6741d7c3593acd6220b5ebfa5e4f5d955610af27 authored about 8 years ago by webdesus <[email protected]>
Update chagelog

github.com/inikulin/parse5 - 4dec5e423e18c2279585492968dda2523c63fc2b authored about 8 years ago by inikulin <[email protected]>
Improve docs (closes #165)

github.com/inikulin/parse5 - 90c6d9504df975130edb219b702ffeb83d8f1180 authored about 8 years ago by inikulin <[email protected]>
Fix description (closes #163)

github.com/inikulin/parse5 - ecfd97f302886c0b1e58a287e0e19b8ca4b8f9ab authored about 8 years ago by inikulin <[email protected]>
Fix broken docs parts

github.com/inikulin/parse5 - 6bf9867ae7c078a0683ed4546719056dafc50e8f authored about 8 years ago by inikulin <[email protected]>
Fix logo

github.com/inikulin/parse5 - f655e6d87c5a4fcdac60424ce0477c562d7d2633 authored about 8 years ago by inikulin <[email protected]>
Merge pull request #164 from inikulin/gh125

Ship TypeScript definitions. Generate documentation from it (closes #125).

github.com/inikulin/parse5 - f4dcd17bc100ea6e2636ea2df2181d77d69d6777 authored about 8 years ago by Ivan Nikulin <[email protected]>
Use relative link for API Reference

github.com/inikulin/parse5 - cee9e57fd02051cc9e3a19c5a047c29b437fcbdb authored about 8 years ago by inikulin <[email protected]>
Update docs

github.com/inikulin/parse5 - 89358a03b79cee5d8ae228f3d5ae37a27f050dca authored about 8 years ago by inikulin <[email protected]>
Add note about typings in documentation

github.com/inikulin/parse5 - b549c570d8e2db7804a5324843d4a7d21427fd43 authored about 8 years ago by inikulin <[email protected]>
Add definitions test. Improve AST definitions.

github.com/inikulin/parse5 - 6d3a569044a88847271acf2b671f12f06175eaa6 authored about 8 years ago by inikulin <[email protected]>
Generate docs from TypeScript definitions.

github.com/inikulin/parse5 - 32c6d9906adea4f4f9b8b8b7c74ecb1eeb74178b authored about 8 years ago by inikulin <[email protected]>
Get rid of jsdoc

github.com/inikulin/parse5 - 6efea511feb04d3f59756c0362b40b05e4a76936 authored about 8 years ago by inikulin <[email protected]>
Add TypeScript definitions

github.com/inikulin/parse5 - bcc51a46505a4678daf2f26b4e3532117ec34107 authored about 8 years ago by inikulin <[email protected]>
Merge pull request #162 from inikulin/gh52

Reduce in-memory size of named entities data from ~8.5Mb to ~250Kb (closes #52)

github.com/inikulin/parse5 - 85ba050750868672fd53a90956e4e2393d196668 authored about 8 years ago by Ivan Nikulin <[email protected]>
Reduce in-memory size of named entities data from ~8.5Mb to ~250Kb (closes #52)

github.com/inikulin/parse5 - 9fef5eb53a276bffb98f1b017c69a8b1e0143af0 authored about 8 years ago by inikulin <[email protected]>
Remove unnecessary gulp task dependency

github.com/inikulin/parse5 - fefd045f7a7cf752bd554317f72c3458bcb5eeee authored about 8 years ago by inikulin <[email protected]>
Fix linting errors

github.com/inikulin/parse5 - 8f5564b845bb4cbf7dc606ddc46cd66b1c83613c authored about 8 years ago by inikulin <[email protected]>
Add initial memory consumption benchmark

github.com/inikulin/parse5 - 39fd47a332bdc029a610014094e9a1c32ae6325d authored about 8 years ago by inikulin <[email protected]>
Implement PlainTextConversionStream (closes #135)

github.com/inikulin/parse5 - b8cd227fe93c7c0710502796e4a9932751d0619a authored about 8 years ago by inikulin <[email protected]>
Add support for limite-quirks mode (closes #83)

github.com/inikulin/parse5 - 5a26159b9452839c4c60612389c3591c08e8770e authored about 8 years ago by inikulin <[email protected]>
Don't inherit from Object when creating collections (closes #119)

github.com/inikulin/parse5 - e2f5b5872247265431f6a175ab7a290512eac2f5 authored about 8 years ago by inikulin <[email protected]>
Properly test serializer, update serialization according to latest spec changes (closes #137)

github.com/inikulin/parse5 - ef3928f1c0c67659a7b54eef2819c44b74599cfe authored about 8 years ago by inikulin <[email protected]>
Bump version

github.com/inikulin/parse5 - a06ec5006ee88f55d124d195b32ba3d261791acf authored about 8 years ago by inikulin <[email protected]>
Merge pull request #159 from wooorm/fix-location

Fixed incorrect LocationInfo.endOffset for non-implicitly closed elements

github.com/inikulin/parse5 - 931ba7dcff552b3b1d706796a4869238da3b98b7 authored about 8 years ago by Ivan Nikulin <[email protected]>
Fixed incorrect LocationInfo.endOffset for non-implicitly closed elements

Related to 3a3515a.

github.com/inikulin/parse5 - 8493ede8cd4afdb1a932f218e4ea6b9942b1d05a authored about 8 years ago by Titus Wormer <[email protected]>
Update changelog, bump version

github.com/inikulin/parse5 - 8dd98e7391cac56a18ff92cc99b2c28fe8b0ad7d authored over 8 years ago by inikulin <[email protected]>
Merge pull request #154 from inikulin/gh-130

Implement nearly constant memory consumption for huge streaming data by dropping unused buffer c...

github.com/inikulin/parse5 - 6948aca1d5c725549d090ffe39d794467e60f9e2 authored over 8 years ago by Ivan Nikulin <[email protected]>
Remove node 10 from test matrix. Switch to native Promise for testing

github.com/inikulin/parse5 - 7dabfaba3ddb5299b423e891fa629ca5603f84b6 authored over 8 years ago by inikulin <[email protected]>
Fix test name in previous commit

github.com/inikulin/parse5 - 7d84ce6f12da3bc885d2e8cd8cb09ce6becb7d0a authored over 8 years ago by inikulin <[email protected]>
Fixed incorrect LocationInfo.endOffset for implicitly closed <p> element (fixes #109)

github.com/inikulin/parse5 - 3a3515a60997d33b573898b84a66196987b291a7 authored over 8 years ago by inikulin <[email protected]>
Fixed incorrect location info calculation in SAXParser (fixes #153)

github.com/inikulin/parse5 - 01e3ef0f36e755b1df194a5c53a72d1a875b2376 authored over 8 years ago by inikulin <[email protected]>
Run memory benchmark-related dependencies installation on-demand. Increase benchmark input data size

github.com/inikulin/parse5 - 7991dd1189ff4198ed6f69b10d3f8c04f6e60a9e authored over 8 years ago by inikulin <[email protected]>
Implement nearly constant memory consumption for huge streaming data by dropping unused buffer chunks (fixes #130, fixes #102)

github.com/inikulin/parse5 - 20e7213b02daff4aa37453fbb3a40c28d13fab42 authored over 8 years ago by inikulin <[email protected]>
Bump version

github.com/inikulin/parse5 - 389d01761f1f072089cdd2b4f7dd112c96e4b531 authored over 8 years ago by inikulin <[email protected]>
Merge pull request #151 from ChadKillingsworth/linenum-bug

Fix line number calculation bug

github.com/inikulin/parse5 - bfcd25061e237ebc889f27b01a5c98114030c7d7 authored over 8 years ago by Ivan Nikulin <[email protected]>
When unconsuming a token, clear the isEol flag

github.com/inikulin/parse5 - b9872c4422c13c1989f569284ae0ca252dda48b2 authored over 8 years ago by Chad Killingsworth <[email protected]>
Fix exit from integration point for adjusted SVG tags

github.com/inikulin/parse5 - ee55e857c32a2661515510e1c3e57ab6f958e55f authored over 8 years ago by inikulin <[email protected]>
Update feedback tests

github.com/inikulin/parse5 - b37dec359fc1cb453a22a2bca6a98710cba57175 authored over 8 years ago by Ingvar Stepanyan <[email protected]>
Merge pull request #148 from MeirionHughes/patch-1

Fix attribute form for SAXParser 'startTag'

github.com/inikulin/parse5 - 6d6284092d462342bcf514a4420fdbe8d7b755ec authored over 8 years ago by Ivan Nikulin <[email protected]>
Fix attribute form for SAXParser 'startTag'

Add new optional prefix field

github.com/inikulin/parse5 - e422daf6af42c1888ceacb6f6b4bada53a17950a authored over 8 years ago by Meirion Hughes <[email protected]>
Use latest publish-please version

github.com/inikulin/parse5 - 6f9b2a311e4dc1f210ec439412ae6125ed05d631 authored over 8 years ago by inikulin <[email protected]>
Update docs. Bump version.

github.com/inikulin/parse5 - 333a12fd6377ea0ecd4c1028d4f7e3f4da770fa4 authored over 8 years ago by inikulin <[email protected]>
Merge pull request #146 from inikulin/latest-spec-changes

Apply latest spec changes

github.com/inikulin/parse5 - 16ca866ed885bb039d64d73151d17c14040afd50 authored over 8 years ago by Ivan Nikulin <[email protected]>
Make adoption agency loop condition more explicit

github.com/inikulin/parse5 - 3f297c85209aa34568325ebd3ff915d92bd4fee0 authored over 8 years ago by inikulin <[email protected]>
Get rid of fake token processing in parser

github.com/inikulin/parse5 - b2b852f1be3e755ab54c9c7d7fd05182c4e9110c authored over 8 years ago by inikulin <[email protected]>
Add active formatting element list reconstruction by <menuitem> (needs clarification: https://github.com/whatwg/html/pull/907/files#r73505877)

github.com/inikulin/parse5 - cadbc9d6b3e4327ca15383e3c45e3ab056b923c7 authored over 8 years ago by inikulin <[email protected]>
Take in the account element namespace on open element stack clean ups

github.com/inikulin/parse5 - bb077e478ed9fa767378d431e45eba25b44bb954 authored over 8 years ago by inikulin <[email protected]>
Fix <basefont> handling in <body>

github.com/inikulin/parse5 - 288c3597cc2023a371c9ddc7d4ea84d0333e088f authored over 8 years ago by inikulin <[email protected]>
Open element stack should expect elements to be in HTML namespace in the scope tests

github.com/inikulin/parse5 - fbf63d2269ed4c2d8a4266d0d2e18b8728236ad6 authored over 8 years ago by inikulin <[email protected]>
<menuitem> now behaves like <options> (see: https://github.com/whatwg/html/pull/907)

github.com/inikulin/parse5 - f0180ec635a61eb8f16c3b0857360f83c2b37c76 authored over 8 years ago by inikulin <[email protected]>
Fix adoption agency algorithm (closes #129)

github.com/inikulin/parse5 - 332f607dc79cbbb391e4092bc3d00be9cf2d59d8 authored over 8 years ago by inikulin <[email protected]>
Kill <isindex> (closes #122)

github.com/inikulin/parse5 - 11169358da839fad73700a40aa863a9bc14f3a73 authored over 8 years ago by inikulin <[email protected]>
Update tests

github.com/inikulin/parse5 - 0624c22e6ee9b38ff367185d67fdb1fc29b599b4 authored over 8 years ago by inikulin <[email protected]>
Generate feedback tests (#138)

* Simplify testing of parser feedback; fix chunked processing.

Adds task for generation of pa...

github.com/inikulin/parse5 - d717bf50614988fe4e0e91c44da071ce0c75fe7f authored over 8 years ago by Ingvar Stepanyan <[email protected]>
Remove obsolete script handling in SAX parser

github.com/inikulin/parse5 - d247287e788ecd6b7490dcf76cf2919e93c6605b authored over 8 years ago by Ingvar Stepanyan <[email protected]>
Avoid some code duplication (#128)

* Avoid code duplication for reading tag names.

* Avoid code duplication for attribute readin...

github.com/inikulin/parse5 - 32e102740ba9a66ff5d9adcb0f88e42662ed5997 authored over 8 years ago by Ingvar Stepanyan <[email protected]>
Test and fix issues in parser feedback simulator (closes #115, closes #99)

* Fix linting errors.

* Update dependencies.

* Add parser feedback tests.

As of the mom...

github.com/inikulin/parse5 - 28d4c7368c95fc01d6506627c1010a6664ce61ef authored over 8 years ago by Ingvar Stepanyan <[email protected]>
Fix incorrect link to license

github.com/inikulin/parse5 - 1ba2df17d0d981ba3def6f74a730ee81da3874ed authored over 8 years ago by Ivan Nikulin <[email protected]>
Fixed wrong SAXParser startTag attributes type in documentation (fixes #104)

github.com/inikulin/parse5 - 600449c7404408e0539fc0fd7a81050ae548a658 authored almost 9 years ago by inikulin <[email protected]>
Script handling rewrite (fixes #101). Fix benchmark. Bump version.

github.com/inikulin/parse5 - 3c195ec374422497fdce1f98528dab9e7ebbeb9b authored almost 9 years ago by inikulin <[email protected]>
Add version history link to the readme

github.com/inikulin/parse5 - c62115ca99ea30f4ce47b61b9993341b159bb42a authored almost 9 years ago by inikulin <[email protected]>
Fix #98 with lock approach, to keep ParserStream sync in cases then we don't have async scripts.

github.com/inikulin/parse5 - 1eec3cf9b989ab0320034b57c59615241a137189 authored almost 9 years ago by inikulin <[email protected]>
Happy new year :tada:

github.com/inikulin/parse5 - 99b94940985e8c4998ab8496832b668f0eb40464 authored almost 9 years ago by inikulin <[email protected]>
Avoid reentrant invocation of parsing loop on sync `resume` calls (fixes #98).

github.com/inikulin/parse5 - 0a6880e13e42869ffebbd4dbb6711a7567266455 authored almost 9 years ago by inikulin <[email protected]>
Always pipe SAXParser to the /dev/null stream to prevent hitting ReadableStream buffer limits if we don't have consumers (fixes #97)

github.com/inikulin/parse5 - 0fa927a5b663ba276c393f500eccd9015164236f authored almost 9 years ago by inikulin <[email protected]>
Bump version

github.com/inikulin/parse5 - 2b97a93d2699497bf8b169fc283e8261301d9e5c authored almost 9 years ago by inikulin <[email protected]>
Merge pull request #95 from yyx990803/master

fix attribute location info for empty attributes

github.com/inikulin/parse5 - 27f0cb092c2490319bdcf0be6e8bf38e39b5d876 authored almost 9 years ago by Ivan Nikulin <[email protected]>
regression test case for empty attribute location info

github.com/inikulin/parse5 - 10dfb59c2b7a6e6157c920a91d67e9fb245c6005 authored almost 9 years ago by Evan You <[email protected]>
fix attribute location info for empty attributes

github.com/inikulin/parse5 - 6d003ee46702b6b1a8157cf702cffca426370abc authored almost 9 years ago by Evan You <[email protected]>
Update location info docs, bump version

github.com/inikulin/parse5 - 78e84d962861b7bdfda1692bb76ac1167b5a1c30 authored almost 9 years ago by inikulin <[email protected]>
Remove autogenerated API reference from repo

github.com/inikulin/parse5 - 1724922c6d4bde750dbad519848cc5c2eeeed2ee authored almost 9 years ago by inikulin <[email protected]>
Merge pull request #92 from yyx990803/attribute-location

Location info for Attributes (2.0)

github.com/inikulin/parse5 - 32237709220c954b99763fed8f88322e542f6333 authored almost 9 years ago by Ivan Nikulin <[email protected]>
update docs for attribute locations

github.com/inikulin/parse5 - 8a99e9aacdc5b6a1b15a17c437f09fb9f4ed600f authored almost 9 years ago by Evan You <[email protected]>
Merge pull request #91 from yyx990803/master

Fix parseFragment with locationInfo regression when parsing <template…

github.com/inikulin/parse5 - 6b49ea130ff9d92a73952f175863883c2f4410bf authored almost 9 years ago by Ivan Nikulin <[email protected]>
Fix parseFragment with locationInfo regression when parsing <template> (fix #90)

github.com/inikulin/parse5 - c5449ab8930114774439f789faeca80bbdb42249 authored almost 9 years ago by Evan You <[email protected]>
Feature: add support for attribute location info

github.com/inikulin/parse5 - 22623791fc522d92f73181c05ddf38629cc97a75 authored almost 9 years ago by Evan You <[email protected]>
fix benchmarks for 2.0

github.com/inikulin/parse5 - ac0fd74743edef45ceeb8bbdfb2230f9e2672354 authored almost 9 years ago by Evan You <[email protected]>
Fix docs, thanks @RReverser

github.com/inikulin/parse5 - fc4c510def57e75845c381257b55ca8abb62caba authored about 9 years ago by inikulin <[email protected]>
Merge pull request #88 from RReverser/patch-2

Add link to parse5 playground at ASTExplorer

github.com/inikulin/parse5 - b88b416c07945c5c38edeca38a8ea93c8fc812e4 authored about 9 years ago by Ivan Nikulin <[email protected]>
Add link to parse5 playground at ASTExplorer

github.com/inikulin/parse5 - 3a171b9bdf42dd82048757bf84c186dd3dcef4c5 authored about 9 years ago by Ingvar Stepanyan <[email protected]>
Merge pull request #86 from RReverser/master

Fix couple of mistakes in TreeAdapter API docs

github.com/inikulin/parse5 - 2205361e647d871c2feb83e938afbe88dc3b0b4e authored about 9 years ago by Ivan Nikulin <[email protected]>
Fix couple of TreeAdapter docs mistakes.

github.com/inikulin/parse5 - c2f8f4f538aa6c6ed60ebc38e8c28af60f11f6d7 authored about 9 years ago by Ingvar Stepanyan <[email protected]>
Fix my stupidity (and fix #84 as well)

github.com/inikulin/parse5 - a3f2ea81138959639fb169a10e6853d027ace7f4 authored about 9 years ago by inikulin <[email protected]>
Fix `parseFragment` arguments processing (closes #82). Added publish task.

github.com/inikulin/parse5 - efbf0cfef25d3316a51e0d4bf81619c89b968930 authored about 9 years ago by inikulin <[email protected]>
Update docs

github.com/inikulin/parse5 - 08b3129f289aa7cef5425ee5d747bf922fdece81 authored about 9 years ago by inikulin <[email protected]>
Update stream.js

github.com/inikulin/parse5 - 03bad5737b0dda21d21acc8d8991d06ddbb8daa6 authored about 9 years ago by Ivan Nikulin <[email protected]>
Merge pull request #80 from stevenvachon/patch-1

documentation fix

github.com/inikulin/parse5 - 0632d31976c5a862499871f05b34a797f11b0d08 authored about 9 years ago by Ivan Nikulin <[email protected]>
documentation fix

github.com/inikulin/parse5 - da9faa94dc6e42bfbcf74a1bd4309039a9d53cd6 authored about 9 years ago by Steven Vachon <[email protected]>
Remove io.js mention from package description

github.com/inikulin/parse5 - dc27d41caa2764264620a0a7c553e45c944a757a authored about 9 years ago by Ivan Nikulin <[email protected]>
Docs: tree adapter examples index, update README

github.com/inikulin/parse5 - e1a4cb5dd242c797082a036d5b9d9defe6265f10 authored about 9 years ago by inikulin <[email protected]>
Docs: update README

github.com/inikulin/parse5 - 9727f8c2e1218e1d0ded56b4a5f888e49452a7ba authored about 9 years ago by inikulin <[email protected]>
Docs edits. Kudos to @VasilyStrelyaev

github.com/inikulin/parse5 - d108314fe2de05633a0ee6e0e7a8a8bfa5e0154c authored about 9 years ago by inikulin <[email protected]>