Releases: halvardssm/deno-nessie
v0.5.2
Added to Schema:
- renameTable
- renameColumn
- dropColumn
Added to Column:
- unsigned
v0.5.1
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
anddown
has the typeMigration
importable frommod.ts
updatedAt
works again (timestamps
are now fixed)
v0.5.0
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
Merge pull request #29 from leabstrait/new-tests New test cases for migrations
v0.4.2
Bugfix: Sorting on multiple migrations
v0.4.1
Merge pull request #21 from halvardssm/fix_path_resolve fix path resolve
Deno v1.0
v0.4.0 Merge pull request #18 from guilhermedeandrade/chore/fix-schema-typo-…
v0.3.3
Merge pull request #11 from halvardssm/read-remote-file fixed issue with reading remote file
v0.3.2
fixed buggy import
v0.3.1
switched to deps.ts from import_maps.json