Releases: halvardssm/deno-nessie
1.2.4
Fixed issue with generic types for AbstractMigration and AbstractSeed
1.2.3
Upgraded dependencies and general cleanup
1.2.2
updated nest.land
1.2.1
Fixed bug where importing the config file can not be imported on windows
1.2.0
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
fixed publishing to nest
1.1.2
Adds compatibility with deno version 1.6.2
v1.1.2
Adds compatibility with deno version 1.6.2
v1.1.1
Fixed experimental migration issue when default importing
v1.1.0
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.