Lines Matching refs:GH
5 * Fixed: Broken link in TreeAdapter document (GH [#317](https://github.com/inikulin/parse5/issues/3…
6 * Fixed: SAXParser example (GH [#316](https://github.com/inikulin/parse5/issues/316)) (by [@mvasilk…
10 enables usage of custom location info formats (GH [#314](https://github.com/inikulin/parse5/issues/…
20 correct `endCol` and `endLine` covering all concatenated raw tokens (GH [#266](https://github.com/i…
22 no parameters (GH [#271](https://github.com/inikulin/parse5/issues/271)).
24 each binary chunk is a valid finished UTF-8 chunk, and instead accept only decoded strings (GH [#26…
35 (GH [#189](https://github.com/inikulin/parse5/issues/189)).
42 (GH [#247](https://github.com/inikulin/parse5/issues/247)).
47 …rOptions` which controls how `<noscript>` tags are handled by the parser. (GH [#192](https://githu…
50 (GH [#222](https://github.com/inikulin/parse5/issues/222)).
69 * Fixed: Incorrect AST generated if empty string fed to `ParserStream` (GH [#195](https://github.co…
72 * Fixed: `location.startTag` is not available if end tag is missing (GH [#181](https://github.com/i…
75 * Fixed: `MarkupData.Location.col` description in TypeScript definition file (GH [#170](https://git…
78 …ew documentation website](http://inikulin.github.io/parse5/) is generated (GH [#125](https://githu…
79 …(http://inikulin.github.io/parse5/classes/plaintextconversionstream.html) (GH [#135](https://githu…
80 …enerate_named_entity_data#named-entity-array-mapped-radix-tree-generator) (GH [#52](https://github…
82 …ethods were replaced with `setDocumentMode` and `getDocumentMode` methods (GH [#83](https://github…
83 …AST collections (e.g. attributes dictionary) don't have prototype anymore (GH [#119](https://githu…
84 * Updated (**breaking**): Doctype now always serialized as `<!DOCTYPE html>` as per spec (GH [#137]…
85 * Fixed: Incorrect line for `__location.endTag` when the start tag contains newlines (GH [#166](htt…
88 …* Fixed: Fixed incorrect LocationInfo.endOffset for non-implicitly closed elements (refix for GH […
91 …* Fixed: Incorrect location info for text in SAXParser (GH [#153](https://github.com/inikulin/pars…
92 …* Fixed: Incorrect `LocationInfo.endOffset` for implicitly closed `<p>` element (GH [#109](https:/…
95 …and extremely rare in the wild (GH [#102](https://github.com/inikulin/parse5/issues/102), GH [#130…
106 …* Fixed: Tag names and attribute names adjustment in foreign content (GH [#99](https://github.com/…
110 …* Updated: `<isindex>` now don't have special handling (GH [#122](https://github.com/inikulin/pars…
111 …* Updated: Adoption agency algorithm now preserves lexical order of text nodes (GH [#129](https://…
117 …* Fixed: ParserStream accidentally hangs up on scripts (GH [#101](https://github.com/inikulin/pars…
120 …* Fixed: Keep ParserStream sync for the inline scripts (GH [#98](https://github.com/inikulin/parse…
123 …* Fixed: Synchronously calling resume() leads to crash (GH [#98](https://github.com/inikulin/parse…
126 …* Fixed: SAX parser silently exits on big files (GH [#97](https://github.com/inikulin/parse5/issue…
129 …* Fixed: location info not attached for empty attributes (GH [#96](https://github.com/inikulin/par…
133 …* Added: location info for attributes (GH [#43](https://github.com/inikulin/parse5/issues/43)) (by…
135 …* Fixed: `parseFragment` with `locationInfo` regression when parsing `<template>`(GH [#90](https:/…
139 …* Fixed: yet another case of incorrect `parseFragment` arguments fallback (GH [#84](https://github…
142 …* Fixed: `parseFragment` arguments processing (GH [#82](https://github.com/inikulin/parse5/issues/…
145 …arse5/wiki/Documentation#parse5+ParserStream) with the scripting support. (GH [#26](https://github…
146 …//github.com/inikulin/parse5/wiki/Documentation#parse5+SerializerStream). (GH [#26](https://github…
147 * Added: Line/column location info. (GH [#67](https://github.com/inikulin/parse5/issues/67)).
151 now. (GH [#26](https://github.com/inikulin/parse5/issues/26)).
153 …s://github.com/inikulin/parse5/wiki/Documentation#parse5+SAXParser+stop). (GH [#47](https://github…
158 …* Removed (**breaking**): `decodeHtmlEntities` and `encodeHtmlEntities` options. (GH [#75](https:/…
159 …ikulin/parse5/wiki/Documentation#TreeAdapter.getTemplateContent) methods. (GH [#78](https://github…
163 …* Fixed: Qualified tag name emission in Serializer (GH [#79](https://github.com/inikulin/parse5/is…
169 …* Fixed: htmlparser2 tree adapter `DocumentType.data` property rendering (GH [#45](https://github.…
172 …* Fixed: Location info handling for the implicitly generated `<html>` and `<body>` elements (GH [#…
181 …* Fixed: `<form>` processing in `<template>` (GH [#40](https://github.com/inikulin/parse5/issues/4…
184 …* Fixed: text node in `<template>` serialization problem with custom tree adapter (GH [#38](https:…