Skip to content

Releases: halvardssm/deno-nessie

1.2.4

30 Apr 13:00
b105aea

Choose a tag to compare

Fixed issue with generic types for AbstractMigration and AbstractSeed

1.2.3

29 Apr 12:11
289daa0

Choose a tag to compare

Upgraded dependencies and general cleanup

1.2.2

27 Apr 16:02

Choose a tag to compare

updated nest.land

1.2.1

27 Apr 15:43
640e81e

Choose a tag to compare

Fixed bug where importing the config file can not be imported on windows

1.2.0

12 Apr 13:52
ca094a2

Choose a tag to compare

Check out the new command update_timestamps and add configuration useDateTime: true in nessie.config.ts to get the updated migration file format. This will update both the local files and the internal database rows.

1.1.3

10 Jan 18:54
1d21c63

Choose a tag to compare

fixed publishing to nest

1.1.2

10 Jan 17:46
b3e3985

Choose a tag to compare

Adds compatibility with deno version 1.6.2

v1.1.2

10 Jan 17:45
5359f9a

Choose a tag to compare

Adds compatibility with deno version 1.6.2

v1.1.1

18 Oct 12:19
459d181

Choose a tag to compare

Fixed experimental migration issue when default importing

v1.1.0

07 Oct 20:37
17a71a4

Choose a tag to compare

New experimental migration file syntax!

Consider testing out your project with the new class-based migration syntax as the function-based syntax will be removed in the next major release. See the readme and the example folder for examples.

When using the class-based migration, you will have the client exposed in the migration class. This allows for more complex migrations and better modularity.