Skip to content

Releases: asciidoctor/asciidoctor-kroki

💎 Ruby - ruby-v0.10.0

21 Mar 17:54
Compare
Choose a tag to compare

What's Changed

Improvements

  • Add wireviz support
  • Replace base64 by string.pack (compatiblity with Asciidoctor 2.0.22 and base64 is being removed from the stdlib in Ruby 3.4)

🐙 JavaScript - v0.18.1

11 Oct 19:25
Compare
Choose a tag to compare

What's Changed

Improvements

Bug fixes

  • Improve Antora resources resolution in the PlantUML preprocessor (do not rely on abspath since this property is intended to be informational and can be undefined) by @ggrossetie in #422

Documentation

New Contributors

Full Changelog: v0.17.0...v0.18.1

💎 Ruby - ruby-v0.9.1

11 Oct 17:49
Compare
Choose a tag to compare

What's Changed

Improvements

Documentation

New Contributors

Full Changelog: v0.17.0...v0.18.1

🐙 JavaScript - v0.17.0

26 Feb 16:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

💎 Ruby - ruby-v0.8.0

26 Feb 16:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ruby-v0.7.0...ruby-v0.8.0

🐙 JavaScript - v0.16.0

01 Sep 08:44
Compare
Choose a tag to compare

What's Changed

  • build against Node 16 (LTS) and 17 (current) by @Mogztter in #323
  • route logs through the Asciidoctor logger by @Mogztter in #324
  • update dependencies by @Mogztter in #357 #363 #343 #326 #330 #336 #335 #319 #366 #388 #377
  • resolves #371 consult :to_dir option on document to resolve output directory by @mojavelinux in #372
  • resolves #48 use the target attribute as a prefix in the file name by @Mogztter in #374
  • resolves #379 support windows EOL line endings by @mijlouis in #380
  • resolves #383 mermaid supports PNG by @Mogztter in #384
  • resolves #382 set alt value by @Mogztter in #385
  • resolves #334 support diagram options by @Mogztter in #386

New Contributors

Full Changelog: v0.15.4...v0.16.0

💎 Ruby - ruby-v0.7.0

01 Sep 08:45
Compare
Choose a tag to compare

What's Changed

  • resolves #383 mermaid supports PNG by @Mogztter in #384
  • resolves #382 set alt value by @Mogztter in #385
  • resolves #334 support diagram options by @Mogztter in #386

New Contributors

Full Changelog: ruby-v0.6.0...ruby-v0.7.0

💎 Ruby - ruby-v0.6.0

22 Jun 15:43
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Fix POST requests in Ruby (#277) - thanks @demagnevalCegelec
  • Do not write file if it exists (#369)
  • Consult :to_dir option on document to resolve output directory

Improvements

  • Register structurizr as a new diagram (#301) - thanks @jagedn
  • Provide source location in the log - thanks @ahus1
  • Set application name as referrer - thanks @archiloque
  • Use the target attribute as a prefix in the file name (#48)

Infrastructure

  • Update Rubocop and dependencies - thanks @archiloque
  • Remove env-idea logic (use kroki-default-format instead) - thanks @ahus1

New Contributors

Full Changelog: ruby-v0.5.0...ruby-v0.6.0

🐙 JavaScript - v0.15.4

27 Dec 16:42
Compare
Choose a tag to compare

Changelog

Improvements

  • Register structurizr as a new Kroki diagram by @jagedn in #301
  • Remove env-idea logic (use kroki-default-format instead) by @ahus1 in #198
  • Provide source location in the log by @ahus1 in #199
  • Set application name as referrer to make it easier to troubleshoot issues by @archiloque in #295

Infrastructure

  • Update development dependencies
  • Declare type and exports fields in the package.json for Web bundlers (most notably, Webpack)
  • Update Rubocop and other gems + fix errors by @archiloque in #294

Documentation

New Contributors

Logs: full diff

🐙 JavaScript - v0.14.0

12 Aug 08:32
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • Replace lookbehind regular expressions to restore compatibility with Safari (#225)

Infrastructure

  • Update development dependencies
    • Bump path-parse from 1.0.6 to 1.0.7 (#287)
    • Bump @asciidoctor/core from 2.2.4 to 2.2.5 (#286)
    • Bump puppeteer from 10.1.0 to 10.2.0 (#284)
    • Bump @npmcli/git from 2.0.4 to 2.1.0 (#285)
    • Bump tar from 6.0.5 to 6.1.4 (#283)
    • Bump sinon from 11.1.1 to 11.1.2
    • Bump pako from 2.0.3 to 2.0.4 (#282)
    • Bump mocha from 9.0.2 to 9.0.3 (#280)

Logs: full diff