Skip to content

0.5.8

Compare
Choose a tag to compare
@pdvrieze pdvrieze released this 16 Apr 15:46
· 14 commits to master since this release
  • Much better diagnostics and error handling
  • Instead of requiring the input to be realized immediately, it can be a
    Callable instead, that will be resolved if there is no doGenerate method
    that takes Callables. The result of the callable is used to resolve the
    actually invoked doGenerate method.
  • Allow for absolute paths, by making sure not to resolve them against
    the base directory when they are absolute.