Releases: smallnest/gen
Releases · smallnest/gen
v0.9.27 (08/04/2020)
- 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.
v0.9.26 (07/31/2020)
- Release scripting
- Added custom script functions to copy, mkdir, touch, pwd
- Fixed custom script exec example
v0.9.25
v0.9.25
- Adhere json-fmt flag for all JSON response so when camel or lower_camel is specified, fields name in GetAll variant and DDL info will also have the same name format
- Fix: Build information embedded through linker in Makefile is not consistent with the variable defined in main file.
- Added --scheme and --listen options. This allows compiled binary to be used behind reverse proxy.
- In addition, template for generating URL was fixed, i.e. when PORT is 80, then PORT is omitted from URL segment.