gumbo-parser
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -8,2 +8,4 @@ ## Note about this fork | ||
[![Build Status](https://travis-ci.org/google/gumbo-parser.svg?branch=master)](https://travis-ci.org/google/gumbo-parser) | ||
Gumbo is an implementation of the [HTML5 parsing algorithm][] implemented | ||
@@ -189,3 +191,5 @@ as a pure C99 library with no outside dependencies. It's designed to serve | ||
* PHP: [GumboPHP] by Paul Preece | ||
[ruby-gumbo]: https://github.com/galdor/ruby-gumbo | ||
* Perl: [HTML::Gumbo] by Ruslan Zakirov | ||
[ruby-gumbo]: https://github.com/nevir/ruby-gumbo | ||
[nokogumbo]: https://github.com/rubys/nokogumbo | ||
@@ -205,1 +209,2 @@ [node-gumbo-parser]: https://github.com/karlwestin/node-gumbo-parser | ||
[semantic versioning]: http://semver.org/ | ||
[HTML::Gumbo]: https://metacpan.org/pod/HTML::Gumbo |
{ | ||
"name": "gumbo-parser", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"author": "Karl Westin <karl.westin@gmail.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -130,2 +130,5 @@ # Gumbo Parser | ||
## Changes | ||
**0.1.11** Upgrade C lib | ||
Uses version 0.9.2, performance improvements, duplicate attributes, semicolon fix, | ||
[See all changes here](https://github.com/google/gumbo-parser/blob/master/CHANGES.md) | ||
**0.1.10** Visual Studio bugfix | ||
@@ -132,0 +135,0 @@ Thanks [takenspc](https://github.com/takenspc) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12005486
95
161