summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* bump version to 0.5.3HEADmasterlonkaars2024-04-19
|
* fix #6 (plugin fails to load)lonkaars2024-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.2Jakub Jirutka2020-04-16
|
* Bump codacy-coverage to ~>2.2 and simplecov to ~>0.17.1Jakub Jirutka2020-04-16
| | | | | codacy-coverage is not compatible with simplecov >= 0.18, see https://github.com/codacy/ruby-codacy-coverage/issues/50.
* Bump rake to ~>13.0Jakub Jirutka2020-04-16
|
* Refactor and optimize getting Resolver from nested documentJakub Jirutka2020-04-16
|
* Add tests for xrefs inside nested documentsJakub Jirutka2020-04-16
| | | | Related to #3
* 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
* Rubocop: Bump TargetRubyVersion for specs to 2.4Jakub Jirutka2020-04-16
|
* Readme: Fix language on code blocksJakub Jirutka2020-03-07
|
* Readme: Exclude irrelevant parts from readme for npmJakub Jirutka2020-03-07
|
* Fix base header level in generated README.mdJakub Jirutka2020-03-07
|
* Release version 0.5.1Jakub Jirutka2020-03-07
|
* Gemspec: Remove deprecated attribute has_rdocJakub Jirutka2020-03-07
|
* Add task for converting Readme to Markdown before publishing on npmJakub Jirutka2020-03-07
|
* License: Bump yearJakub Jirutka2020-03-07
|
* Bump opal to version used in asciidoctor.js 2.1.1Jakub Jirutka2020-03-07
| | | | The output didn't change.
* JS: Allow to use even with @asciidoctor/core 2.1.xJakub Jirutka2020-03-07
|
* CI: Test with asciidoctor 2.0.10Jakub Jirutka2020-03-07
|
* CI: Remove JRuby 9.1 from build matrixJakub Jirutka2020-03-07
| | | | It's currently somehow broken on Travis CI.
* CI: Add Ruby 2.6 and 2.7 to build matrixJakub Jirutka2020-03-07
|
* CI: Remove Ruby 2.2 and 2.3 from build matrix (EOL)Jakub Jirutka2020-03-07
|
* CI: Remove settings dist and sudoJakub Jirutka2020-03-07
|
* License: Bump yearJakub Jirutka2019-04-15
|
* 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
|
* CI: Remove Ruby 2.1 from test matrixJakub Jirutka2019-04-13
|
* CI: Test with asciidoctor 2.0.6Jakub Jirutka2019-04-13
|
* Gemspec: Use less strict version requirement for asciidoctor gemJakub Jirutka2019-04-13
|
* Fix compatibility with Asciidoctor 2.0.xJakub Jirutka2019-04-13
|
* Add .adoc extension to all xref pathsJakub Jirutka2019-04-02
|
* JS: Fix Opal build to not mess with backslashesJakub Jirutka2018-11-29
| | | | | | | | | The problem is that the replacement in `String#sub(pattern, replacement)` is interpreted by Ruby: If replacement is a String that looks like a pattern's capture group but is actually not a pattern capture group e.g. "\'", then it will have to be preceded by two backslashes like so "\\'".
* CI: Test against asciidoctor 1.5.8Jakub Jirutka2018-11-11
|
* Release version 0.4.1Jakub Jirutka2018-08-26
|
* JS: Fix dependencies, declare asciidoctor.js as peerDependencyJakub Jirutka2018-08-26
|
* Release version 0.4.0Jakub Jirutka2018-08-12
|
* CI: Update deploy token for npmjsJakub Jirutka2018-08-12
|
* gitignore: Add yarn.lockJakub Jirutka2018-08-12
|
* Change asciidoctor.js version to range to ~1.5.6Jakub Jirutka2018-08-12
|
* Reorder properties in package.jsonJakub Jirutka2018-08-12
|
* Change JS dest directory from js/ to dist/Jakub 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
|
* CI: Test against asciidoctor 1.5.7.1Jakub Jirutka2018-06-20
|
* CI: Sort jobs (cosmetic change)Jakub Jirutka2018-06-20
|
* Readme: Add badge for npm versionJakub Jirutka2018-06-20
|
* CI: Build and deploy npm module to npmjsJakub Jirutka2018-06-20
|
* Readme: Add requirements, installation and usage for JS moduleJakub Jirutka2018-06-19
|