Releases · codingconcepts/dg (original) (raw)

Linux ARM and AMD variants

Fix missing folder during build process (#5)

Ensure that the releases folder exists. Also add some extra stuff to ignore when editing this project from IntelliJ IDEA.

Smarter const generator

Now:

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.