Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | CI: Remove settings dist and sudo | Jakub Jirutka | 2020-03-07 |
| | |||
* | License: Bump year | Jakub Jirutka | 2019-04-15 |
| | |||
* | 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 |
| | |||
* | CI: Remove Ruby 2.1 from test matrix | Jakub Jirutka | 2019-04-13 |
| | |||
* | CI: Test with asciidoctor 2.0.6 | Jakub Jirutka | 2019-04-13 |
| | |||
* | Gemspec: Use less strict version requirement for asciidoctor gem | Jakub Jirutka | 2019-04-13 |
| | |||
* | Fix compatibility with Asciidoctor 2.0.x | Jakub Jirutka | 2019-04-13 |
| | |||
* | Add .adoc extension to all xref paths | Jakub Jirutka | 2019-04-02 |
| | |||
* | JS: Fix Opal build to not mess with backslashes | Jakub Jirutka | 2018-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.8 | Jakub Jirutka | 2018-11-11 |
| | |||
* | Release version 0.4.1 | Jakub Jirutka | 2018-08-26 |
| | |||
* | JS: Fix dependencies, declare asciidoctor.js as peerDependency | Jakub Jirutka | 2018-08-26 |
| | |||
* | Release version 0.4.0 | Jakub Jirutka | 2018-08-12 |
| | |||
* | CI: Update deploy token for npmjs | Jakub Jirutka | 2018-08-12 |
| | |||
* | gitignore: Add yarn.lock | Jakub Jirutka | 2018-08-12 |
| | |||
* | Change asciidoctor.js version to range to ~1.5.6 | Jakub Jirutka | 2018-08-12 |
| | |||
* | Reorder properties in package.json | Jakub Jirutka | 2018-08-12 |
| | |||
* | Change JS dest directory from js/ to dist/ | 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 |
| | |||
* | CI: Test against asciidoctor 1.5.7.1 | Jakub Jirutka | 2018-06-20 |
| | |||
* | CI: Sort jobs (cosmetic change) | Jakub Jirutka | 2018-06-20 |
| | |||
* | Readme: Add badge for npm version | Jakub Jirutka | 2018-06-20 |
| | |||
* | CI: Build and deploy npm module to npmjs | Jakub Jirutka | 2018-06-20 |
| | |||
* | Readme: Add requirements, installation and usage for JS module | Jakub Jirutka | 2018-06-19 |
| | |||
* | 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 |