chore(release): version packages (#19)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
672fae1729
commit
871fb47aac
29 changed files with 78 additions and 112 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Return a non zero exit code in case a migration fails (or for a dry-run if there's a failed migration in the history)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-tools': minor
|
||||
---
|
||||
|
||||
Pass the current command to the reporter
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Show any failed migration from the history in the "up" dry-run output
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
The default reporter now prints the full command output once a command is done (in interactive mode) so that the full output is visible no matter the size of the terminal window.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Enable source maps when running the Emigrate CLI
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Implement the "list" command for listing the full migration history and any pending migrations
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Don't pass the EmigrateError instance to the storage for each failed migration but only the real cause. This is so that errors from failed migrations are not wrapped twice in EmigrateError instances when presenting failed migrations during an "up" dry-run or the "list" command.
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-tools': minor
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Move storages and reporters out from the plugin option into their own separate options (i.e. "--reporter" and "--storage" respectively). This makes it easier to change the interfaces of storages and reporters, and it's also more similar to other tools.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Add "reporter" option for the "new" command and use it for improved logging
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Improve the looks of the "up" dry-run default output by showing pending migrations in a different color
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Ignore migration history entries not belonging to the current migration directory when considering what to list or execute. This way a project can have multiple folders with different kind of migration sets or multiple projects can share the same migration history without any of them conflicting or blocking each other in case of failed migrations.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/storage-fs': minor
|
||||
---
|
||||
|
||||
Adapt to the new plugin structure and rename from "@emigrate/plugin-storage-fs" to just "@emigrate/storage-fs"
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-tools': patch
|
||||
---
|
||||
|
||||
Fix loading of lazy loaded plugins with default exports
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Only load the JavaScript loader plugin if necessary
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/storage-fs': minor
|
||||
---
|
||||
|
||||
Serialize errors recursively if they have a "cause" set to an Error instance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-tools': minor
|
||||
---
|
||||
|
||||
Include "@emigrate/" in the plugin prefix list, i.e. when searching for the plugin "blaha" it will look for the packages "blaha", "@emigrate/blaha", "@emigrate/plugin-blaha" and "emigrate-plugin-blaha" and use the first of them that exists
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-tools': minor
|
||||
'@emigrate/storage-fs': minor
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Implement the "remove" command for removing migration entries from the history
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-tools': patch
|
||||
---
|
||||
|
||||
Keep upper cased letters in migration file names by default
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Remove the double period before the file extension when generating new migration files
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Include Emigrate error codes in the error names
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Allow running commands no matter of the provided command's letter casing
|
||||
Loading…
Add table
Add a link
Reference in a new issue