Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Set up compilation to JavaScript using Opal | Jakub Jirutka | 2018-06-19 | |
| | ||||
* | Make it compatible with Opal | Jakub Jirutka | 2018-06-19 | |
| | | | | Note: Changing order of requires is just for esthetic reason. | |||
* | Change Resolver#read_file to accept block (breaking API change) | Jakub Jirutka | 2018-06-19 | |
| | | | | | | The main reason for this change is to ensure that file is closed right after we're done with it, not after garbage collector comes in. Also IO.foreach is not supported by Opal. | |||
* | Release version 0.2.0 | Jakub Jirutka | 2018-05-09 | |
| | ||||
* | Use Asciidoctor::LoggerManager to obtain default logger if available | Jakub Jirutka | 2018-05-09 | |
| | ||||
* | Release version 0.1.1 | Jakub Jirutka | 2018-05-04 | |
| | ||||
* | CI: Parametrize and change some rvm versions | Jakub Jirutka | 2018-05-04 | |
| | ||||
* | CI: Test against asciidoctor 1.5.7 | Jakub Jirutka | 2018-05-04 | |
| | ||||
* | Fix compatibility with asciidoctor 1.5.7 | Jakub Jirutka | 2018-05-04 | |
| | ||||
* | CI: Test against asciidoctor 1.5.6.2 | Jakub Jirutka | 2018-03-21 | |
| | ||||
* | Define protected readers for attributes in Resolver | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | Release version 0.1.0 | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | Readme: Add preamble and Examples | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | Readme: Add Usage | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | Spec: Make specs compatible with Asciidoctor 1.5.6 | Jakub Jirutka | 2018-01-30 | |
| | | | | | | | | | | | | | | | | | | | | 1) Failure/Error: should have_anchor href: 'doc-a.html', text: 'doc-a.html' "doc-a.html" expected within "a[href='doc-a.html']" in following template: <div class="paragraph"> <p><a href="doc-a.html">[doc-a]</a></p> </div> 2) Failure/Error: should have_anchor href: 'missing.html', text: 'missing.html' "missing.html" expected within "a[href='missing.html']" in following template: <div class="paragraph"> <p><a href="missing.html">[missing]</a></p> </div> 3) Failure/Error: should have_anchor href: 'doc-a.html#missing', text: 'doc-a.html' "doc-a.html" expected within "a[href='doc-a.html#missing']" in following template: <div class="paragraph"> <p><a href="doc-a.html#missing">[doc-a#missing]</a></p> </div> | |||
* | Readme: Set Codacy ID | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | CI: Set encrypted secrets for RubyGems and Codacy | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | Add integration tests | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | Implement processor and resolver | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | Prepare project structure | Jakub Jirutka | 2018-01-30 | |
| | ||||
* | Initial commit | Jakub Jirutka | 2018-01-26 | |