Skip to content

Releases: halvardssm/deno-nessie

v0.5.2

02 Jun 21:34
7c3c1d4

Choose a tag to compare

Added to Schema:

  • renameTable
  • renameColumn
  • dropColumn

Added to Column:

  • unsigned

v0.5.1

02 Jun 08:11
060871d

Choose a tag to compare

This release contains updates regarding the query builder and migration schema. There should be no breaking changes, but if you face any issue, consult the Readme and examples. If this does not help, submit an issue.

  • The query builder now returns (in most cases) an array instead of a string.
  • Migration files now have their own types (up and down has the type Migration importable from mod.ts
  • updatedAt works again (timestamps are now fixed)

v0.5.0

30 May 17:40
ac5bc6c

Choose a tag to compare

This version contains a lot of breaking changes. The nessie.config.ts and migration files are all changed, so when using this version, you will have to update all nessie files. The whole folder structure is also entirely changed, so to import the query builder you need to get it from qb.ts. The clients can be found in mod.ts, and the CLI is still in cli.ts. A new option is now available for migrate and rollback, namely amount. You can now pass a number, all or leave it empty to decide how many files to handle (see readme for more information).

v0.4.3

23 May 18:28
e525c1f

Choose a tag to compare

Merge pull request #29 from leabstrait/new-tests

New test cases for migrations

v0.4.2

20 May 10:51
f981bd4

Choose a tag to compare

Bugfix: Sorting on multiple migrations

v0.4.1

15 May 16:33
f445e11

Choose a tag to compare

Merge pull request #21 from halvardssm/fix_path_resolve

fix path resolve

Deno v1.0

14 May 16:38
d6f228b

Choose a tag to compare

v0.4.0

Merge pull request #18 from guilhermedeandrade/chore/fix-schema-typo-…

v0.3.3

30 Apr 21:42
bf830aa

Choose a tag to compare

Merge pull request #11 from halvardssm/read-remote-file

fixed issue with reading remote file

v0.3.2

30 Apr 20:44
f7fe232

Choose a tag to compare

fixed buggy import

v0.3.1

30 Apr 20:28
cdcde04

Choose a tag to compare

switched to deps.ts from import_maps.json