Skip to content

Releases: codingconcepts/dg

Smarter const generator

26 Apr 14:57
Compare
Choose a tag to compare

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

26 Apr 08:29
Compare
Choose a tag to compare
2.8.0

feat: Serves files after generation

Open upper bound for int ranges

25 Apr 10:47
Compare
Choose a tag to compare
2.7.0

feat: Support for open upper bound int ranges

Fix spelling mistake in table suppression

06 Feb 11:49
Compare
Choose a tag to compare

Table suppression now uses suppress: true rather than supress: true.

Ability to suppress columns from output.

06 Feb 09:31
Compare
Choose a tag to compare

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

02 Feb 15:20
Compare
Choose a tag to compare

Fixed a bug whereby the match processor's indexing would be thrown off by an each processor for the same table.

macos arm build

20 Sep 18:17
Compare
Choose a tag to compare
2.4.0

chore: Update readme with int range generator

Int Range Generator

30 Aug 09:21
Compare
Choose a tag to compare
2.3.0

chore: Update readme with int range generator

Ability to suppress tables

07 Jul 12:23
Compare
Choose a tag to compare

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

15 Jun 12:21
Compare
Choose a tag to compare
2.1.1

fix: Allow const generator to create table size if missing