| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-11-07 | 447 Bytes | |
| v4.0.2.tar.gz | 2017-11-07 | 976.8 kB | |
| v4.0.2.zip | 2017-11-07 | 1.1 MB | |
| Totals: 3 Items | 2.1 MB | 0 | |
- Grammar: change function name _pasition => _position
- Fixed infinite loop if html file is to big. Queue round not work properly - fixed. https://github.com/lexborisov/myhtml/issues/117
- Append new function
myhtml_node_is_void_elementfor check to see if we are dealing with a void element. https://github.com/lexborisov/myhtml/pull/119 - Potential loss of the pointer on systems other than x86, x86_64 (Misaligned Integer Pointer)