Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to AsciidoctorJ v3 #17

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Upgrade to AsciidoctorJ v3 #17

wants to merge 2 commits into from

Commits on Nov 22, 2023

  1. Upgrade to AsciidoctorJ v3

    Upgrade to the latest AsciidoctorJ v3.0.
    
    Also, add deps.edn for easier inclusion in deps-based projects.
    
    Bump version of the plugin itself to 1 - it has been stable for a long time.
    
    Key code changes:
    
    * Use the OptionsBuilder -> Options (though as little as possible) instead of the
      deprecated map argument.
    * When cryogen's `:debug?` is on, print the final options - useful in troubleshooting
    holyjak committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5aef5df View commit details
    Browse the repository at this point in the history
  2. Housekeeping: do not include extensions in options

    This is key internal to cryogen-asciidoc and of no interest to AsciidoctorJ.
    holyjak committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    869975b View commit details
    Browse the repository at this point in the history