summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Refactor and optimize getting Resolver from nested documentJakub Jirutka2020-04-16
|
* Fix resolving xrefs inside nested documentsDavid Ã…berg2020-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 Jirutka2020-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.1Jakub Jirutka2020-03-07
|
* Release version 0.5.0Jakub Jirutka2019-04-15
|
* Update asciidoctor.js to 2.0.0Jakub Jirutka2019-04-14
|
* Release version 0.4.2Jakub Jirutka2019-04-14
|
* Fix compatibility with Asciidoctor 2.0.xJakub Jirutka2019-04-13
|
* Release version 0.4.1Jakub Jirutka2018-08-26
|
* Release version 0.4.0Jakub Jirutka2018-08-12
|
* Add special API for JS, don't register implicitly after requireJakub Jirutka2018-08-12
|
* Release version 0.3.0Jakub Jirutka2018-06-20
|
* Make it compatible with OpalJakub Jirutka2018-06-19
| | | | Note: Changing order of requires is just for esthetic reason.
* Change Resolver#read_file to accept block (breaking API change)Jakub Jirutka2018-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.0Jakub Jirutka2018-05-09
|
* Use Asciidoctor::LoggerManager to obtain default logger if availableJakub Jirutka2018-05-09
|
* Release version 0.1.1Jakub Jirutka2018-05-04
|
* Fix compatibility with asciidoctor 1.5.7Jakub Jirutka2018-05-04
|
* Define protected readers for attributes in ResolverJakub Jirutka2018-01-30
|
* Release version 0.1.0Jakub Jirutka2018-01-30
|
* Implement processor and resolverJakub Jirutka2018-01-30
|
* Prepare project structureJakub Jirutka2018-01-30