diff --git a/CHANGELOG.md b/CHANGELOG.md index 342d749..f3d6203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Full changelog for PHP Quill Renderer +## v3.12.0 - 2018-06-02 + +* Added new Interfaces, will simplify additional of new parsers. +* Initial Markdown development, not complete, no escaping yet and not fully tested. +* Reverted requirements to 7.1, turns out there isn't currently a hard requirement for 7.2. +* General refactoring, also, improved list handling. + ## v3.11.0 - 2018-05-29 * `load()` and `loadMultple()` now support method chaining, closes #72, required diff --git a/README.md b/README.md index 7ddf9dc..6bd65b3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # PHP Quill Renderer -Render quill insert deltas to HTML and Markdown +Render quill insert deltas to HTML and Markdown (Markdown support still in testing) ## Description @@ -21,12 +21,6 @@ Over the next few weeks/months I want to continue adding support for additional output formats, after Markdown I'm planning on plain txt, GitHUb flavoured Markdown and possible RTF/PDF. -## PHP < 7.2 - -Please use version v1.01.1 or v2.03.1 if you are using a version of PHP below 7.2, -versions 1 and 2 are not feature complete with version 3 and are unlikely to ever -be updated, the v3 code is so much more flexible, consider 1 and 2 unsupported. - ## Installation The easiest way to use the `PHP Quill Renderer` is via composer. @@ -34,16 +28,10 @@ The easiest way to use the `PHP Quill Renderer` is via composer. alternatively you can include the classes in my src/ directory directly in your library or app. -### Legacy entry points - -The `Render` and `RenderMultiple` classes are marked as deprecated, there is a -now a single entry point, `Quill`. The `Render` and `RenderMultiple` classes -will remain but should be considered legacy. - ## Usage via API, single $quill_json ``` try { - $quill = new \DBlackborough\Quill\Render($quill_json, 'HTML'); + $quill = new \DBlackborough\Quill\Render($quill_json); $result = $quill->render(); } catch (\Exception $e) { echo $e->getMessage(); @@ -137,3 +125,4 @@ List | `