Releases: doctrine/rst-parser
Releases · doctrine/rst-parser
0.4.1
Release Notes for 0.4.1
0.4.x bugfix release (patch)
0.4.1
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 5
Bug
- 154: Fix parsing definition list term thanks to @wouterj
- 153: Fix exception message formatting in TableNode thanks to @norkunas
- 74: adding test case for sections closing too far thanks to @weaverryan
Other
0.4.0
Release Notes for 0.4.0
Feature release (minor)
0.4.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Improvement
0.3.1
Release Notes for 0.3.1
0.3.1
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
Bug
0.3.0
Release Notes for 0.3.0
Feature release (minor)
0.3.0
- Total issues resolved: 0
- Total pull requests resolved: 16
- Total contributors: 5
Bug
- 124: Fixing a bug with title links and ticks thanks to @weaverryan
- 119: Fix link with a parenthesis before thanks to @jeremyFreeAgent
- 114: Fixing theme bug where dir must exist in core + expanded "default" fallback thanks to @weaverryan
- 112: using file mtime instead of ctime for caching thanks to @weaverryan
- 108: Looking for pretty table rows that are too short thanks to @weaverryan
- 107: Also clearing headers so TableNodeRenderer doesn't see a mismatch thanks to @weaverryan
- 106: Fixing bug where if a simple table row ended early, an error occurred thanks to @weaverryan
Enhancement
-
123: Add options to CodeNode thanks to @weaverryan
-
122: Adding a way to customize the Finder used by the Scanner thanks to @weaverryan
-
111: Adding exception if the index file is missing thanks to @weaverryan
-
109: Implement 'initialHeaderLevel' config setting thanks to @monooso
-
100: Adding support for colspan to tables thanks to @weaverryan
-
118: Restore master build thanks to @SenseException
Improvement
- 115: Allow library to be included with Symfony 5 projects thanks to @mvriel
- 113: Bumping twig version and removing a deprecation thanks to @weaverryan
Enhancement,Tables
0.2.0
Release Notes for 0.2.0
Feature release (minor)
0.2.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 128: Allow using symfony/filesystem 3 thanks to @jeremyFreeAgent
- 130: Allow using Twig 3 thanks to @javiereguiluz
0.1.1
Release Notes for 0.1.1
0.1.1
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
125: Maintenance work thanks to @greg0ire
0.1.0
0.0.4
0.0.3
0.0.2
0.0.2
- Total issues resolved: 7
- Total pull requests resolved: 48
- Total contributors: 5
Enhancement
- 102: Updated doctrine/coding-standard to 6.0 thanks to @patrickjahns
- 98: Keep track of ErrorManager errors thanks to @weaverryan
- 97: Exposing Metas and ParseQueue from Builder thanks to @weaverryan
- 93: inject environment in nodes thanks to @nikophil
- 91: Re-adding caching of Metas & fixing how files are scanned and ref dependencies thanks to @weaverryan
- 89: create and dispatch OnLinkParsedEvent thanks to @nikophil
- 81: expose twig environment thanks to @nikophil
- 73: Throwing an unknown directive earlier and with more info thanks to @weaverryan
- 70: Add feature to allow the final document html to be indented. thanks to @jwage
- 65: Add support for .. class:: directive. thanks to @jwage
- 64: Wrap each section with a div. thanks to @jwage
- 57: Enhance links to support links with no name and only a url. thanks to @jwage
- 56: add new headings characters thanks to @nikophil
- 54: Use doctrine/event-manager for event system. thanks to @jwage
- 53: Replace hardcoded html with twig templates. thanks to @jwage
- 51: Add the ability to customize rst rendering using twig templates. thanks to @jwage
- 49: Fix issue when a link is on multiple lines. thanks to @jwage
- 48: Titles should be references thanks to @nikophil
- 43: Add ability to completely ignore invalid references. thanks to @jwage
- 40: Allow ability to control when base url gets used. thanks to @jwage
- 39: Convert standalone URIs and email addresses to links thanks to @ramsey
- 37: Add a way to control when base url is used thanks to @jwage
- 34: Add support for definition lists. thanks to @jwage
- 33: Base url functionality. thanks to @jwage and @weaverryan
- 32: Trigger error when an unresolved reference is encountered. thanks to @jwage and @nikophil
Improvement
- 99: using error manager for a malformed table thanks to @weaverryan
- 95: fix phpcs exclude pattern thanks to @nikophil
- 76: Improve missing reference error thanks to @weaverryan
- 52: Reorganize classes in the root folder. thanks to @jwage
- 46: Refactoring thanks to @jwage
- 45: Cleanup the organization of the tests a little bit. thanks to @jwage
- 31: Cleanup of ParseQueueProcessor thanks to @jwage
Bug
- 96: Fix links to title which contains "&" thanks to @nikophil
- 94: Fix PHP 7.3 regex compilation failures. thanks to @jwage
- 80: fix url enabled parameter thanks to @nikophil
- 68: Fix issue with sections not being nested properly inside of each other. thanks to @jwage
- 62: Titles could be only 2 characters long thanks to @nikophil
- 61: add failing test for links when name contains "::" thanks to @nikophil
- 60: handle link with new line inside list thanks to @nikophil
- 59: Literal nested inside a directive is not parsed as code thanks to @nikophil
- 55: external link could be on several lines thanks to @nikophil
- 42: Fix link and anonymous link regex thanks to @jwage
- 29: Fix TocNode html and maxdepth option. thanks to @jwage
- 28: Refactor toctree glob code thanks to @jwage
- 27: Bug with globPattern starting with a slash thanks to @nikophil
- 26: Toc tree with globs adds non *.rst files to toc tree thanks to @nikophil
- 23: tests case for links absolute / relative to files thanks to @nikophil