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

chore: Remove `eval` from `scripting.test.ts` (#450)

github.com/inikulin/parse5 - 036c75df72c200a325fe5ec3bcb15cacad751dfb authored almost 3 years ago by Felix Böhm <[email protected]>
chore(test): Make it possible to ignore tests (#449)

github.com/inikulin/parse5 - 5c475e1cfc5c5069d8275f143ef77f1bceb5f5da authored almost 3 years ago by Felix Böhm <[email protected]>
test: Add upstream html5lib-tests (#447)

github.com/inikulin/parse5 - 439aeef3a313f77e7b71a77dead96baabba66eef authored almost 3 years ago by Felix Böhm <[email protected]>
chore(ci): Fix branch name for doc build (#446)

github.com/inikulin/parse5 - 97d32e1156924442249dabd615298f844371a547 authored almost 3 years ago by Felix Böhm <[email protected]>
chore(deps-dev): bump @typescript-eslint/parser from 5.13.0 to 5.14.0 (#445)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/inikulin/parse5 - 06f5edcb81808d3c5f7967c0272f9aa84f5cc17c authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#444)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

github.com/inikulin/parse5 - 1820d2cf178cb239a28d50e3ceffb501957aa8fd authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: Introduce Typedoc (#443)

github.com/inikulin/parse5 - 1263c48d7e8d66dd1cd199d49ce89c5a51a75979 authored almost 3 years ago by Felix Böhm <[email protected]>
fix(serializer): Serialize void elements as `""` (#442)

Co-authored-by: Titus <[email protected]>

github.com/inikulin/parse5 - 1c7f7924548a63592d185d3fa2592c1fdb0cc325 authored almost 3 years ago by Felix Böhm <[email protected]>
refactor: Improve code quality (#441)

github.com/inikulin/parse5 - d81782fba54b2bbe7d29835808af56833e419601 authored almost 3 years ago by Felix Böhm <[email protected]>
refactor: Make location info parser tests work (#440)

github.com/inikulin/parse5 - a2c7240627d3113caf8d148396b619f7b7396b40 authored almost 3 years ago by Felix Böhm <[email protected]>
fix(parser): Keep `html` and `body` end locations (#436)

Before, we overrode the end locations for `html` and `body` tags on EOF. `body` will now take th...

github.com/inikulin/parse5 - 15253290b054873dc7c3ed17991cc50e00b345b1 authored almost 3 years ago by Felix Böhm <[email protected]>
chore: Add funding information (#435)

github.com/inikulin/parse5 - e1ee2fb84d1ca879ccdf47ccc47892386599a869 authored almost 3 years ago by Felix Böhm <[email protected]>
chore(deps-dev): bump lint-staged from 12.3.4 to 12.3.5 (#439)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.4 to 12.3.5.
- [Release not...

github.com/inikulin/parse5 - 265a7727a107029ba129683e17e0eb2262e8f9ac authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump ts-node from 10.6.0 to 10.7.0 (#438)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.6.0 to 10.7.0.
- [Release notes](...

github.com/inikulin/parse5 - 7ccdd66f8eddbbddf068e00dbb83ea532912e606 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: Fix grammar of some comments (#437)

github.com/inikulin/parse5 - d3188b742a861f9c2c3dc672a8b68382ebd8633d authored almost 3 years ago by Felix Böhm <[email protected]>
test(parser): Add location test for script content (#433)

github.com/inikulin/parse5 - 334f54e0c78676aa5cddad4c29b117e01cfd5ab2 authored almost 3 years ago by Felix Böhm <[email protected]>
fix(rewriting-stream): Don't escape text in special tags (#434)

github.com/inikulin/parse5 - a5749668b655a9f06d689155c94b77baac7068bf authored almost 3 years ago by Felix Böhm <[email protected]>
Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 (#428)

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.2.1 to 1....

github.com/inikulin/parse5 - 96e6940e98be1f784ffe76b8a73a98a004ef2f89 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(tokenizer): Drop chunks after emitting tokens (#432)

github.com/inikulin/parse5 - 790c7560f435d291f41f9f33c29201af06094ff4 authored almost 3 years ago by Felix Böhm <[email protected]>
refactor: Use handler for `OpenElementStack` (#429)

Now that the tokenizer is using the delegate pattern, it only makes sense to update the `OpenEle...

github.com/inikulin/parse5 - 6e7b2303bb08a1a66ee573e0d86891b152982cb2 authored almost 3 years ago by Felix Böhm <[email protected]>
Bump @typescript-eslint/parser from 5.12.1 to 5.13.0 (#424)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/inikulin/parse5 - 8ccade00c8af0589004380cf9f55f0c845241876 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.13.0 (#425)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

github.com/inikulin/parse5 - 0c77a30cdd7db7b8fbbcc28a56b61446a8da5bbb authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint from 8.9.0 to 8.10.0 (#420)

Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.0.
- [Release notes](https:/...

github.com/inikulin/parse5 - feab057e207818f9ecaa71f20f6beae482faf1fa authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint-config-prettier from 8.4.0 to 8.5.0 (#431)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.4.0 to...

github.com/inikulin/parse5 - 52630c0bed26cea0f2cbd8f121cfbe3f75bbb21c authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(tokenizer): No parse error on attribute quirk (#430)

github.com/inikulin/parse5 - 7a16350ce84075750c06324d17b4acb27c7e8f45 authored almost 3 years ago by Felix Böhm <[email protected]>
Bump actions/setup-node from 2 to 3 (#421)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/inikulin/parse5 - b77ec930064ef52d89265f75cb35473dd4abd344 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 2 to 3 (#427)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/inikulin/parse5 - 65f2ab5f2cd998859b74c714852920b3e2546f4f authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ts-node from 10.5.0 to 10.6.0 (#426)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.5.0 to 10.6.0.
- [Release notes](...

github.com/inikulin/parse5 - 60fc9d6a9141c9db40f322d51d4063ab76cc04e5 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump typescript from 4.5.5 to 4.6.2 (#423)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.2.
- [Release note...

github.com/inikulin/parse5 - 77817459f0d6878a7178e2a84cb537d4c6c83179 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: Add CommonJS export for parse5 module (#418)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored...

github.com/inikulin/parse5 - 7e83c8831fa7bfd736ea769cb21236ff5defe71d authored almost 3 years ago by Felix Böhm <[email protected]>
refactor(parser): Consume tokenizer events (#419)

github.com/inikulin/parse5 - 1615a5ef671a99fa6a31cf3cf547c8f702d2397d authored almost 3 years ago by Felix Böhm <[email protected]>
refactor(parser): Invert event processing (#405)

github.com/inikulin/parse5 - 9d76f781b1d56110af5e3efed1511b6066ac1cf0 authored almost 3 years ago by Felix Böhm <[email protected]>
refactor(tokenizer): Introduce events (#404)

github.com/inikulin/parse5 - 722f42992088ac98141eb986a803178a85130f32 authored almost 3 years ago by Felix Böhm <[email protected]>
Bump eslint-plugin-unicorn from 40.1.0 to 41.0.0 (#411)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored...

github.com/inikulin/parse5 - e1e93278081901e4e1bc116e19103943d4cb1dfa authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor(tokenizer): Use explicit offsets for locations (#402)

github.com/inikulin/parse5 - 5c1f156e6132cb2563e48667912da444ecf6f5d2 authored almost 3 years ago by Felix Böhm <[email protected]>
refactor(parser): Remove `_bootstrap` method (#384)

github.com/inikulin/parse5 - ecce4ac785f112624586ef2438934efd5d999e5e authored almost 3 years ago by Felix Böhm <[email protected]>
Bump @types/jest from 27.4.0 to 27.4.1 (#416)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) fro...

github.com/inikulin/parse5 - a273178e0bcb5f351e476badee528abc2f29dc68 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 (#415)

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.2.0 to 1....

github.com/inikulin/parse5 - b3682c16919030848ca52ead412e2a55cd6f510a authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 (#414)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

github.com/inikulin/parse5 - fc600c8dcb025c64f86ef076c573cbc8ead61e36 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 (#413)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/inikulin/parse5 - b7e4148c67a38453344c79c4f95a660a4a275094 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint-config-prettier from 8.3.0 to 8.4.0 (#412)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to...

github.com/inikulin/parse5 - da342cd55e651d2197e4a0e998d9a378ade46865 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(parser): Set `endTag` loc for mixed-case foreign elements (#353)

Co-authored-by: Felix Böhm <[email protected]>

github.com/inikulin/parse5 - 72a98acf57c8e972a316cfbf78d1daa5e62f53c8 authored almost 3 years ago by Pierre-Marie Dartus <[email protected]>
Refactor & improve serializer (#383)

Co-authored-by: Joel Denning <[email protected]>

github.com/inikulin/parse5 - b3338ffbf0070195e834d5ed5d7dd5acbb4cfd29 authored almost 3 years ago by Felix Böhm <[email protected]>
Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 (#410)

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.1.1 to 1....

github.com/inikulin/parse5 - e69740f1b81880beef69370ff42dcc97242854c5 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/parser from 5.11.0 to 5.12.0 (#408)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/inikulin/parse5 - 87f13d695223453bfb51e0467ab0f8b7f99ea7b1 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/eslint-plugin from 5.11.0 to 5.12.0 (#409)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

github.com/inikulin/parse5 - 333f00468c48fabb99b33e9a21c9bc166c3c7d40 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump lint-staged from 12.3.3 to 12.3.4 (#406)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.3 to 12.3.4.
- [Release not...

github.com/inikulin/parse5 - a1b6063523a069bd386169f40f1dfd6aea2134bd authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint from 8.8.0 to 8.9.0 (#407)

Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0.
- [Release notes](https://...

github.com/inikulin/parse5 - 2e024a2566b3b716a3e5001d6df34d4d811a4dd0 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: update Angular2 to Angular (#336)

github.com/inikulin/parse5 - d6efa6554d30ade26dca31d4cf4b0dd64694e6a0 authored almost 3 years ago by Alan Agius <[email protected]>
Add documentation for `template` tag (#348)

Co-authored-by: Felix Böhm <[email protected]>

github.com/inikulin/parse5 - 3f2b2d4be71d77fa8cff23b9236cd9f7af92205c authored almost 3 years ago by Jake Fried <[email protected]>
feat(parser): Add hooks for stack events (#385)

github.com/inikulin/parse5 - 68d44388acc3c972a783a185eed83310786b338e authored almost 3 years ago by Felix Böhm <[email protected]>
Bump jest from 27.5.0 to 27.5.1 (#401)

Bumps [jest](https://github.com/facebook/jest) from 27.5.0 to 27.5.1.
- [Release notes](https://...

github.com/inikulin/parse5 - ae63d974b4ee15a591a77d3906e17ccd5bfa1ec9 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/eslint-plugin from 5.10.2 to 5.11.0 (#400)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

github.com/inikulin/parse5 - 46f081cbd68572cad3899f8380620b638a20b2d8 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ts-node from 10.4.0 to 10.5.0 (#399)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.4.0 to 10.5.0.
- [Release notes](...

github.com/inikulin/parse5 - ef393ce88a890f8cb0f628f2d8b281bfefa141c2 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @typescript-eslint/parser from 5.10.2 to 5.11.0 (#398)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/inikulin/parse5 - 6371ca3b3385e0a7e4640d1d781130bf2577965a authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Move fork back into main project (#362)

- Ported to TypeScript
- Switched to npm workspaces, in favour of `lerna`
- Switched to Jest a...

github.com/inikulin/parse5 - d9387864c4e07dc8698440130078892d19c0c195 authored almost 3 years ago by Felix Böhm <[email protected]>
Bump mocha from 9.1.4 to 9.2.0 (#392)

Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.4 to 9.2.0.
- [Release notes](https://g...

github.com/inikulin/parse5 - 19303054130387247827e06fdead2f68a388ea44 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump typescript from 4.5.4 to 4.5.5 (#390)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5.
- [Release note...

github.com/inikulin/parse5 - 181d0a2481ca90b59b575a1dcc1c5df810c95d37 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mocha from 9.1.3 to 9.1.4 (#381)

Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.1.4.
- [Release notes](https://g...

github.com/inikulin/parse5 - ad2148dff33ceb8bb424c6ceb83acfbe81cd7334 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint-plugin-unicorn from 40.0.0 to 40.1.0 (#380)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 40.0.0...

github.com/inikulin/parse5 - 6f9a14fbb79e073f6268fe76d88a40e9a1fad84d authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor: Introduce lint rules from fork (#371)

github.com/inikulin/parse5 - 8e8e9360e2c6e03596c730bc47346db6dfa880cb authored almost 3 years ago by Felix Böhm <[email protected]>
Bump lerna from 3.18.3 to 4.0.0 (#365)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/inikulin/parse5 - 85a61540cb370cc355c943d9a12c1103b231d247 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update domhandler requirement from ^4.0.0 to ^4.3.0 (#369)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/inikulin/parse5 - 40b4ffde3e318128b1707d0b37e0664406bebeb0 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Move entire codebase to ESM (#351)

Co-authored-by: Felix Böhm <[email protected]>

github.com/inikulin/parse5 - 1c9a85b8ba16f11c92b5dd353a33204fa5eb31fb authored almost 3 years ago by James Garbutt <[email protected]>
Use domhandler node interface in htmlparser2 adapter (#327)

Co-authored-by: Felix Böhm <[email protected]>

github.com/inikulin/parse5 - ccf296d2b16e4db2b27b94c9eb64cfae658696ec authored almost 3 years ago by Bogdan Chadkin <[email protected]>
chore(ci): Switch to GitHub Actions CI (#360)

github.com/inikulin/parse5 - 6b1772ea646e0c928c7c25a22a0b0dfa6f3d4c42 authored about 3 years ago by Felix Böhm <[email protected]>
Make << in comment text parse correctly (#326)

Inside comments two consecutive less-than characters (`<<`) parsed
wrongly as `<!`, due to what...

github.com/inikulin/parse5 - 9c683e154b8bbdc94237580680a934348406d1a2 authored over 4 years ago by Antti Korpi <[email protected]>
Update version history

github.com/inikulin/parse5 - ecd3c5a4cee5dfb0877e2c60b940bbb030117b96 authored over 4 years ago by inikulin <[email protected]>
set hr tags as self closing (#321)

github.com/inikulin/parse5 - 377cdaf0a6504065e2c47bd65fb0b0a8cdabcb90 authored over 4 years ago by James Garbutt <[email protected]>
Fix a broken link in TreeAdapter document (#317)

github.com/inikulin/parse5 - ee8809d403ecba90900f2ef9cb77dccc5869bcbf authored over 4 years ago by Keita Urashima <[email protected]>
Fix the SAXParser example (#316)

- Added destructuring
- Small typo

github.com/inikulin/parse5 - 9a5d73e478f8b3bde26752c8609d7bcf4f327d9a authored over 4 years ago by я котик пур-пур <[email protected]>
Update version history

github.com/inikulin/parse5 - da67fea44f508b9ee253225f53cedf3a4d0d3d9f authored over 4 years ago by inikulin <[email protected]>
Add updateNodeSourceCodeLocation to the tree adapter (#315)

* Add updateNodeSourceCodeLocation to the tree adapter

* Add updateNodeSourceCodeLocation to ...

github.com/inikulin/parse5 - e36bd98723d97eb9fd123527bd94ce50879c1526 authored over 4 years ago by DMartens <[email protected]>
Bump version. Remove unnecessary dependencies.

github.com/inikulin/parse5 - 183b723d3c4b8b8b5ba713d7aaf619afa77d572f authored about 5 years ago by inikulin <[email protected]>
Merge pull request #305 from squidfunk/fix/doctype-detection

Fix document type detection (limited-quirks mode)

github.com/inikulin/parse5 - 4855022ca9bdb73bcef0998edf7f3d02a36e94e3 authored about 5 years ago by Ivan Nikulin <[email protected]>
Remove language suffix on public ids for quirks mode detection

github.com/inikulin/parse5 - 479d90babac176b2f16deb148753c01dee5dc46a authored about 5 years ago by squidfunk <[email protected]>
Fix linter error

github.com/inikulin/parse5 - 64dfc592060456f0188811c6f3f1c7342f83f957 authored about 5 years ago by squidfunk <[email protected]>
Fix document type detection (limited-quirks mode)

github.com/inikulin/parse5 - 5e96efb51f011876b98d27a40da3d0e012bcacf5 authored about 5 years ago by squidfunk <[email protected]>
Update vulnerable dependencies. Include license file in each package (fix #275)

github.com/inikulin/parse5 - ed5c2447a92541abfbfa05728e85a47260cdeaf1 authored over 5 years ago by inikulin <[email protected]>
Jeez, npm: https://npm.community/t/npm-ci-fails-with-obscure-error-on-nested-packages-if-package-json-omits-name/5715

github.com/inikulin/parse5 - fff571f3277eadff45c3d60a4c2953ad4dbb16af authored almost 6 years ago by inikulin <[email protected]>
Try to figure out what Travis is unhappy about

github.com/inikulin/parse5 - 3b6baea3ebc4c8f3db555c7de3acf7ede5b3111b authored almost 6 years ago by inikulin <[email protected]>
Add package lock to ignores explicitly

github.com/inikulin/parse5 - abaee6ec3ca2598c137cf910d353ee5e84ada200 authored almost 6 years ago by inikulin <[email protected]>
Don't lock deps for benchmark

github.com/inikulin/parse5 - 4981869d57fe489ca017af12191dcdbdf6ba40a9 authored almost 6 years ago by inikulin <[email protected]>
Don't lock dev dependencies

github.com/inikulin/parse5 - 5864044db1a09d68fb487a96dbd1f6f171bd7315 authored almost 6 years ago by inikulin <[email protected]>
Merge pull request #286 from Zirro/fix-attr-ns-serialization

Fix serialization of attributes in non-standard namespaces

github.com/inikulin/parse5 - f550fbac86ac58c2dbc754efc7378771a387cbed authored almost 6 years ago by Ivan Nikulin <[email protected]>
Fix serialization of attributes in non-standard namespaces

This serializes them as `prefix:localName` - the qualified name - rather than `namespace:localNa...

github.com/inikulin/parse5 - 11320fb0cbd299a3cd27e4ab669badb12b2c48ec authored about 6 years ago by Zirro <[email protected]>
Update index.md

github.com/inikulin/parse5 - 06ff839a325bcc4b63e97d51e38d2f73c706eb05 authored over 6 years ago by Sam Li <[email protected]>
Fix links in changelog

github.com/inikulin/parse5 - e976dc53b11122b9607cbdc6667b3c8882490711 authored over 6 years ago by Ingvar Stepanyan <[email protected]>
Update changelog

github.com/inikulin/parse5 - 5669ec9dea51a80a933cfd33755b5e8ccc545dca authored over 6 years ago by Ingvar Stepanyan <[email protected]>
v5.1.0

github.com/inikulin/parse5 - ac0c1b2882a25e43e8cbb9099bb3e3f6fdea6718 authored over 6 years ago by Ingvar Stepanyan <[email protected]>
Add regression tests for #269

github.com/inikulin/parse5 - 8e671adf8096267969d49159bd89ca6aeb3504e1 authored over 6 years ago by Ingvar Stepanyan <[email protected]>
Switch bench to WritableStreamStub

github.com/inikulin/parse5 - c63bfe89195182afaa81a6860006a3c655f5add3 authored over 6 years ago by Ingvar Stepanyan <[email protected]>
Accept only decoded string streams

Previously, all streams accepted buffer chunks, decoding each one individually into a string as ...

github.com/inikulin/parse5 - 329237334a570702bcdc0c9c28ee32c9332b7314 authored over 6 years ago by Ingvar Stepanyan <[email protected]>
Merge pull request #272 from inikulin/fix-final-chunk

SAX: Always flush the last chunk

github.com/inikulin/parse5 - e36258fbddb8603b1dbc1b8a4d3a94e3d99177a5 authored over 6 years ago by Ivan Nikulin <[email protected]>
SAX: Always flush the last chunk

Fixes #271.

github.com/inikulin/parse5 - 48911c36f6a07bb49e2d8bca9edc5d1951626d2b authored over 6 years ago by Ingvar Stepanyan <[email protected]>
Switch to node-memwatch

Both memwatch and memwatch-next are now outdated and not compatible with Node 8+, so it's time t...

github.com/inikulin/parse5 - 44541d1d5ea5364607b04cc8266591f3c21081c8 authored over 6 years ago by Ingvar Stepanyan <[email protected]>
Prettify only staged files on commit

github.com/inikulin/parse5 - 7357c7965dc60b07c2c0b2bf0abbab3e88a2bad8 authored over 6 years ago by Ingvar Stepanyan <[email protected]>