tagser 1.0.4
tagser: ^1.0.4 copied to clipboard
A small parser for XML-like documents.
1.0.1 #
- "End of source" error type handling added
- Options now can be passed to a Tagser constructor.
ignoreCaseoption available now. Iftruetag name spelling will be ignored.
1.0.2 #
- Empty valued attributes now available. Example:
attr="" - new Tagser method -
.html(tags)- wheretagsis a list of tags from.parse()method. This method returns correct displayable HTML for any tags;
1.0.3 #
- Now with null-safety
1.0.4 #
- New line (\n) problem fix