1.11.0
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.