RobinBlomberg/kysely-codegen (kysely-codegen)
### [`v0.16.7`](https://redirect.github.com/RobinBlomberg/kysely-codegen/releases/tag/0.16.7)
#### What's Changed
- Allow PG Timestamp to accept string as selectType. by [@hevar](https://redirect.github.com/hevar) in [https://github.com/RobinBlomberg/kysely-codegen/pull/199](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/199) (fixes [#194](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/194), [#123](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/123), [#177](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/177))
- Correctly pass the partition option to the Postgres inspector by [@fxmouthuy](https://redirect.github.com/fxmouthuy) in [https://github.com/RobinBlomberg/kysely-codegen/pull/197](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/197) (fixes [#196](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/196))
- Fix postgres default schema behavior by [@RobinClowers](https://redirect.github.com/RobinClowers) in [https://github.com/RobinBlomberg/kysely-codegen/pull/200](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/200)
- Deduplicate repeated `ColumnType` arguments
#### New Contributors
- [@fxmouthuy](https://redirect.github.com/fxmouthuy) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/197](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/197)
- [@hevar](https://redirect.github.com/hevar) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/199](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/199)
**Full Changelog**: https://github.com/RobinBlomberg/kysely-codegen/compare/0.16.4...0.16.7
### [`v0.16.4`](https://redirect.github.com/RobinBlomberg/kysely-codegen/releases/tag/0.16.4)
#### What's Changed
- feat: accept multiple --schema flags [@RobinClowers](https://redirect.github.com/RobinClowers) in [https://github.com/RobinBlomberg/kysely-codegen/pull/192](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/192)
- fix: export all internal modules
- fix(generator): fix syntax error in old PostgreSQL versions
- fix(cli): rename misnamed CLI option
- refactor: install knip and remove all unused files/variables
**Full Changelog**: https://github.com/RobinBlomberg/kysely-codegen/compare/0.16.0...0.16.4
### [`v0.16.0`](https://redirect.github.com/RobinBlomberg/kysely-codegen/releases/tag/0.16.0)
[Compare Source](https://redirect.github.com/RobinBlomberg/kysely-codegen/compare/0.15.0...0.16.0)
Good morning! This is a big one.
#### What's Changed
- Properly utilize SSL parameter for MSSQL dialect connection by [@mjbergman92](https://redirect.github.com/mjbergman92) in [https://github.com/RobinBlomberg/kysely-codegen/pull/158](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/158)
- Make it possible to insert strings into `Interval` columns by [@qchar](https://redirect.github.com/qchar) in [https://github.com/RobinBlomberg/kysely-codegen/pull/159](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/159)
- Add `--singular` CLI option by [@acro5piano](https://redirect.github.com/acro5piano) in [https://github.com/RobinBlomberg/kysely-codegen/pull/162](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/162) (fixes [#32](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/32))
- Add new Bun SQLite Dialect by [@tlonny](https://redirect.github.com/tlonny) in [https://github.com/RobinBlomberg/kysely-codegen/pull/174](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/174) (fixes [#153](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/153))
- Bump Tedious to v18 by [@bakasmarius](https://redirect.github.com/bakasmarius) in [https://github.com/RobinBlomberg/kysely-codegen/pull/172](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/172)
- Column overrides by [@gittgott](https://redirect.github.com/gittgott) in [https://github.com/RobinBlomberg/kysely-codegen/pull/148](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/148) (fixes [#30](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/30))
- Change type definition for `JsonObject` to make ESLint happy (fixes [#181](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/181))
- Add `--numeric-parser` option for specifying PostgreSQL `Numeric` return type (fixes [#161](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/161) and [#109](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/109))
- Make table names starting with numbers generate valid JavaScript identifiers (fixes [#151](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/151))
- Make runtime enums generate correct enum keys and add `--runtime-enums-style` CLI option (fixes [#150](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/150))
- Add top-of-file marker comment when generating code (fixes [#114](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/114))
- Exclude table partitions (fixes [#76](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/76))
- Support overriding JSON column types (fixes [#75](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/75))
##### Refactors and chores
- Bump all dependencies
- Refactor code to make CLI, generator and introspector into separate modules
- Use Vitest test runner
#### New Contributors
- [@bakasmarius](https://redirect.github.com/bakasmarius) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/172](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/172)
- [@mjbergman92](https://redirect.github.com/mjbergman92) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/158](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/158)
- [@qchar](https://redirect.github.com/qchar) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/159](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/159)
- [@acro5piano](https://redirect.github.com/acro5piano) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/162](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/162)
- [@tlonny](https://redirect.github.com/tlonny) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/174](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/174)
**Full Changelog**: https://github.com/RobinBlomberg/kysely-codegen/compare/0.15.0...0.16.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^0.15.0
->^0.16.0
Release Notes
RobinBlomberg/kysely-codegen (kysely-codegen)
### [`v0.16.7`](https://redirect.github.com/RobinBlomberg/kysely-codegen/releases/tag/0.16.7) #### What's Changed - Allow PG Timestamp to accept string as selectType. by [@hevar](https://redirect.github.com/hevar) in [https://github.com/RobinBlomberg/kysely-codegen/pull/199](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/199) (fixes [#194](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/194), [#123](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/123), [#177](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/177)) - Correctly pass the partition option to the Postgres inspector by [@fxmouthuy](https://redirect.github.com/fxmouthuy) in [https://github.com/RobinBlomberg/kysely-codegen/pull/197](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/197) (fixes [#196](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/196)) - Fix postgres default schema behavior by [@RobinClowers](https://redirect.github.com/RobinClowers) in [https://github.com/RobinBlomberg/kysely-codegen/pull/200](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/200) - Deduplicate repeated `ColumnType` arguments #### New Contributors - [@fxmouthuy](https://redirect.github.com/fxmouthuy) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/197](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/197) - [@hevar](https://redirect.github.com/hevar) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/199](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/199) **Full Changelog**: https://github.com/RobinBlomberg/kysely-codegen/compare/0.16.4...0.16.7 ### [`v0.16.4`](https://redirect.github.com/RobinBlomberg/kysely-codegen/releases/tag/0.16.4) #### What's Changed - feat: accept multiple --schema flags [@RobinClowers](https://redirect.github.com/RobinClowers) in [https://github.com/RobinBlomberg/kysely-codegen/pull/192](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/192) - fix: export all internal modules - fix(generator): fix syntax error in old PostgreSQL versions - fix(cli): rename misnamed CLI option - refactor: install knip and remove all unused files/variables **Full Changelog**: https://github.com/RobinBlomberg/kysely-codegen/compare/0.16.0...0.16.4 ### [`v0.16.0`](https://redirect.github.com/RobinBlomberg/kysely-codegen/releases/tag/0.16.0) [Compare Source](https://redirect.github.com/RobinBlomberg/kysely-codegen/compare/0.15.0...0.16.0) Good morning! This is a big one. #### What's Changed - Properly utilize SSL parameter for MSSQL dialect connection by [@mjbergman92](https://redirect.github.com/mjbergman92) in [https://github.com/RobinBlomberg/kysely-codegen/pull/158](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/158) - Make it possible to insert strings into `Interval` columns by [@qchar](https://redirect.github.com/qchar) in [https://github.com/RobinBlomberg/kysely-codegen/pull/159](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/159) - Add `--singular` CLI option by [@acro5piano](https://redirect.github.com/acro5piano) in [https://github.com/RobinBlomberg/kysely-codegen/pull/162](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/162) (fixes [#32](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/32)) - Add new Bun SQLite Dialect by [@tlonny](https://redirect.github.com/tlonny) in [https://github.com/RobinBlomberg/kysely-codegen/pull/174](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/174) (fixes [#153](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/153)) - Bump Tedious to v18 by [@bakasmarius](https://redirect.github.com/bakasmarius) in [https://github.com/RobinBlomberg/kysely-codegen/pull/172](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/172) - Column overrides by [@gittgott](https://redirect.github.com/gittgott) in [https://github.com/RobinBlomberg/kysely-codegen/pull/148](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/148) (fixes [#30](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/30)) - Change type definition for `JsonObject` to make ESLint happy (fixes [#181](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/181)) - Add `--numeric-parser` option for specifying PostgreSQL `Numeric` return type (fixes [#161](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/161) and [#109](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/109)) - Make table names starting with numbers generate valid JavaScript identifiers (fixes [#151](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/151)) - Make runtime enums generate correct enum keys and add `--runtime-enums-style` CLI option (fixes [#150](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/150)) - Add top-of-file marker comment when generating code (fixes [#114](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/114)) - Exclude table partitions (fixes [#76](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/76)) - Support overriding JSON column types (fixes [#75](https://redirect.github.com/RobinBlomberg/kysely-codegen/issues/75)) ##### Refactors and chores - Bump all dependencies - Refactor code to make CLI, generator and introspector into separate modules - Use Vitest test runner #### New Contributors - [@bakasmarius](https://redirect.github.com/bakasmarius) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/172](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/172) - [@mjbergman92](https://redirect.github.com/mjbergman92) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/158](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/158) - [@qchar](https://redirect.github.com/qchar) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/159](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/159) - [@acro5piano](https://redirect.github.com/acro5piano) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/162](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/162) - [@tlonny](https://redirect.github.com/tlonny) made their first contribution in [https://github.com/RobinBlomberg/kysely-codegen/pull/174](https://redirect.github.com/RobinBlomberg/kysely-codegen/pull/174) **Full Changelog**: https://github.com/RobinBlomberg/kysely-codegen/compare/0.15.0...0.16.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.