Releases: codingconcepts/dg
Releases · codingconcepts/dg
Smarter const generator
Now:
- Runs const generators after each generators and before all other generators.
- Sorts const generators to ensure the generators with the greatest output row count get generated first.
- Repeats const generators to match the column count of previous columns.
Serves files after generating
2.8.0 feat: Serves files after generation
Open upper bound for int ranges
2.7.0 feat: Support for open upper bound int ranges
Fix spelling mistake in table suppression
Table suppression now uses suppress: true
rather than supress: true
.
Ability to suppress columns from output.
Use supress: true
syntax against a column (in the same way you'd do it for a table) to suppress that column from being included in the output CSV file (the column is still available to other tables during generation).
Fix for match processor if being used in conjunction with an each processor
Fixed a bug whereby the match processor's indexing would be thrown off by an each processor for the same table.
macos arm build
2.4.0 chore: Update readme with int range generator
Int Range Generator
2.3.0 chore: Update readme with int range generator
Ability to suppress tables
Useful when you need to generate data and combine it, but only need to insert the resulting data.
Allow const generator to determine table size if first column
2.1.1 fix: Allow const generator to create table size if missing