Skip to content

v1.8.0

Compare
Choose a tag to compare
@ddddddO ddddddO released this 24 Jun 15:38
· 199 commits to master since this release
f1f4743

What's Changed

  • Bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 by @dependabot in #177
  • Mode switching for when there are a large number of blocks in the markdown is implemented. by @ddddddO in #179
    • In the case of few Roots, simple implementation is faster in execution!
      • Use this one by default.
    • However, for multiple Roots, pipeline implementation execution speed tends to be faster💪✨
      • In the CLI, it is available by specifying --massive.
      • In the Go program, it is available by specifying WithMassive func.

Full Changelog: v1.7.51...v1.8.0