Skip to content

Releases: mmkal/pgkit

@slonik/typegen@0.9.1

26 Jun 03:05
Compare
Choose a tag to compare

0.9.1 (2021-06-26)

Note: Version bump only for package @slonik/typegen

@slonik/migrator@0.8.2

26 Jun 21:10
Compare
Choose a tag to compare

0.8.2 (2021-06-26)

Note: Version bump only for package @slonik/migrator

@slonik/migrator@0.8.1

26 Jun 03:05
Compare
Choose a tag to compare

0.8.1 (2021-06-26)

  • fix: pin umzug (#297)

slonik-tools-demo@0.9.0

25 Jun 14:55
Compare
Choose a tag to compare

0.9.0 (2021-06-25)

Features

  • make @slonik/typegen a dev dependency - BREAKING/MUCH BETTER (#293) (0a6a4ca)

slonik-tools-demo@0.8.0

25 Jun 12:03
Compare
Choose a tag to compare

0.8.0 (2021-06-25)

Features

@slonik/typegen@0.9.0

25 Jun 14:55
Compare
Choose a tag to compare

0.9.0 (2021-06-25)

Features

  • make @slonik/typegen a dev dependency - BREAKING/MUCH BETTER (#293) (0a6a4ca)

@slonik/typegen@0.8.1

25 Jun 12:03
Compare
Choose a tag to compare

0.8.1 (2021-06-25)

Note: Version bump only for package @slonik/typegen

@slonik/migrator@0.8.0

25 Jun 12:03
Compare
Choose a tag to compare

0.8.0 (2021-06-25)

Features

Many new features and safety checks from umzug v3. There are some breaking changes associated with this PR:

  • Instead of setupSlonikMigrator which is now deprecated and will emit warnings, use new SlonikMigrator
  • instead of setting mainModule: module to turn a migrator into a CLI, use .runAsCLI()
  • running a specific migration by name uses a --name parameter rather than a positional parameter
  • migrationTableName no longer has a default value. If you were previously using the default value, pass in 'migration' explicitly
  • log -> logger
  • slonik peerDependency minimum now set to 23

The schema of the migration table is unchanged since the previous release, but as always, test out the new version in a non-production environment first!

See the readme for command docs and examples.

slonik-tools-demo@0.7.1

30 Oct 17:18
Compare
Choose a tag to compare

0.7.1 (2020-10-30)

Bug Fixes

@slonik/typegen@0.8.0

30 Oct 17:18
Compare
Choose a tag to compare

0.8.0 (2020-10-30)

Features