Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@anchan828 anchan828 released this 07 Sep 02:15
· 154 commits to main since this release

Breaking changes

Migration functionality has been separated to @anchan828/kysely-migration. Import paths for all migrations have changed.

import { KyselyMigrationClassProvider } from "@anchan828/nest-kysely";

import { KyselyMigrationClassProvider } from "@anchan828/kysely-migration";

What's Changed

  • chore(deps): update all dependencies by @renovate in #337
  • chore(deps): update dependency typescript-eslint to v8.4.0 by @renovate in #338
  • chore(deps): update dependency @types/node to v20.16.4 by @renovate in #339
  • chore(deps): update dependency @types/node to v20.16.5 by @renovate in #340
  • chore(deps): update eslint to v9.10.0 by @renovate in #341
  • feat: add migration packages by @anchan828 in #342

Full Changelog: v0.6.5...v0.7.0