You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [#106](https://github.com/indieweb/php-mf2/issues/106) - Send `Accept: text/html` header when using the `fetch` method
305
+
* [#114](https://github.com/indieweb/php-mf2/issues/114) - Parse `poster` attribute for `video` tags
306
+
* [#118](https://github.com/indieweb/php-mf2/issues/118) - Fixes parsing elements with missing attributes
307
+
* Tests now use [microformats/tests](https://github.com/microformats/tests) repo
308
+
309
+
Many thanks to @gRegorLove for the major overhaul of the backcompat parsing!
310
+
289
311
#### v0.3.0
290
312
291
313
2016-03-14
@@ -378,8 +400,8 @@ Many thanks to @aaronpk, @gRegorLove and @kylewm for contributions, @aaronpk and
378
400
* `Mf2\parse()` function added to simplify the most common case of just parsing some HTML
379
401
* Updated e-* property parsing rules to match mf2 parsing spec — instead of producing inconsistent HTML content, it now produces dictionaries like <pre><code>
380
402
{
381
-
"html": "<b>The Content</b>",
382
-
"value: "The Content"
403
+
"html": "<b>The Content</b>",
404
+
"value: "The Content"
383
405
}
384
406
</code></pre>
385
407
* Removed `htmlSafe` options as new e-* parsing rules make them redundant
0 commit comments