Skip to content

1.11.0

Compare
Choose a tag to compare
@rmp135 rmp135 released this 27 Sep 14:26
· 102 commits to master since this release
64ea54c

Breaking

#75 - Precise types returned from postgres will be correctly set as strings instead of numbers.

#82 - Numbers are no longer removed from type names. If you're using a custom template, you need to add quotes to the types.

Enums no longer have spaces or invalid characters removed from the type name. If you're using a custom template, you need to add quotes to the enum names.

Fixed

#84 - Fixes enum references on columns being an incorrect case if enumNameCasing config option is applied.

New

#87 - Support for standard postgres views.

#84 - New config option enumKeyCasing. Changes the casing of enum keys.