Skip to content

v0.9.27 (08/04/2020)

Latest
Compare
Choose a tag to compare
@alexj212 alexj212 released this 04 Aug 05:05
· 41 commits to master since this release
299c760
  • v0.9.27 (08/04/2020)
    • Updated '--exec' mode to provide various functions for processing
    • copy function updated to provide --include and --exclude patterns. Patterns are processed in order, an include preceeding an exclude will take precedence. Multiple include and excludes can be specified. Files ending with .table.tmpl will be processed for each table. Output filenames will be stored in the proper directory, with a name of the table with the suffix of the template extension. Files ending with .tmpl will be processed as a template and the filename will be the name of the template stripped with the .tmpl suffix.
    • When processing templates, files generated with a .go extension will be formatted with the go fmt.