Skip to content

Releases: Alipsa/gmd

Ver 1.0.7

24 Feb 13:32
Compare
Choose a tag to compare
  • Fix bug in code md snippets so that ```{groovy} now becomes ```groovy
  • Add support for value insertion (`=)
  • Throw gmd exceptions if something goes wrong

Ver 1.0.6

17 Feb 15:46
Compare
Choose a tag to compare
  • add support for executing groovy code in the code md code snippets

Ver 1.0.5

15 Feb 18:32
Compare
Choose a tag to compare
  • Change groovy dependency from implementation to compileOnly to allow use of any compatible groovy version to be used with gmd

Ver 1.0.4

16 Aug 17:45
Compare
Choose a tag to compare
  • htmlToPdf now creates the file if it does not exist
  • upgrade bootstrap to 5.2.0

Ver 1.0.3

29 Jul 10:52
Compare
Choose a tag to compare
  • remove gmdToPdf and mdToPdf methods since the output is not faithful to the html
  • add docs on how to render a pdf faithful to the html

Ver 1.0.2

26 Jul 21:12
Compare
Choose a tag to compare
  • add htmlToPdf methods

Version 1.0.1

25 Jul 19:43
Compare
Choose a tag to compare

upgrade to groovy 4.0.4
fix build script to make publish to maven central work

Ver 1.0.0

24 Jul 20:45
Compare
Choose a tag to compare

Initial release, see README.md for details

Published to maven central as 'se.alipsa.groovy:gmd:1.0.0'