Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix #6 (plugin fails to load) | lonkaars | 2024-04-19 |
| | | | | | | | | | | This plugin failed to load under Asciidoctor 2.0.22 due to a difference between the signature of the initialize method on the base Asciidoctor::Extensions::TreeProcessor class and the implemented initialize method in lib/asciidoctor/interdoc_reftext/processor.rb. This commit modifies the function signature, and makes it so the Processor class is now directly instantiated instead of by a reference passed to the initialize method. | ||
* | Release version 0.5.2 | Jakub Jirutka | 2020-04-16 |
| | |||
* | Refactor and optimize getting Resolver from nested document | Jakub Jirutka | 2020-04-16 |
| | |||
* | Fix resolving xrefs inside nested documents | David Ã…berg | 2020-04-16 |
| | | | | | | | | Only top parent have the :@_interdoc_reftext_resolver variable. Fixes #3 Co-Authored-By: Jakub Jirutka <jakub@jirutka.cz> | ||
* | Fix using of the last argument as keyword parameters (deprecated) | Jakub Jirutka | 2020-04-16 |
| | | | | | lib/asciidoctor/interdoc_reftext/processor.rb:85: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call lib/asciidoctor/interdoc_reftext/resolver.rb:16: warning: The called method `initialize' is defined here | ||
* | Release version 0.5.1 | Jakub Jirutka | 2020-03-07 |
| | |||
* | Release version 0.5.0 | Jakub Jirutka | 2019-04-15 |
| | |||
* | Update asciidoctor.js to 2.0.0 | Jakub Jirutka | 2019-04-14 |
| | |||
* | Release version 0.4.2 | Jakub Jirutka | 2019-04-14 |
| | |||
* | Fix compatibility with Asciidoctor 2.0.x | Jakub Jirutka | 2019-04-13 |
| | |||
* | Release version 0.4.1 | Jakub Jirutka | 2018-08-26 |
| | |||
* | Release version 0.4.0 | Jakub Jirutka | 2018-08-12 |
| | |||
* | Add special API for JS, don't register implicitly after require | Jakub Jirutka | 2018-08-12 |
| | |||
* | Release version 0.3.0 | Jakub Jirutka | 2018-06-20 |
| | |||
* | 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 |
| | |||
* | Fix compatibility with asciidoctor 1.5.7 | Jakub Jirutka | 2018-05-04 |
| | |||
* | Define protected readers for attributes in Resolver | Jakub Jirutka | 2018-01-30 |
| | |||
* | Release version 0.1.0 | Jakub Jirutka | 2018-01-30 |
| | |||
* | Implement processor and resolver | Jakub Jirutka | 2018-01-30 |
| | |||
* | Prepare project structure | Jakub Jirutka | 2018-01-30 |