Skip to content

Releases: aldis-ameriks/pg-typegen

v3.9.0

23 Aug 20:31
Compare
Choose a tag to compare

91adf69 feat: generate types for views and materialized views

v3.8.0

22 Aug 19:30
Compare
Choose a tag to compare

3e5ff76 chore: update dependencies
98b8787 ci: update node versions
26c9f42 docs: update readme
ba86c61 feat: add support for generating view names

v3.7.2

12 Apr 13:56
Compare
Choose a tag to compare

f83b877 chore: update dependencies

v3.7.1

27 Jan 07:55
Compare
Choose a tag to compare

63d16e9 fix: table names being handled in a case-sensitive manner

v3.7.0

26 Jan 09:03
Compare
Choose a tag to compare

59a1b08 chore: update dependencies
d483415 chore: update dependencies
ee50133 fix: allow enum values to start with a number

v3.6.3

12 Nov 16:55
Compare
Choose a tag to compare

10d9e11 feat: add support for appending table name prefixed columns

v3.6.2

12 Nov 16:49
Compare
Choose a tag to compare

fdc2810 chore: update dependencies
00c297b feat: add experimental support for generating prefixed columns

v3.6.1

12 Aug 13:55
Compare
Choose a tag to compare

1b0af24 fix: semicolon opt

v3.6.0

12 Aug 13:45
Compare
Choose a tag to compare

4bebf0f chore: add todo for deprecating opts
84a83bf chore: update tap
ddefc50 fix: remove commander package
0468491 refactor: remove eol
4bfc1b3 refactor: replace commander with built-in node parseArgs
14a7f50 refactor: semicolons opt

v3.5.0

12 Aug 10:29
Compare
Choose a tag to compare

0c89009 ci: apply env vars to job
9cb465f ci: avoid transpiling on ci
10560f2 ci: run cjs tests
f1ad894 ci: transpile cjs before running tests
236c43f ci: update actions
900d538 feat: add esm support
0c7fdb6 refactor: clean up npmignore
1d435bc refactor: extract types and type tests to separate dir